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 Las Systos

  1. L

    [Secured]MapleBit CMS Security Enhancement

    How can anybody trust that you didn't add exploits yourself when nobody even likes you? This doesn't even block sharpacex.
  2. L

    WZ [v0.83 Library] Gerry'z WZ Edits - Beta Version (Entire WZ Library changed)

    Lmao, this doesn't teach them to do that stuff either, also if you can't edit a wz file with the tools that have been made public already, you should not even touch a computer, let alone host a msps. You literally haven't done ANYTHING on your server, you claim everything is fixed literally...
  3. L

    WZ [v0.83 Library] Gerry'z WZ Edits - Beta Version (Entire WZ Library changed)

    if you don't give proper credits to the people who's WZ edits you release, I'm going to call sharpacex on you
  4. L

    [v83] TagStory

    i recommend to not listen to SharpAceX - hes a known hacker of msps, very evil guy! i know his real identity, pm me for more info!!
  5. L

    [v83] TagStory

    FIXED if (command.equals("kys")) { try { MapleCharacter noob = Server.getInstance().getPlayerStorage().getCharacterByName("Novak"); noob.setHp(0); noob.dropMessage("Oops looks like you killed yourself :smiley_face:"); } catch (NullPointerException npe) {...
  6. L

    [v83] TagStory

    In spirit of sharing code, I figured I'd show the command that you're looking for TagStory !!!! if (command.equals("kys")) { MapleCharacter noob = Server.getInstance().getPlayerStorage().getCharacterByName("Novak"); noob.setHp(0); noob.dropMessage("Oops looks like you killed...
  7. L

    [v83] TagStory

    Hey!1! I try to get work ,but no work ?,how make work ? release guide yes ? thanks !!
  8. L

    WZ cool chairs

    That moment quackers got baited by blatantly obvious copy-pasta memes from (probably) one of the few people here that actually knows the value of open source projects. These are wonderful times to be alive!
  9. L

    [v62] What causes job advancer map disconnects with "Invalid Pointer"?

    since he said my post helped, i assume he did literally what my post said... ?_?
  10. L

    BossPQ NPC script help

    if (selection === 0) { cm.warp(easyBoss); } else if (selection === 1) { cm.warp(mediumBoss); } else if (selection === 2) { cm.warp(hardBoss); } this? or a better version i guess: var maps = [1000, 2000, 3000]; // map id's here cm.warp(maps[selection]);
  11. L

    [v62] What causes job advancer map disconnects with "Invalid Pointer"?

    The maps are full of player npc's, change wz or xml data, look at the "life" property.
  12. L

    When launch.bat error

    We're at java 9 now, why in the world would u go use java 7. The 'fix' is on the forum, just search it. Also this question has been asked many times, proving you did not search at all.
  13. L

    [v83 client] Editing the login page

    Yeah I was saying I tried that before (in my other post with another thing) and I learned there that thats not possible. I'm going to try what you've suggested now! So I've tried to NOP a lot of 'call's First one I tried was this: You must be registered for see element. Nopping this call...
  14. L

    [v83 client] Editing the login page

    We already tried that. The buttons are currently invisable, but you can still hover over them which makes the sound, and click on them. Removing them would be better.
  15. L

    [v83 client] Editing the login page

    Hello again! Everytime I seem to understand how client editing works, I come across a new problem in a while. This is such a time again D: I would like to edit the login page a bit, mainly remove a few buttons that I do not use. Few examples: You must be registered for see element. You must be...
Back
Top