Search:

Type: Posts; User: X-Tasis

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    366

    Re: Guild Character Bug v0.83

    your SpawnPlayer packets must be pretty bad at the guild part.
  2. Thread: Randomly dying

    by X-Tasis
    Replies
    11
    Views
    908

    Re: Randomly dying

    I believe it's your packets that you're getting the damage to yourself and the mobs.

    Use the skill and trace the code line by line and you will surely find out why it's sending this. That could be...
  3. Replies
    20
    Views
    6,298

    Re: Windows 8 and V83 Private servers

    I run MapleStory v83 in Windows 8, with just the compability mode of XP Service Pack 2, I sometimes manage to get in, the rest, is just errors.

    However, I found (Googling) a "method" that has been...
  4. Replies
    1
    Views
    372

    Re: [help] understanding 2 functions

    The first one just create a MBean register, which object name is CommandProcessor, and the object type, should be the class that implements the MBean attributes. It's to be used as a class to be...
  5. Replies
    25
    Views
    1,129

    Re: Can't Figure This Out...

    You're probably missing some database column or something, but you're simply not printing the exception when reaching this point, make sure you're printing your exceptions.
  6. Replies
    26
    Views
    1,306

    Closed: Re: [Help] Fail Staff Chat

    Try this:



    /*
    This file is part of the OdinMS Maple Story Server
    Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
    Matthias Butz <matze@odinms.de>
    Jan Christian Meyer <vimes@odinms.de>
  7. Replies
    26
    Views
    1,306

    Closed: Re: [Help] Fail Staff Chat

    You know what? Show your whole GeneralChatHandler... it would save us a lot of time, I'm sure I'm speaking for the 3 of us.
  8. Replies
    26
    Views
    1,306

    Closed: Re: [Help] Fail Staff Chat

    Not sure what the string "s" contain. But, I'm sure you're aware that this is meant to be shown to all players in all channels.

    Your code:



    if (heading == '~' && c.getPlayer().isGM()) {
    ...
  9. Thread: Auto Open NPC

    by X-Tasis
    Replies
    10
    Views
    933

    Re: Auto Open NPC

    As Kevin said (Damn, I hate you Kevin) you placed the check here:



    public void levelUp() {
    if (getLevel() == 10) {
    NPCScriptManager.getInstance().start(client, 9270035);

    ...
  10. Replies
    7
    Views
    1,213

    Re: NPC sendNextPrev & sendYesNo

    So wrong :s



    status = -1;

    function start() {
    cm.sendNext("This will test your sendNextPrev and yesNo ...");
    }
  11. Thread: Packet Command

    by X-Tasis
    Replies
    5
    Views
    521

    Re: Packet Command

    Your command implies to close the whole map with a bad formed packet. If I read correctly, you wants to close just your client. If that is, then this is just silly. If it's not, then it's just silly.
  12. Replies
    6
    Views
    1,029

    Re: Keyboard wont save

    I ain't saying that you got the incorrect information of your database. I was trying to say, that you should check if your database did stored the values that you set when you logged out, so if that...
  13. Closed: Re: [Release]Fixed dual blase/cannon shooter skill rollback

    Actually:



    UPDATE `characters` SET `subcategory` = IF(`job` >= 430 AND `job` <= 434, 1, IF(`job` >= 530 AND `job` <= 532 OR `job` = 501, 2, 0));


    But pretty much the same.
  14. Replies
    1
    Views
    445

    Re: [V117] Problem with the login

    Because, you're logged in, your source is crashing at some point while trying to show up your player, and you're getting back to login, but you did logged, it's just that your source is messed up at...
  15. Replies
    6
    Views
    1,029

    Re: Keyboard wont save

    Your query, if exists, is not being executed or is not well formatted and MySQL cannot run it. Or, maybe it's just that you're not loading it, look at your database to confirm this last one first.
  16. Replies
    4
    Views
    675

    Re: java.io.exception

    You;re not catching the errors correctly, that error can come from too much sources, including a website.

    However, what you must do?

    1 - You should first tell your players that you will go...
  17. Replies
    5
    Views
    557

    Re: v83 Limited Buff Time?

    If you wants limited, you should change nothing...

    unlimited != limited.
  18. Thread: v83 windows 8

    by X-Tasis
    Replies
    16
    Views
    2,215

    Re: v83 windows 8

    I know this thread is kind of dead, but I think this would save some people time.

    After using all the methods I mentioned myself, and using external ones, I was getting the same error over and...
  19. Re: [Help] 99.99% exp cap/limit, cant over level

    It's not a "fix" you actually customized it. It should be like that.
  20. Thread: v83 windows 8

    by X-Tasis
    Replies
    16
    Views
    2,215

    Re: v83 windows 8

    Forgot to mention, that error also shows up if you're using port 8080. So, yeah, you must close everything to avoid less problems.
  21. Thread: v83 windows 8

    by X-Tasis
    Replies
    16
    Views
    2,215

    Re: v83 windows 8

    I use Windows 8, and I do code and test in v83.

    Had the same problem, it worked one day, the another, it just did not.

    The solution is simple.

    Change the compatibility to Windows XP Service...
  22. Thread: Npc Fix up~

    by X-Tasis
    Replies
    8
    Views
    630

    Re: Npc Fix up~

    You say you're not used to my coding style, yet I was the first one to change OdinMS "theme" in NPC's in the mode's part which you're using.

    There was no check, as you didn't used check either, I...
  23. Replies
    51
    Views
    7,246

    Re: [Discussion] Systems

    Yeah, I did get what you meant Xerixe, even tho what SuperLol said is completely right.

    I'm that kind of person, I do understand how the code works at a decent point I can say, I know why it does...
  24. Thread: Npc Fix up~

    by X-Tasis
    Replies
    8
    Views
    630

    Re: Npc Fix up~

    Seriously? I just removed a "var" when I should not, and you and your friend couldn't notice?

    I work on a v83 too by the way.



    status = -1;
    maxitems = 1000;
    var text;
    blocked =...
  25. Thread: Npc Fix up~

    by X-Tasis
    Replies
    8
    Views
    630

    Re: Npc Fix up~

    This is pretty much an awful way to obtain items. You can crash still if you place an item that doesn't exist. Overall, it's not a good idea, but I just did what you requested.

    A proper way would...
  26. Replies
    17
    Views
    1,324

    Re: [Paying] NPC scripts & 1 Fix

    This is actually 3 NPC's and 2 "fixes".

    You know, I usually go around RaGEZONE Help thread for the sake of motivation and boredom and maybe joy...

    I do answer some threads and post solutions...
  27. Replies
    11
    Views
    494

    Re: Help would be appreciated in this script

    I believe it's due to the last comma in the array. Didn't really notice them.

    EDIT:

    Also, I'm stupid, forgot to put the sendSimple.

    try this:
  28. Replies
    11
    Views
    494

    Re: Help would be appreciated in this script

    You just need, either 10% or 60%. Because in this case, that you request for both of the same type, say you need 60% Earring for Int (2040301) and 10% Earring for Int (2040302).

    If you notice, the...
  29. Replies
    11
    Views
    494

    Re: Help would be appreciated in this script

    Yes, I just did. Read the note before the code.
  30. Replies
    11
    Views
    494

    Re: Help would be appreciated in this script

    Untested tho, but should works. This is merely assuming you don't use "start" function for NPC's in your source. If you do, then let me know, or fix it yourself.. or whatever happen.



    status =...
  31. Re: Invalid pointer hack disconnecting everyone online

    He is probably just using some skill or something you don't have and disconnect the whole map... not the whole server.
  32. Re: [Help] Buy ring handler and some drop items cannot be picked up

    #1. If the person that receive it accepts it and then get stuck by continued disconnections, that just means that the ring is obtained and being saved in the database, however, the client, while...
  33. Re: Pay 10$ for the one that solve my problem and help me to fix it.

    You're supposed to run that query with the account not logged in.

    Once you run these kills, then you try again what you were doing, if you get the same error, then, that means that a query is for...
  34. Replies
    2
    Views
    408

    Re: Random Bat Errors

    One of your WZ files have an error in the markup, maybe one "node" has a bad naming or something related. This is at the line 472, column 4, as the stack well says it.

    You could either print the...
  35. Re: Pay 10$ for the one that solve my problem and help me to fix it.

    Maybe you just have a transaction hanged out. Just run this query:



    select concat('kill ', id, ';') from information_schema.`PROCESSLIST`


    after running the query, copy all the results and...
  36. Replies
    16
    Views
    1,009

    Re: [HELP] NPCScript / Functions

    Okay, then, again, I want to see the overloaded "start" function.

    And it's weird, since you said it was working.
  37. Replies
    16
    Views
    1,009

    Re: [HELP] NPCScript / Functions

    So, it's obvious, your problem lays in startCPQ.

    Check all the variable values and and go line per line. Something is messed up there.
  38. Replies
    16
    Views
    1,009

    Re: [HELP] NPCScript / Functions

    Does any of the map messages appear?Does any of the map messages appear?Does any of the map messages appear?Does any of the map messages appear?Does any of the map messages appear?Does any of the map...
  39. Replies
    11
    Views
    563

    Re: Help please with this weird problem

    check your damagehandler?
  40. Replies
    16
    Views
    1,009

    Re: [HELP] NPCScript / Functions

    Does any of the map messages appear?
  41. Replies
    16
    Views
    1,009

    Re: [HELP] NPCScript / Functions

    The whole code is a mess.

    I don't see where you showed the start function overloaded with that list.

    I will assume that it all works fine. So you problem is when you click the "Accept" button....
  42. Replies
    2
    Views
    541

    Re: owl of minerva can't work

    It isn't coded, so you have to do it.
  43. Replies
    12
    Views
    480

    Re: Reactors cant be destoryed

    It's not coded obviously. That you download a repack or whatever, doesn't mean everything will work.
  44. Replies
    1
    Views
    363

    Re: Bat error when trying to warp

    It couldn't locate the class MapleClient, which I don't really know why it's nested to a "1". But whatever.

    The thing is the is at the method "sendPing" of the class MapleClient (Which didn't...
  45. Replies
    41
    Views
    4,198

    Re: [Help] v110/117 item creation exploit

    Try what he said he did:
  46. Replies
    41
    Views
    4,198

    Re: [Help] v110/117 item creation exploit

    Seriously, try it yourself.
  47. Replies
    4
    Views
    508

    Re: NPC script problem?

    gainItem is what you may be looking for to remove it.
  48. Thread: Weddings

    by X-Tasis
    Replies
    14
    Views
    1,489

    Re: Weddings

    Work on it, maybe... release it... I doubt it :/
  49. Thread: Weddings

    by X-Tasis
    Replies
    14
    Views
    1,489

    Re: Weddings

    I had this almost done... not complete... I believe I released a part in here long ago... I guess it was the proposal and all the NPC's that I released... don't remember.
  50. Replies
    15
    Views
    1,182

    Re: HEEELP, Opcodes v83 AriantPQ!

    IIRC... I had it done, just the result of the scoreboard I couldn't finish... I guess... don't remember.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4

Advertisement