JU

Item Como Mudar A Vocation.

Por JumentoCuzaum, 10 de mai. de 2012 em Scripts

script
5
1.3k
10 de maio de 2012 às 08:01

como mudo a vocation desse item

 

   <item id="2503" article="a" name="VIP Armor">
    <attribute key="description" value="Axe/Sword/Club +2" />
    <attribute key="weight" value="1200" />
    <attribute key="skillClub" value="2" />
    <attribute key="skillAxe" value="2" />
    <attribute key="skillSword" value="2" />
    <attribute key="armor" value="21" />
    <attribute key="slotType" value="body" />
   </item>

 

+REP ProCe.....

ValentineV
10 de maio de 2012 às 09:26

Cara, isso se faz no movements.xml que pode ser encontrado na pasta \data\movements se não me engano.

Lá você poe algo assim:

 

	<movevent type="Equip" itemid="2503" slot="armor" level="100" event="function" value="onEquipItem">
			<vocation id="1"/>
			<vocation id="2"/>
			<vocation id="3"/>
			<vocation id="4"/>
			<vocation id="5" showInDescription="0"/>
	</movevent>

 

E ai você tem que arrumar o Level e quantas vocations você quer.

Editado Maio 10 por Valentine

10 de maio de 2012 às 16:16

vixi na Pasta XML nem tem esse arquivo.xml :S tem como criar

Editado Maio 10 por FriikoPall

ValentineV
10 de maio de 2012 às 16:20

vixi na Pasta XML nem tem esse arquivo.xml :S tem como criar

 

Tem que ter sim amigo, erro meu, desculpa.

O arquivo pode ser encontrado na pasta \data\movements.

10 de maio de 2012 às 16:20

não deu :S

Editado Maio 10 por FriikoPall