Ir para conteúdo
  • 0

Ajuda! Preciso de um Script


Murilosz

Pergunta

8 respostass a esta questão

Posts Recomendados

  • 0

Em items.xml, troque a tag da dragon lance por essa:

 

    <item id="2414" article="a" name="dragon lance">
       <attribute key="description" value="The extraordinary sharp blade penetrates every armor." />
       <attribute key="weight" value="6700" />
       <attribute key="defense" value="16" />
    <attribute key="charges" value="500" />
    <attribute key="showcharges" value="1" />
       <attribute key="attack" value="47" />
       <attribute key="weaponType" value="axe" />
       <attribute key="slotType" value="two-handed" />
   </item>

 

Se ainda não tiver a dragon lance no movements.xml, adicione lá essa tag:

    <movevent type="Equip" itemid="2425" slot="necklace" event="function" value="onEquipItem"/>
   <movevent type="DeEquip" itemid="2425" slot="necklace" event="function" value="onDeEquipItem"/>

Link para o comentário
Compartilhar em outros sites

  • 0

Ou é sua distro que permite no máximo 100 cargas, ou tente assim:

 

<item id="2414" article="a" name="dragon lance">
	<attribute key="description" value="The extraordinary sharp blade penetrates every armor." />
	<attribute key="weight" value="6700" />
	<attribute key="defense" value="16" />
		<attribute key="charges" value="2500" />
		<attribute key="showcharges" value="1" />
	<attribute key="attack" value="47" />
	<attribute key="weaponType" value="axe" />
	<attribute key="slotType" value="two-handed" />
</item>

 

Caso não funcionar esse a cima, tente esse:

 

<item id="2414" article="a" name="dragon lance">
    <attribute key="description" value="The extraordinary sharp blade penetrates every armor." />
    <attribute key="weight" value="6700" />
    <attribute key="defense" value="16" />
	    <attribute key="charges" value="500" />
	    <attribute key="showcharges" value="5" />
    <attribute key="attack" value="47" />
    <attribute key="weaponType" value="axe" />
    <attribute key="slotType" value="two-handed" />
   </item>

 

Ou esse:

 

<item id="2414" article="a" name="dragon lance">
    <attribute key="description" value="The extraordinary sharp blade penetrates every armor." />
    <attribute key="weight" value="6700" />
    <attribute key="defense" value="16" />
	    <attribute key="showcharges" value="500" />
    <attribute key="attack" value="47" />
    <attribute key="weaponType" value="axe" />
    <attribute key="slotType" value="two-handed" />
   </item>

 

PS: Estou sem OT aqui pra testar, por esse motivo, peço que você teste todos.

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

  • 0

é bem esse.

 

Eu ja arrumei um script aqui ele deu 500/500 carga, so q quando chega a zero ele não some alguma ideia de como arrumar ?

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

×
×
  • Criar Novo...