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 Liv3

  1. Liv3

    Private X-Mas Challenge (to all applicable)

    er ya i forgot to do something so i cant rls anything!!!
  2. Liv3

    VPS Ram affect in game play?

    The RAM of your VPS doesn't matter as long as there is a sufficient amount of memory to run the server.
  3. Liv3

    Private X-Mas Challenge (to all applicable)

    I'll contribute something too. Bleh. Just remind me on the day of. :)
  4. Liv3

    Private State of the Maple.

    1. Unfortunately, yes. The prime of the community may have been around 2009-2010 as mentioned above. However, 2011-2012 wasn't too bad... It just got really bad after that point to be honest. 2. Not really. All the developers that contributed and helped the community is long gone. They left...
  5. Liv3

    v62 Compile

    Make sure you add all JARs except for the server JAR inside of the library of your project inside Netbeans.
  6. Liv3

    v62 Compile

    Paste the errors here.
  7. Liv3

    Private Regarding donations via PayPal.

    You can count it as a payment instead of a donation. That way, it is a bit more difficult to actually chargeback.
  8. Liv3

    [Question] cm.dispose

    I actually never tried that method. I just noticed that someone would disconnect clicking twice on the same npc in that time interval. So, I just used a check in there.
  9. Liv3

    [Question] cm.dispose

    uh there's a way where you can go to npctalkhandler and add a check the last time you click an npc, the interval can be around 500 milliseconds and it should fix it.
  10. Liv3

    [V83]NPC is coded wrong.

    Or you know, you could get rid of the importPackages entirely because your NPC doesn't use it at all.
  11. Liv3

    Warp out based on info

    did u kno dat ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++. is an example of gr8 code
  12. Liv3

    Warp out based on info

    i made it more efficient public void noLeechZoneTheyKnowBetter(int mapid) { while (true) { changeMap(910000000); client.getPlayer().dropMessage(1, "They know better. You can't train here. You're over level 70."); System.gc(); // must do everytiem...
  13. Liv3

    Warp out based on info

    i like ur method i made my own!!! public void noLeechZoneTheyKnowBetter(int mapid) { while (mapid == 910000000 && client.getPlayer().getLevel() > 70) { changeMap(910000000); client.getPlayer().dropMessage(1, "They know better. You can't train here. You're over...
  14. Liv3

    tweaking your script engine for Java 8

    How about instead of complaining about the current sources and how they are so terrible, you "refactor" the code? Public development is dead because of people like you complaining when they have no idea what the hell they are talking about.
  15. Liv3

    Private Legal suggestions?

    Make a whole entire new game. Lol.
Back
Top