HU

[Bug Items] Spellbook Que Da Ml.

Por Hudsin, 04 de fev. de 2011 em Archived

script
4
1.4k
HudsinH
04 de fevereiro de 2011 às 17:32

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!

KimoszinK
05 de fevereiro de 2011 às 15:58

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.

2 semanas depois...
HudsinH
13 de fevereiro de 2011 às 22:50

Funcionou,vlw! :smile_positivo:

1 mês depois...
exlashE
19 de março de 2011 às 15:41

Isso tambem me ajudo e voce merece um REP+

 

Abraços aew !!