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!

Runescape Commands

C:\User\Secondary\Desktop
Joined
Jul 18, 2013
Messages
581
Reaction score
79
First : Sorry for me spam sorry Jamie and other rsps people
Im new from ragezone 2 days

here

Command ::empty
Code:
                        if (cmd[0].equalsIgnoreCase("empty")) {
                                player.getInventory().reset();
                                return true;
                        }


Command ::heal

Code:
                        if (cmd[0].equalsIgnoreCase("Heal")) {
                                player.setHitpoints(990); 
                                player.refreshHitPoints();
                                return true;
                        }

Its working for me :D::eek:tt1:
 
Junior Spellweaver
Joined
Sep 23, 2013
Messages
135
Reaction score
21
It's too easy, it doesn't worth tutorial. try your best to make other tutorial, good luck :five:
 
Back
Top