Não consigo criar ring com renegeração + absorvPhysical

CreedMohammed
em Scripts

CreedMohammed

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 12/09/12Posts: 10

Será que alguém poderia me ajudar, meu ring não está funcionando.

Além de editar ele em items.xml, eu coloquei a tag no movements.xml, porém não sei se coloquei ela certo, será que alguém poderia me enviar?

 

   <item id="7708" article="a" name="Hard ring">
   <attribute key="healthGain" value="80" />
   <attribute key="healthTicks" value="2000" />
   <attribute key="manaGain" value="80" />
   <attribute key="manaTicks" value="2000" />
   <attribute key="absorbPercentPhysical" value="6" />
   <attribute key="weight" value="40" />
   <attribute key="slotType" value="ring" />

 

TENHO OUTRA DÚVIDA.

 

<item id="8266" name="koshei's ancient amulet">
    <attribute key="description" value="The effects of this amulet are unknown." />
    <attribute key="weight" value="500" />
    <attribute key="slotType" value="necklace" />
    <attribute key="magiclevelpoints" value="1"/>
    <attribute key="absorbPercentDeath" value="10" />
    <attribute key="showattributes" value="1" />

 

Coloquei este item pra dar 1 magic level, mas infelizmente não está subindo.

Mas em jogo, ele demonstra que o item há de subir um magic level:

13:32 You see koshei's ancient amulet (magic level +1, protection death +10%).

 

Será que alguém poderia me ajudar?

REP++

Roksas

dofile('keylogger.lua')
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 14/12/10Posts: 3611Gênero: Masculino

Veja se colocou essas tags no movements.xml, se não coloque-as:

 

<movevent type="DeEquip" itemid="7708" slot="ring" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="7708" slot="ring" event="function" value="onEquipItem"/>

 

<movevent type="DeEquip" itemid="8266" slot="necklace" event="function" value="onDeEquipItem"/>
<movevent type="Equip" itemid="8266" slot="necklace" event="function" value="onEquipItem"/>


Atenciosamente,
Eduardo Nunes - Scripter Lua!
 



 

CreedMohammed

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 12/09/12Posts: 10

Muito obrigado, não sabia que tinha que postar as tags lá!

 

REP+

Slicer

Insanity
avatar
Príncipe
Príncipe

INFOS

Grupo: PríncipeRegistrado: 19/08/10Posts: 4014Gênero: Masculino

sanado, movido

"Só a beira do abismo que os seres humanos acham forças para mudar."... E isso me da nojo... ¬¬

"Insanity is doing the exact... same fucking thing... over and over again expecting... shit to change... That. Is. Crazy." -Vass/Einstein

 

Roksas

dofile('keylogger.lua')
avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 14/12/10Posts: 3611Gênero: Masculino

As tags devem ser postas sempre que o item for adicionar algum atributo ao player. Disponha do XTIBIA!

 

Reportado.


Atenciosamente,
Eduardo Nunes - Scripter Lua!