• 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 Health and Mana per second

Gazzy

Server Owner
Joined
Sep 25, 2013
Messages
55
Reaction score
3
Hey guys,
I'm making donation items for my server (TFS 9.81) and I want to make it so that it regenerates 100k health and mana per second and this is what I've come up with in the items.xml file:
Code:
        <attribute key="healthGain" value="1000000" />
        <attribute key="healthTicks" value="1000" />
        <attribute key="manaGain" value="1000000" />
        <attribute key="manaTicks" value="1000" />
but for some reason this doesn't work. No errors show in the console or anything.
Need help for this guys, thanks!
 
Back
Top