Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by MsDerp

  1. MsDerp

    [MapleStory] MapleWars v83 Pre-Dev Testers & Possible GMs

    You must be registered for see element. Here is the temporary private development forums. We have 3 testers so far.
  2. MsDerp

    [MapleStory] MapleWars v83 Pre-Dev Testers & Possible GMs

    Sure, pm me your skype. Can you fill this out too please? Name: Age: TimeZone: Skype: (or pm me your skype) Availability: (Pick which stages of testing you can participate in: 1, 2, 3) Interested in GM? (Yes/No): (must be available for all testing)
  3. MsDerp

    [MapleStory] MapleWars v83 Pre-Dev Testers & Possible GMs

    Re: [MapleStory] MapleWars v62 Pre-Dev Testers & Possible GMs Thanks Eric. Side note: We switched to v83.
  4. MsDerp

    MapleSolaxia Hired Merchant

    before items.clear(), add a check. if your invent is full, return the error msg saying its full. if its not, then go ahead with the item.clear and the rest of the functions. MI = MapleInventory if (!MI.isFull) { blah blah blah } else { put error msg here }
  5. MsDerp

    MapleSolaxia Hired Merchant

    In what way did you try to do that? Like for example did you change some things in the handler or did you change something in another file? Give us more details. The more details you give, the better.
  6. MsDerp

    Carnival PQ

    did you check if start is an actual function/method in npc script manager? According to the error message, it says no such method exists.
  7. MsDerp

    LeaderMS v.62 | The Best Brazil MapleStory | GMS-like

    huh. interesting. i need to talk to you privately about what's in your head lol. gib me information plx.
  8. MsDerp

    Macro change channel error

    I'm probably terribly wrong, but I'm gonna take a stab at the issue. I don't have experience with key bindings, nor have I looked into it previously, so I have no idea if I'm correct at all. 1. I'm not sure how complete the source you are using is, but it might just be that the key bindings...
  9. MsDerp

    MapleSolaxia Hired Merchant

    It could very much also be in there too. I don't remember exactly where the bundle is saved because it was a year ago. I was just suggesting off my foggy memory. Go with what Eric said first. He is more experienced than me it seems.
  10. MsDerp

    LeaderMS v.62 | The Best Brazil MapleStory | GMS-like

    That's actually pretty nice, but why would reloading op codes and writing packets from live game play be useful?
  11. MsDerp

    Web How to add Language to Server ?

    Well the original reason why I laughed is because of the way you said it. You say it like it's something that anyone can do. It's something that is skill specific, and the manner of how he asked how to do it told me that he didn't have much programming background. I originally thought you were...
  12. MsDerp

    Web How to add Language to Server ?

    o didn't know that edit the client for that :o The more you learn *insert rainbow here* in my mind, the client is untouchable unless you are devoted. thought he was trolling :O
  13. MsDerp

    MapleSolaxia Hired Merchant

    I remember fixing this in moopledev v83. It must be the same bug. It is server sided. Check the handlers for the hired merchants and look at bundling. I forget the solution to it. It was a year ago.
  14. MsDerp

    LeaderMS v.62 | The Best Brazil MapleStory | GMS-like

    ooh wait so for instance: if you change the drop rates of an item from a monster, you can just reload and not restart the whole server?
  15. MsDerp

    LeaderMS v.62 | The Best Brazil MapleStory | GMS-like

    So... I'm redoing the commands from scratch right now and am organizing better, and I'm wondering why all the reload code in the admin commands...? What's the reason for reloading guilds, npcs, portals, reactors, op codes, etc, and writing packets from in game? Are there issues that pertain to...
Back
Top