Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Runescape Commands

C:\User\Secondary\Desktop
Joined
Jul 18, 2013
Messages
584
Reaction score
81
Location
Unresolved
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::ott1:
 
Back