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

Fire Walker boots

apa123

New Member
Joined
Jun 24, 2008
Messages
40
Reaction score
0
Could someone make firewalker boots like real tibia ?

That ONLY work for fire fields ?
 
Code:
<item id="[B]ID OF BOOTS[/B]" name="Firewalker Boots">
		<attribute key="weight" value="950"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="decayTo" value="[B]ID OF WORN[/B]"/>
		<attribute key="absorbPercentFire" value="90"/>
		<attribute key="duration" value="3600"/>
		<attribute key="showduration" value="1"/>
	</item>

1h woring, 90% def by fire. : )
please update id's

#down
i don't saw function in ot to absorb only fire fields.
 
Last edited:
@Up!

That's a sh*t xD!!!

Because if i equip that boots, a master sorcerer will hit me with Hell's core... mm.. 50+?

You lose 50 hit points due on attack by 200 Master Sorcerer.

Lol xD!
 
If its possible to like create a item like this

boots that are in use
<item id="9932" name="firewalker boots">
<attribute key="weight" value="950"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="9934"/>
<attribute key="absorbItemId" value="1492"/>
<attribute key="transformDeEquipTo" value="9933"/>
<attribute key="duration" value="3600"/>
<attribute key="showduration" value="1"/>
</item>


boots that not in use
<item id="9933" name="firewalker boots">
<attribute key="weight" value="950"/>
<attribute key="slotType" value="feet"/>
<attribute key="transformEquipTo" value="9932"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>
</item>

worn boots
<item id="9934" name="worn firewalker boots">
<attribute key="description" value="Someone specialised in shoes might be able to repair them for you."/>
<attribute key="weight" value="950"/>
</item>


BTW, im totally suckie :p but you know what i mean ??
 
just the onStepIn function in the movement actions you can modify the firefield script to be cut down if player has boots id in feet slot...
 
Back
Top