V
varhlak
Guest
Hey!
I have recently tried on adding an item that adds lets say 20% of your FULL HP.
This should add 100% to my HP, so it should basically double the amount of HP and MANA currently on my bar. Although it does not. The attribute does not respond at all, it's all set up in movements etc. Is it possible to make a script for it? Like for one of items maybe in the movements.xml scripts? Again - it's an 8.10 so don't come up with 8.6 scripts. Thanks for help.
I have recently tried on adding an item that adds lets say 20% of your FULL HP.
LUA:
<item id="xxx" article="a" name="xxxxxx">
<attribute key="weight" value="6800"/>
<attribute key="armor" value="70"/>
<attribute key="maxhealthpercent" value="200"/>
<attribute key="maxmanapercent" value="200"/>
<attribute key="slotType" value="head"/>
</item>
This should add 100% to my HP, so it should basically double the amount of HP and MANA currently on my bar. Although it does not. The attribute does not respond at all, it's all set up in movements etc. Is it possible to make a script for it? Like for one of items maybe in the movements.xml scripts? Again - it's an 8.10 so don't come up with 8.6 scripts. Thanks for help.
