Ir para conteúdo

Amulet Of Haste E Amulet Of Power


Antruzz

Posts Recomendados

uma coisa pra vc dxar seu ot mais interessante =)

 

o amulet of haste funciona como uma boots of haste, porém da mais velocidade e é infinito

o amulet of power vai adicionar + 10 de fist/club/axe/sword/shield do player q estiver usando e tbm é infinito.

 

para começar abra a pasta data/items e items.xml, aperte ctrl f e escreva "golden amulet"..

apague isso:

 

<item id="2130" name="golden amulet">
	<attribute key="description" value="Many gems glitter on the amulet."/>
	<attribute key="weight" value="830"/>
	<attribute key="slotType" value="necklace"/>

 

e cole isso:

 

<item id="2130" name="amulet of haste">
	<attribute key="description" value="Makes you walk faster."/>
	<attribute key="weight" value="830"/>
	<attribute key="slotType" value="necklace"/>
               <attribute key="speed" value="70"/>

 

agora aperte ctrl + f e procure star amulet

 

substitua isso:

 

<item id="2131" name="star amulet">
	<attribute key="weight" value="660"/>
	<attribute key="slotType" value="necklace"/>

 

e cole isso:

 

	<item id="2131" name="amulet of power">
	<attribute key="weight" value="660"/>
	<attribute key="slotType" value="necklace"/>
               <attribute key="skillClub" value="10"/>
               <attribute key="skillFist" value="10"/>
               <attribute key="skillAxe" value="10"/>
               <attribute key="skillSword" value="10"/>
               <attribute key="skillShield" value="10"/>

 

agora vá na pasta data/movements e abra o arquivo movemets.xml e cole isso em qualquer lugar:

 

<!-- Amulets -->

<movevent event="Equip" itemid="2130" slot="necklace" function="onEquipItem" />
<movevent event="DeEquip" itemid="2130" slot="necklace" function="onDeEquipItem" />

<movevent event="Equip" itemid="2131" slot="necklace" function="onEquipItem" />
<movevent event="DeEquip" itemid="2131" slot="necklace" function="onDeEquipItem" />

 

e pronto.. agora é só usar :icon1:

 

qqr dúvida postem ai ^^

Link para o comentário
Compartilhar em outros sites

muito interesante cara

porem ficaria muito ruim isso =x

o cara uza isso e fica bem mais forte ow bem mais rapito,

agora coloque uma duração nisso ficaria bem melhor,

pois ae o cara perderia o item pelo menos

e não usaria ele direto,

da pra fazer ele como uma soft bots,

dps que acabou o tempo dele você vai no npc paga e ele

troca por um novo ;]

cya

Link para o comentário
Compartilhar em outros sites

substitua todos CODEBOX por CODE

 

CODEBOX é pra ser usado quando o conteúdo tiver + de 10 linhas.

coisas pequenas assim , usar apenas CODE

 

Isto aqui :

<item id="2131" name="star amulet">
	<attribute key="weight" value="660"/>
	<attribute key="slotType" value="necklace"/>

Vai ficar assim :

<item id="2131" name="star amulet">
	<attribute key="weight" value="660"/>
	<attribute key="slotType" value="necklace"/>

 

 

Sugestões :

 

amulet of haste

	<attribute key="speed" value="400"/>

70 quase não da pra perceber.

 

amulet of power

	<attribute key="description" value="Gives you +10 skills."/>

 

Testei ambos

funciona PERFEITAMENTE

 

:XTibia_smile:

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

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