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

[Request]Firewalker boots

baralala

New Member
Joined
Jan 15, 2009
Messages
120
Reaction score
1
Location
Argentina
Hello

I am using tfs 0.3.4 pl

I am looking for a firewalker boots working like on real tibia

Actually it is reducing the damage taked from fire (any fire damage, like magma items)

If someone can help me i will be very greateful

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="slotType" value="feet"/>
		<attribute key="absorbPercentFire" value="90"/>
		<attribute key="transformEquipTo" value="9932"/>
		<attribute key="stopduration" value="1"/>
		<attribute key="showduration" value="1"/>

Sorry for my bad lenguage i dont speak english but i try xD
 
I've had this working with onStepIn movement script for fire fields. But that way, there were laggy, sluggish and a bit bugged, too.
 
Yeah, I would advise anyone to use this as it is now.. Instead of having a movement script for fire fields.. You'll only run into more problems that way.
I think this (or at least part of it) could be made in sources (something like a new item attribute - absorbPercentFireField)
 
Back
Top