• 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+ Mana and life leech 8.6

Nefre

Member
Joined
May 17, 2012
Messages
41
Reaction score
11
Hello. I wonder if it is possible to make life and mana leech on 8.6 tibia tfs 1.5 downgrade by Nekiro. Maybe somebody tried to do it?
 
It should be already implemented, try it and see how it goes.


This how should be set on items


and condition.
I added to sword in items.xml:

Lua:
        <attribute key="LIFELEECHAMOUNT" value="100" />
        <attribute key="LIFELEECHCHANCE" value="100" />
and movements.xml:
Lua:
<movevent event="Equip" itemid="12649" slot="hand" function="onEquipItem" />
<movevent event="DeEquip" itemid="12649" slot="hand" function="onDeEquipItem" />

0 errors in console but it doesnt work
 
Last edited:
I added to sword in items.xml:

Lua:
        <attribute key="LIFELEECHAMOUNT" value="100" />
        <attribute key="LIFELEECHCHANCE" value="100" />
and movements.xml:
Lua:
<movevent event="Equip" itemid="12649" slot="hand" function="onEquipItem" />
<movevent event="DeEquip" itemid="12649" slot="hand" function="onDeEquipItem" />

0 errors in console but it doesnt work
Did you update your sorces, or just the xml file?
 
Last edited:
Last edited:
Back
Top