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:
but for some reason this doesn't work. No errors show in the console or anything.
Need help for this guys, thanks!
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" />
Need help for this guys, thanks!