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 ivan7208

  1. I

    Netbeans Profiler Statistics

    If my garbage collection graphic is increasing in generations, does that mean I have memory leaks somewhere in the source? I already fixed a few memory leaks and I am a bit curious about the generations increasing to 20 or more ... You must be registered for see element. I am also curious...
  2. I

    TimeManager RejectedExecutionException

    The problem with this RejectedExecutionException is that it will be really hard to find, it is like finding a needle in a haystack giving the fact that the TimerManager.java is connected with a lot of scripts, the only scripts in which it actually shows any kind of usage of the stop() method of...
  3. I

    TimeManager RejectedExecutionException

    Okay, so here is the pastebin with the whole Login.java file: You must be registered for see element. It seems like the TimerManager starts at line 244 and Login.java has a shutdown() void method that has the TimerManager.stop() method which might be the cause of TimerManager shutting down, not...
  4. I

    TimeManager RejectedExecutionException

    I am aware that the threading is clearly being shutdown by the server itself, the issue is that there is way too much scripts involved and to fix this error it's like finding a needle in a haystack. Anyone knows how would I go around the sudden shutdown that TimeManager has. It stops all the...
  5. I

    Maplestory v62 Source Error

    I am aware that increasing the Pool Size for the Threading in the server won't fix anything. I am just not skilled enough with java or developing maplestory servers yet, I started once again with all this not much time ago and I have previous experience with other OOP languagues that is why I...
  6. I

    Maplestory v62 Source Error

    I am getting a NullPointException stacktrace from the handlePacket method. Seems like in line 58 the socket array is null? I am literally lost at why it gives out a null array. This error does not let people ingame join the worldServer even though previously logged people can play normally...
  7. I

    MapleSolaxia v1/v2 Mesos won't drop from mobs.

    I already changed the name to drop_data but It still doesn't drop mesos, I also have drop_data_global table, I might need to add it there?
  8. I

    WZ Can u guys help a newbie here?

    The problem is that im very new to this stuff and i've tried using XML Cleaner from religion but couldn't make it work Etherialis ..... I need a better explanation with images for a Special person like me to understand how to use netbeans to do that xml cleaning .-.
  9. I

    WZ Can u guys help a newbie here?

    ?Then how can i add it to Character.wz properly? I've tried alot if tutorials like @You must be registered for see element. or @Slickness 's tutorials but i can't make it work with any of those tutorials.... Could you explain me how to add it properly?
  10. I

    WZ Can u guys help a newbie here?

    Hey guys! I've tried to export a v146.1 Hat into a v83 server I used HaRepacker 4.2.3, and i exported the hat ( Export > XML > Classic) Then i added it to the old v83 Character.wz and added it into the Sourcefile > wz > cap When i go ingame and i type !drop <id> or !item <id> 1 when i open...
Back
Top