• 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+ Life Leech Problem (TFS 1.2)

secondlife

Member
Joined
Aug 1, 2009
Messages
298
Reaction score
23
hi guys!
I broke my resistance and decided to try to update myself a little more by migrating from tfs 0.4 to 1.x.

I've downloaded the latest tfs file from github (otland/forgottenserver (https://github.com/otland/forgottenserver)).

I managed to open the server without any problems. However, im trying to use the life leech attributes and it doesn't work.

Example:
<item id = "8930" article = "an" name = "emerald sword">
<attribute key = "weight" value = "4100" />
<attribute key = "defense" value = "33" />
<attribute key = "attack" value = "49" />
<attribute key = "attack" value = "49" />
<attributes key = "lifeleechamount" value = "30" />
<attributes key = "lifeleechchance" value = "25" />

<attribute key = "weaponType" value = "sword" />
<attribute key = "extradef" value = "3" />
</item>
Do I need to add anything else to be able to test life leech?
I already registered in weapons.xml too.

Many thanks.
 
You need to register your item in movements.xml
Oops, it worked! I had forgotten that.

Taking advantage of this post, would you know to tell me if the attributes "increasemagicpercent" and "increasehealingpercent" are available in tfs 1.x version?

Many thanks!
 
Back
Top