zbizu
Legendary OT User
where can i change how much food gives hp&mana? thanks
food.lua or some lua file in data/libs or data/actions/libs
where can i change how much food gives hp&mana? thanks
Unfortunately can't find this, also would be great if somebody could tell me where to change HP/Mana gain for soft boots?food.lua or some lua file in data/libs or data/actions/libs
Unfortunately can't find this, also would be great if somebody could tell me where to change HP/Mana gain for soft boots?
anyone knows?nothing about food and soft boots :/
HP/mana gain for Soft Boots is in items.xml as zbizu mentioned above but you'll have to add the item to movements onEquip/onDeEquip like thisanyone knows?
<movevent event="Equip" itemid="6132" slot="feet" function="onEquipItem" />
<movevent event="DeEquip" itemid="6132" slot="feet" function="onDeEquipItem" />
<movevent event="Equip" itemid="2640" slot="feet" function="onEquipItem" />
<movevent event="DeEquip" itemid="2640" slot="feet" function="onDeEquipItem" />
<attribute key="healthGain" value="1" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="2" />
<attribute key="manaTicks" value="1000" />
data\XML\vocations.xml
for each vocation.gainhpticks="2" gainhpamount="1" gainmanaticks="2" gainmanaamount="2"