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 imAmplified

  1. imAmplified

    AresDEV - V83

    lel, I accepted your skype request. It's weekends for me, so I can get back to working on this development.
  2. imAmplified

    AresDEV - V83

    UPDATE: GUYS I MANAGED TO COME UP WITH A COMMAND MANAGER! Thanks SharpAceX for guiding me along! Check the main post for changes :P
  3. imAmplified

    AresDEV - V83

    Thank you. I will go and read up on abstract classes. I will download lithium and check out how it handles commands :)
  4. imAmplified

    AresDEV - V83

    Someone please advice me on how I should go about handling the Commands, Example; public static boolean executePlayerCommand(MapleClient c, String[] sub, char heading) { final MapleCharacter player = c.getPlayer(); if (heading == '/') { switch (sub[0]) { case "help"...
  5. imAmplified

    Nx format

    BUMP! I still can't get it to work!
  6. imAmplified

    AresDEV - V83

    Haha! I hope so, I think it can be unloaded as well. It is going to be open sauce, I don't have the time yet to create a github, school is boring.
  7. imAmplified

    I got error when i put the command..

    @zain2469 Read this; You must be registered for see element.
  8. imAmplified

    TiredStory Quests Force complete

    Re: Please Help. You could use a for loop for looping through the quests. Then in the for loop complete the quests.
  9. imAmplified

    Nx format

    It's in the main post I think, the one where "Cash.img" is at. that exact line.
  10. imAmplified

    AresDEV - V83

    Thank you so much, I am currently in the midst of trying to fix the NX format.
  11. imAmplified

    AresDEV - V83

    Introduction I used to code Minecraft Hacked Clients, code hacks for an FPS game called BlackShot. Now I am coming back to MapleStory development. I used Java in Minecraft, and C++ for BlackShot. Okay, back to topic. I would not say that I am very good in Java, or C++. I only know the basics of...
  12. imAmplified

    Nx format

    I took it from the guy who coded pkgnx. Here is his thread: You must be registered for see element. You must be registered for see element. I didn't take the ready-to-compile zip I used mooplenx.diff to compare the changes and edit accordingly.
  13. imAmplified

    Nx format

    Yup, i checked it against the normal WZ XMLS. It is empty as well. Now the problem is, the .NX files seems to be returning NULL everytime something is being read from it. For example the Cash.img It returns NULL.
  14. imAmplified

    Nx format

    More logging, error is in String.nx When I use String.wz it works fine. EDIT: Skill.wz appears to load fine, but it return null when creating skills when logging in.
  15. imAmplified

    Nx format

    Hey all! Been a long time since i've logged in. Recently managed to get stuffs cleaned up. So I've implemented NX into MoopleDEV. Everything went smooth, until List.wz You must be registered for see element. I am using NoLifeWzToNx Item.wz, Base.wz etc, all work fine. EDIT: Looking at my...
Back
Top