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

TFS 1.X+ searing fire, problems, tfs 1,5 7.72

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
928
Solutions
7
Reaction score
127
Location
Brazil
YouTube
caruniawikibr
hi guys, i have a problem with my searing fire.
when I step on the bigger purple fire, the player is being burned several times from 300, while he doesn't switch to medium he doesn't stop taking 300 damage, so when he goes to medium he does 300 damage and then stops taking damage.
as far as i know i should only take damage on the 1st floor, regardless if it becomes medium or large. if i switch floors then i take another damage from another fire.

View attachment WhatsApp Video 2022-06-17 at 01.27.17.mp4
View attachment WhatsApp Video 2022-06-17 at 01.28.40.mp4


Helmet of the ancient quest
tibiawiki.

If you step on purple fire, you will lose 300 hp, so only step when there is no fire in the sqm. If the fire appears while you're standing still, you don't lose hp, so don't be in a hurry.
XML:
<item id="1506" article="a" name="searing fire">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="1507"/>
        <attribute key="duration" value="10"/>
        <attribute key="replaceable" value="0"/>
        <attribute key="field" value="fire">
        <attribute key="damage" value="300"/>
        </attribute>
    </item>
    <item id="1507" article="a" name="searing fire">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="1508"/>
        <attribute key="duration" value="10"/>
        <attribute key="replaceable" value="0"/>
        <attribute key="field" value="fire">
            <attribute key="damage" value="300"/>
        </attribute>
    </item>
 
Solution
hi guys, i have a problem with my searing fire.
when I step on the bigger purple fire, the player is being burned several times from 300, while he doesn't switch to medium he doesn't stop taking 300 damage, so when he goes to medium he does 300 damage and then stops taking damage.
as far as i know i should only take damage on the 1st floor, regardless if it becomes medium or large. if i switch floors then i take another damage from another fire.

View attachment 68620
View attachment 68621


Helmet of the ancient quest
tibiawiki.

If you step on purple fire, you will lose 300 hp, so only step when there is no fire in the sqm. If the fire appears while you're standing still, you don't lose hp, so don't be in a hurry.
XML:
<item id="1506" article="a"...
hi guys, i have a problem with my searing fire.
when I step on the bigger purple fire, the player is being burned several times from 300, while he doesn't switch to medium he doesn't stop taking 300 damage, so when he goes to medium he does 300 damage and then stops taking damage.
as far as i know i should only take damage on the 1st floor, regardless if it becomes medium or large. if i switch floors then i take another damage from another fire.

View attachment 68620
View attachment 68621


Helmet of the ancient quest
tibiawiki.

If you step on purple fire, you will lose 300 hp, so only step when there is no fire in the sqm. If the fire appears while you're standing still, you don't lose hp, so don't be in a hurry.
XML:
<item id="1506" article="a" name="searing fire">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="1507"/>
        <attribute key="duration" value="10"/>
        <attribute key="replaceable" value="0"/>
        <attribute key="field" value="fire">
        <attribute key="damage" value="300"/>
        </attribute>
    </item>
    <item id="1507" article="a" name="searing fire">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="1508"/>
        <attribute key="duration" value="10"/>
        <attribute key="replaceable" value="0"/>
        <attribute key="field" value="fire">
            <attribute key="damage" value="300"/>
        </attribute>
    </item>
Change where is damage for initdamage.

for item change: delete the lines where is decayTo and duration if you want they stop changing from medium to large and large to medium
 
Solution
Back
Top