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 thatwillwork

  1. T

    The Best v62 MapleStory Emulator - ArgonMS

    >he has had stateless NPC scripts for quite-some time This is dope. I was trying to do this around almost a year ago but there wasn't a nice way to use continuations if you're on the latest jdk. Had no idea rhino had continuations all along.
  2. T

    [OdinMS] Run commands without going in-game via JMX

    OdinMS exposes a way to remotely invoke commands in CommandProcessor via this thing called JMX. You may have to fix some of the implementation, but it's defined and mostly working in CommandProcessor.processCommandJMX. Don't forget to either set up proper JMX security credentials or just not...
  3. T

    [OdinMS] Fix for broken item stacking

    Just debugged a case where Ciders, which shouldn't be stackable, would sometimes be stackable to 201 for everyone in a server. Posting the fix since it doesn't obviously repro. This fix applies to base Odin, Xiuz, Vintage, Leader, Solaxia, and probably other sources based off Odin. Go to...
  4. T

    V62 best source for hard server

    You have to add a `hwid` column to your accounts table (BIGINT is probably right). If you want to open a v62 server straight up with no dev experience then I can't recommend any public v62 source. They all have some pretty serious problems and require a lot of dev time to fix. If you plan on...
  5. T

    Web Brainstorming something

    AFAIK Odin exposes a way to do this via JMX.
  6. T

    ConcurrentModificationExceptions in MapleMap

    Working off XiuzSource and ran into some ConcurrentModificationExceptions involving `MapleMap.getCharacters` when a player entered a map while another thread was attempting to iterate over the same map's characters. Here's the function: public Collection<MapleCharacter> getCharacters() {...
  7. T

    [MapleStory] Looking for designers, testers, and devs for a v0.62 server.

    Bump. We've recruited another dev but could always use some more talent! If you're kinda-sorta interested and would like to hear about our setup, shoot me a PM. If you're interested in testing we'd really love to have you!
  8. T

    [MapleStory] Looking for designers, testers, and devs for a v0.62 server.

    Hi! We're a small group of people currently planning to launch a lowish-rate, semi-GMS-like MapleStory server. To help kickstart our initiative, we're looking for people who'd be willing to fill the following rolls! Developer As a developer, you'd make refactors, bug-fixes, and script NPCs...
Back
Top