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 TL Works

  1. TL Works

    MapleServer 2 - A New Dimension!

    You must be registered for see element.
  2. TL Works

    Official Any free VPN can use to play maple global from taiwan ?

    Do not presume ¯\_(ツ)_/¯ A single website isn't going to prove anything here really, I used both of them and IPVanish surely outruns CyberGhost. IPVanish has many servers and it just takes a matter of a few seconds to connect/re-connect.
  3. TL Works

    RE:V62 SineMS

    Re: V62 SineMS I would surely upgrade your MySQL Database &/or your MySQL Workbench, Apart from that, you might just want to delete the 'DROP VIEW' part, it's useless anyway.
  4. TL Works

    [Solved] Resapwn

    Re: Monster's not respawn in PQ Add: function respawn(eim) { var map = eim.getMapInstance(925100400); //Map where it should happen. map.respawn(); //Respawn eim.schedule("respawn", 10000); // This is your respawn timer in miliseconds } After: function setup() {...
  5. TL Works

    RE:Release KrystalLite v175 missing dist

    Re: Release KrystalLite v175 missing dist Use Mushy.
  6. TL Works

    Official Any free VPN can use to play maple global from taiwan ?

    Once you've found a job like topkek suggested, you'll either want to use IPVanish or CyberGhost. I do suggest IPVanish myself due to the fast disconnecting and reconnecting.
  7. TL Works

    Monsters getting stuck when killed out of range of the screen.

    Apparently it has to do with; for (MapleMapObject mo : getMapObjectsInRange(player.getPosition(), MapleCharacter.MAX_VIEW_RANGE_SQ, rangedMapobjectTypes)) { In; public void movePlayer(MapleCharacter player, Point newPosition) { But once I change MapleCharacter.MAX_VIEW_RANGE_SQ to a...
  8. TL Works

    [MULTI-LANGUAGE] LEAK JEFF's EMULATOR

    ¯\_(ツ)_/¯
  9. TL Works

    Monsters getting stuck when killed out of range of the screen.

    Could this possibly have to do with spawnAndAddRangedMapObject Wouldn't removing this break everything? *EDIT: So I found; if (chr.getPosition().distanceSq(mapobject.getPosition()) <= 722500 && !chr.isFake()) { It's just a little unknown to me why it's using 722500 instead of...
  10. TL Works

    Monsters getting stuck when killed out of range of the screen.

    So I noticed that on my Server (Using modified LeaderMS old rev, not rev 2), when monsters are being killed by someone else on the map which is out of my viewing range, those monsters get stuck on my map (client-sided) and I can still get damaged by them but not kill them. Either CC'ing...
  11. TL Works

    Best vps for v83?

    MapleStory and Linux don't mix.
  12. TL Works

    Best vps for v83?

    nfoservers.com
  13. TL Works

    Official [GMS] v168 - Reboot Update

    Nexon and No Pay-2-Win is the biggest lie I've ever come across, I won't even bother with playing this. What is a MMO without a trading system? Seriously.
  14. TL Works

    [Release]PokeAres - Constants Updates

    @Xerixe Movement/Desync issues still persist in Revision 30 (Latest SVN). Don't know whether this project is still up yes or no but I've found a few bugs I could share with you, if needed.
  15. TL Works

    D/C when clicking Alliance tab when created an Alliance.

    So your code did something which made it work, but now it weirdly enough doesn't seem to work anymore. It does the same thing again and I honestly have no idea why it does it this time. Could it be something with the Database?
Back
Top