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 Madelinesz

  1. M

    [MoopleDEV] Crashing while Talking to NPC's Occasionally

    No java errors that make sense. A bunch of IOExceptions. I'm using java 7, update 4.
  2. M

    [MoopleDEV] Crashing while Talking to NPC's Occasionally

    The title saids it all. Not sure why, but you just randomly crash :L
  3. M

    pokemon

    Bump. Most legit post ever.
  4. M

    v83 Edits causing others to DC on map (0x80030002)

    Okay, so another player joining with "edits" are causing other people to DC with the error code -214 something, with the packet 0x80030002. Not sure what it is, what could be causing this?
  5. M

    GeneralChatHandler: Null

    Check MapleCharacter line 162, and your command in GMCommand line 428. I think the command has something to do with changing jobs, and after using it, your server bugs out. Post it, and I'll try to help :) I'm a noob too tho :D
  6. M

    Which handler handles character spawning?

    RZ, I'm trying to find out which handler handles spawning the character into the map from the login screen. For example: Login, Select Channel, Select Character, Spawns Character into last Map. Which handler handles spawning the character into the last map? I need to know because I wanted to...
  7. M

    Out of OID's

    @ Moogra & Kevintjuh. Woop woop, two crazy popular kids helpin' me ;D And wow, kevin can't believe I missed that. Thanks guys, I'ma apply this to my code now.
  8. M

    Out of OID's

    Bump, sorry, didn't wanna make a second thread but.. I believe this OID issue has something to do with characters turning invisible. Sometimes players just randomly go invisible, and needa relog.
  9. M

    Out of OID's

    Alright, thanks a lot! :) I think I'll stick with maxing the integer, to stay full proof. Off Topic: You used to co-own moongra?! Oh man, those were great days. I remember training my sin at Jesters :] ---- Edit: After changing it to integer.MAX_VALUE; it still happens. :L not sure what's...
  10. M

    Out of OID's

    Lol, should I change the runningOid >= 30000 to like Integer.MAX_VALUE ;)?
  11. M

    Stucked everytime

    Version...?
  12. M

    Max skills bugs HP/MP

    Do you have a starter NPC? If you do, have it max the skills before the player starts playing. Problemo solved.
  13. M

    Out of OID's

    java.lang.RuntimeException: Out of OIDs on map 104040000 (channel: 2) at server.maps.MapleMap.incrementRunningOid(MapleMap.java:312) at server.maps.MapleMap.spawnAndAddRangedMapObject(MapleMap.java:296) at server.maps.MapleMap.spawnMesoDrop(MapleMap.java:456) at...
  14. M

    If you were to join an outdated version of an MS PS, what reasons would make u join?

    What did B12 Have? @ rest: I think I'm on the right track to having mature players join then :)
Back
Top