Ir para conteúdo

[Bug Items] Spellbook Que Da Ml.


Hudsin

Posts Recomendados

Ao usar algum spellbook que adiiciona ml Exemplo: Uso um spellbook que adiciona 3 de ml,ao tirá-lo,a ml continua como se eu ainta estivece usando. '-'

 

 

	<item id="8918" article="a" name="spellbook of dark mysteries">
	<attribute key="description" value="It shows your spells and can also shield against attack when worn." />
	<attribute key="weight" value="2850" />
	<attribute key="magiclevelpoints" value="3" />
	<attribute key="defense" value="16" />
	<attribute key="weaponType" value="shield" />
</item>

 

 

Alguem pode ajudar? vlw!

Link para o comentário
Compartilhar em outros sites

Nao sei se consigo, Mais toma ae :

 

    <item id="8918" article="a" name="spellbook of dark mysteries">
       <attribute key="description" value="It shows your spells and can also shield against attack when worn." />
       <attribute key="weight" value="2850" />
       <attribute key="magiclevelpoints" value="3" />
       <attribute key="defense" value="16" />
       <attribute key="weaponType" value="shield" />
   </item>

 

 

Adicione isso em Movements.xml

 

	<movevent type="DeEquip" itemid="8918" slot="shield" event="function" value="onDeEquipItem"/>

<movevent type="Equip" itemid="8918" slot="shield" level="80" event="function" value="onEquipItem">
	<vocation id="1"/>
	<vocation id="5" showInDescription="0"/>
	<vocation id="2"/>
	<vocation id="6" showInDescription="0"/>
</movevent>

 

Abraços.

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...
  • 1 month later...
×
×
  • Criar Novo...