Ir para conteúdo

Como editar os Items!


kinhozinho157

Posts Recomendados

Oi galera, mais uma vez vim postar um tutorial (SIMPLES) para meu amigo "ZEKE"..! (Como editar os items )

 

1 ° Data/items/items.xml

 

2 ° Aperte Ctrl + F e pesquise o ID do item que quer editar ( no meu caso vou mostrar o item de ot hero)

 

Vou editar o Item Special Hat

Ele Normal Mente fica assim :

 

<attribute key="weight" value="1250" />

<attribute key="absorbPercentelements" value="10" />
<attribute key="absorbPercentholy" value="10" />
<attribute key="absorbPercentphysical" value="10" />
<attribute key="absorbPercentDeath" value="10" />
<attribute key="absorbPercentManaDrain" value="10" />
<attribute key="skillShield" value="10" />
<attribute key="speed" value="50" />
<attribute key="skilldist" value="10" />
<attribute key="skillaxe" value="10" />
<attribute key="skillSword" value="10" />
<attribute key="skillclub" value="10" />
<attribute key="magiclevelpoints" value="5" />
<attribute key="showattributes" value="1" />
<attribute key="armor" value="1" />
<attribute key="slotType" value="head" /> (Não mudar poque é oque o item é Exemplo: Hat= Head | Armor= body | Legs=legs | Boots=feet) EDITANDO HAT....

 

Como deixar mais forte??

Se você quer que seja mais forte de attack, é só mudar para ele dar mais skill exemplo :

<attribute key="skilldist" value="10" /> | QUANTO MAIS O VALUE SE AUMENTAR MAIS ELE VAI DAR DE DISTANCE.. no caso ali <<

Está dando 10 de distance ! SE você por 20 ele vai aumentar 20 , 30 vai aumentar 30 ... etcs

 

Agora se você quiser qui ele defenda mais é só mudar os absorve dele Exemplo:

<attribute key="absorbPercentDeath" value="10" /> Aqui é por %

death defende.. (SD) Exevo mas dead, etc...

Então está 10 % de defesa de Death.. se você aumentar o value.. vai aumentar a %

 

 

é isso galera....

 

Mais como eu edito a Wand... ?

A wand é assim Em items.xml é onde localiza o ID dela e o magic efeito, vou dar exemplo da Special Wand:

 

<item id="7424" article="a" name="special wand"> ( Nome dela)

<attribute key="weight" value="3800" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energy" /> (Como ela Vai Ritar) < Energy...
<attribute key="range" value="8" />

Mas como arrumo o Attack dela?

 

Simples, Vá em data/Weapons/Weapons.xml

CTRL + F E preocure Pelo id da special wand(7424)

Então vai estar Assim :

 

</wand>

<wand id="7424" level="0" mana="0" min="6000" max="10000" type="energy" event="function" value="default"> <!-- Wand of Baiak -->
<vocation id="1"/>
<vocation id="2"/>
<vocation id="5"/>
<vocation id="6"/>

Em min="6000" Vocês poe o minimo qui quer qui ela rite , max="10000" .... O MAXIMO....

Editado por vital900
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...