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 Monokuma

  1. Monokuma

    Unable to Recharge Certain Items (Stars, Bullets)

    I already gave you the exact root of your problem, you still don't see the issue?
  2. Monokuma

    Unable to Recharge Certain Items (Stars, Bullets)

    This is due to your WZ's.
  3. Monokuma

    [HeavenMS] Fishing?

    Why not look through the source and see how it works then?
  4. Monokuma

    Error 1031 MYSQL | Newbie.

    What MySQL version are you using? Try changing: to or try turning off innodb_strict_mode if enabled.
  5. Monokuma

    HeavenMS Cashshop Problem

    Are you saving and overridding the old Etc.wz? Also when dumping are you exporting as Private server? Also, period can be changed within the source.
  6. Monokuma

    Maple Points instead of NX Credit

    Put a check in CashOperationHandler.java.
  7. Monokuma

    v83 OpenPortal

    I've been messing around with HeavenMS source so I already had the source handy. When I saw your issue, I looked at the methods in MaplePortal.java. Really just went from there. Also, checked out your server but had to cut it short, might hop on more times just to see the progress. Wish you luck.
  8. Monokuma

    v83 OpenPortal

    For one, the portal name on the Fitness Test Waiting room is "join00" also, in the command change: to There you go.
  9. Monokuma

    WZ delete me

    Thank you. This is very nice. I noticed that in the Cash Shop you cannot click. You can only use tab, arrow arrows to move from different tabs/numbers. Where could I go to change this? Thanks Edit: I see now that this is client sided, I've fixed this. Thanks.
  10. Monokuma

    HeavenMS Pathing Error

    Solved
  11. Monokuma

    Help with mysql

    Yeah, PM me with your skype or something.
  12. Monokuma

    Help with mysql

    You sure you added everything? XMLs into source and imported them into map.wz and saved?
  13. Monokuma

    Need v117 Server help

    ExiledMS]Loader 1...Error handling guildRankingcom.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'v117.guilds' doesn't exist at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  14. Monokuma

    Patching a few cheats / exploits.

    Try adding if (this.trade != null) { return; } in ChangeMapInternal in MapleCharactet
  15. Monokuma

    Patching a few cheats / exploits.

    In that case, just add a check in ItemPickupHandler that doesn't let players pick up 2x coupons..
Back
Top