Vo ti dar um exemplo de um Short que da ml, ae tu faz com a wand e ve se da certo ..
Em items.xml :
</item> <item id="7464" article="a" name="VIP Shorts"> <attribute key="weight" value="150" /> <attribute key="skillDist" value="4" /> <attribute key="skillAxe" value="4" /> <attribute key="skillsword" value="4" /> <attribute key="skillclub" value="4" /> <attribute key="skillfist" value="4" /> <attribute key="magiclevelpoints" value="4" /> <attribute key="description" value="Esse short FAZ a diferenca (+4 de tds os skills)" /> <attribute key="slotType" value="legs" /> </item>
<attribute key="magiclevelpoints" value="4" /> <-- Aqui voce muda quantos ela vai dar de ml.
Ae adicione essa tag em movements.xml :
<movevent type="Equip" itemid="7464" slot="legs" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="7464" slot="legs" event="function" value="onDeEquipItem"/> <!-- VIP SHORTS -->
Lembrando que esse foi so um exemplo..Ai voce altera os Id's e Slots!







info
Grupo: Campones
Registrado: 01/03/13
Posts: 93
Reputação: +1
Char no Tibia: Frenetico Housedown
Tenho essas wands no meu ot!
wand of everblazing
<item id="18409" article="a" name="wand of everblazing">
<attribute key="description" value="It contains the everblazing fire." />
<attribute key="weight" value="3700" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="fire" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="range" value="4" />
</item>
muck rod
<item id="18411" article="a" name="muck rod">
<attribute key="description" value="A true staff of old, spitting slimy orbs." />
<attribute key="weight" value="3700" />
<attribute key="weaponType" value="rod" />
<attribute key="shootType" value="earth" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="range" value="4" />
</item>
wand of defiance
<item id="18390" article="a" name="wand of defiance">
<attribute key="description" value="It reveals devastating energy arcs." />
<attribute key="weight" value="3700" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energy" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="range" value="4" />
</item>
glacial rod
<item id="18412" article="a" name="glacial rod">
<attribute key="description" value="Hurls the icy essence of the Svargrond glaciers." />
<attribute key="weight" value="3700" />
<attribute key="weaponType" value="rod" />
<attribute key="shootType" value="ice" />
<attribute key="magiclevelpoints" value="1" />
<attribute key="range" value="4" />
</item>
é para elas darem +1 de ml, mas não está funcionando!