• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How do the body fade faster?

icaro1988

New Member
Joined
Jul 1, 2009
Messages
63
Reaction score
1
I wanted a little help, because I have a server war
And I wanted to know if you have some way to make the body of the player disappear faster?
Or instead of turning a body, he turns a platinum coin!

Please help me, I will rep + +
 
I wanted a little help, because I have a server war
And I wanted to know if you have some way to make the body of the player disappear faster?
Or instead of turning a body, he turns a platinum coin!

Please help me, I will rep + +

In items.xml, edit this under dead human.

XML:
		<attribute key="decayTo" value="3059"/>
		<attribute key="duration" value="900"/>
 
In items.xml, edit this under dead human.

XML:
		<attribute key="decayTo" value="3059"/>
		<attribute key="duration" value="900"/>

Thanks,
More where can I change the ID of the body directly from the player?
To place a platinum coin to fall into place the body?
 
Back
Top