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 AuroX

  1. A

    What is everyone from this section up to now?

    Still in school.
  2. A

    Does anyone know any good Java Books (PDF)

    Head First Java (2nd Edition): You must be registered for see element. . It teaches you the basics to what you need to know about Java.
  3. A

    [Release] MapleSEA Packets & Client Address 135.3

    The whole function of CLogin::OnPacket is broken. Go to IDA-View, manually highlight the methods in it, i.e, the ones with the switch statements, then press 'p' to create your own function. *PS: Nope, I'm not, just browsing through forums and decided to play around with IDA for a while.
  4. A

    [Release] MapleSEA Packets & Client Address 135.3

    0072B470 CLogin::OnPacket 00728880 CLogin::OnCheckPasswordResult 00FB9CB0 CWvsContext::OnPacket 006256F0 CField::OnPacket 004D6F70 CCashShop::OnPacket 004D69D0 CCashShop::OnCashItemResult 005DDFE0 CFarm::OnPacket
  5. A

    AthionStory v1.16 - Lithium Updated Source!

    Ian isn't in, it was confirmed by their staff on IRC. Also, the web source files are not organized. It isn't his style.
  6. A

    [Release] Lithium - Revision 96 - v111.1

    /lock. Thanks.
  7. A

    [Help] Java version

    It doesn't matter. The latest would just work fine.
  8. A

    Help lithiumrev 96 please help

    Reinstall your Java.
  9. A

    I need help with a small problem with lithium v111

    Its just a warning, shouldn't matter though, some unsafe operations, but still works.
  10. A

    [Lithium] Short Cannot be dereferenced

    Change "getJob().getId()" to "getJob()". Lithium stores job as an integer in MapleCharacter while other sources such as MoopleDEV stores as an enum/object.
  11. A

    v111 + shroud walk fix

    Troll? Making new functions for every new skill? You'll end up having more than (3*4)*23 [(avg 3 active skill * (1st-4th)) * 23 jobs] functions, that's a total of more likely 276 functions just for skills! And that's just for giving the buff, which doesn't include cancel. @l4zyboi, Learn to...
  12. A

    ChickenMS v111 Source - launch_server error

    Database informations are wrong.
  13. A

    Lithium Android Styler

    Yea, its not there, you got to code them.
  14. A

    [Lithium] Potential Glitch Help

    After removing those, you shouldn't be able to get them. o.o
  15. A

    Problem in Lithium

    Compile the source and place your jar into the dist folder.
Back
Top