Change Max Hit

Posts 12 of 2 · Page 1 of 1
Change Max Hit
is there a way i can change the owners max hit (me) if so please tell me i would greatly appreciate it...
Read my skill limit, and Donator/VIP Coding tutorials. You will understand how once you read those. Just make a command for your owner gear, and edit the gear stats through the files, remember to remove any chance of getting the gear.

Code:
if (command.equalsIgnoreCase("Illegality") && playerRights >= 3) 
            {
            addItem(4720, 1);                                    
            addItem(35, 1); 
            addItem(667, 1); 
            addItem(4753, 1); 
            addItem(4751, 1);
            addItem(15082, 1); 
            addItem(15083, 1); 
            addItem(15084, 1); 
            addItem(15085, 1); 
            addItem(15086, 1); 

            sendMessage("Illegality's stuff of power for owning noobs giving anyway to normal player and its ban/demote");
	}
That's my owner command, make it your name preferrably.
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?