• 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!

Firewalker boots - script PLEASE FIX SOM1 FOR ME

ziomek14b

New Member
Joined
Dec 26, 2007
Messages
98
Reaction score
0
Hi, i have part of my items there and can some1 fix my firewalker boots for me..


i want firewalker boots with speed of 80 and use them as normal so when you create an item its brand new and when you put on ur equipment its starting to use.


there is attached file so please just rewrite with speed and save it and upload it back
thanks.
 

Attachments

  • New Text Document.txt
    52.2 KB · Views: 18 · VirusTotal
Code:
	<item id="9932" 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="slotType" value="feet" />
[B][COLOR="Red"]		<attribute key="absorbPercentFire" value="90" />[/COLOR][/B]
		<attribute key="decayTo" value="10022" />
		<attribute key="transformDeEquipTo" value="9933" />
		<attribute key="duration" value="3600" />
		<attribute key="showduration" value="1" />
	</item>
change that to
Code:
		<attribute key="speed" value="80" />
?
 
Back
Top