• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Scripters look here

pawlacz741

New Member
Joined
Jan 23, 2009
Messages
90
Reaction score
2
Hello

I need script

When you wearing firewalker boots you have 35% changes to don't get paralize..

Need fast please

Reputation+
 
items.xml

Code:
	<item id="9933" article="a" name="firewalker boots">
		<attribute key="description" value="Wearing these boots reduces the damage gotten from fiery ground."/>
		<attribute key="weight" value="950"/>
		<attribute key="armor" value="2"/>
		<attribute key="suppressParalyze" value="1"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="absorbPercentFire" value="90"/>
		<attribute key="stopduration" value="1"/>
		<attribute key="showduration" value="1"/>
	</item>

not sure what u meant with 35% changes..
 
Sorry i mean 35% chance to don't get paralize

OR

Can you make that script:

When you die your lvl is reset to 150
 
Last edited:
Back
Top