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

Solved [HELP]firewalkers

crashgb

Crash
Joined
Aug 20, 2013
Messages
48
Reaction score
0
hello people!
I have a problem with the "Firewalkers donate"
on my server these boots regenerate faster(life and mana).
works perfectly with them, but when a player disconnects and reconnects not work. They have to get it out of the "set" and then put them back. And that just works again. too with "pair of soft boots"

check my items.xml
Code:
    <item id="9932" article="a" name="Donate Firewalkers">
        <attribute key="description" value="Faster Regeneration" />
        <attribute key="weight" value="950" />
        <attribute key="armor" value="5" />
        <attribute key="slotType" value="feet" />
        <attribute key="absorbPercentFire" value="10" />
        <attribute key="absorbPercentIce" value="10" />
        <attribute key="healthGain" value="50" />
        <attribute key="healthTicks" value="2000" />
        <attribute key="manaGain" value="80" />
        <attribute key="manaTicks" value="1500" />
        <attribute key="showduration" value="1" />
        <attribute key="speed" value="40" />
    </item>

    <item id="2640" article="a" name="pair of soft boots">
        <attribute key="weight" value="800" />
        <attribute key="slotType" value="feet" />
        <attribute key="decayTo" value="10021" />
        <attribute key="transformDeEquipTo" value="6132" />
        <attribute key="duration" value="14400" />
        <attribute key="healthGain" value="25" />
        <attribute key="healthTicks" value="2000" />
        <attribute key="manaGain" value="40" />
        <attribute key="manaTicks" value="2000" />
        <attribute key="showduration" value="1" />
        <attribute key="showattributes" value="1" />
    </item>


THANKS PEOPLE!! <3 :D
 
Back
Top