Lopaskurwa
Well-Known Member
- Joined
- Oct 6, 2017
- Messages
- 936
- Solutions
- 2
- Reaction score
- 57
Hi
so my manaGain,manaTicks doesn't work but healthTicks, healthGain works fine.
Where is the problem? TFS 1.2
so my manaGain,manaTicks doesn't work but healthTicks, healthGain works fine.
Code:
<item id="14226" article="a" name="Sun Glasses">
<attribute key="description" value="+50 HP/MP, health and ki regeneration + 5/s" />
<attribute key="weight" value="1800" />
<attribute key="armor" value="1" />
<attribute key="healthTicks" value="1000"/>
<attribute key="healthGain" value="5" />
<attribute key="manaTicks" value="1000"/>
<attribute key="manaGain" value="5" />
<attribute key="maxhitpoints" value="50"/>
<attribute key="maxmanapoints" value="50"/>
<attribute key="slotType" value="head" />
</item>