• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Vip ring problem

reborn624

New Member
Joined
Feb 7, 2010
Messages
50
Reaction score
0
Hello

I changed ring of wishes (not used on tibia) to vip ring.

<attribute key="weight" value="800" />
<attribute key="slotType" value="ring" />
<attribute key="healthGain" value="200" />
<attribute key="healthTicks" value="2000" />
<attribute key="manaGain" value="150" />
<attribute key="manaTicks" value="1000" />

But it don't give mana and health :S

How to repair that?

PS: I want an infinite ring
 
add this to your movements.xml:

<movevent type="Equip" itemid="your ring id" slot="ring" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="your ring id" slot="ring" event="function" value="onDeEquipItem"/>
 
Back
Top