• 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!

soft boots

niladar

Xampera RL Project
Joined
Jan 9, 2009
Messages
154
Reaction score
0
Location
Sweden
<item id="2640" article="a" name="pair of soft boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="10021"/>
<attribute key="transformDeEquipTo" value="6132"/>
<attribute key="duration" value="14400"/>
<attribute key="healthGain" value="5"/>
<attribute key="healthTicks" value="1000"/>
<attribute key="manaGain" value="10"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="showduration" value="1"/>

i want them to give players a bit slower mana and health. What do i need to to ?
Thx
 
<attribute key="healthGain" value="5"/>
here the amount of health that it gives in a round

<attribute key="healthTicks" value="1000"/>
here the time 1000 miliseconds = 1 sec

<attribute key="manaGain" value="10"/>
here the amount of mana that gives in a round

<attribute key="manaTicks" value="1000"/>
here the time in milisecnds 1000= 1 sec
 
Back
Top