Tópico: [Gracia Final] Comprar armors e weapon ja enchantados.
Ver um Único Post
Antigo 26-06-2009, 04:15 PM   #2 (permalink)
Sound
Amigo SE
 
Avatar de Sound
 
Registrado em: Dec 2008
Localização: São Paulo
Posts: 305
Agradeceu: 201
Agradecido 1,836 Vezes em 140 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:

Inventório de Sound

Padrão

Você pode fazer isso usando a própria xml do npc.
Veja como é simples.

Abra o seguinte directório:
gameserver/data/multisell/*****.xml


Citação:
<!-- [Barras de Ouro] for [Moedas de Ouro] -->
<item id="1">
<ingredient id="7216" count="22000" enchant="0"/>
<ingredient id="7217" count="22000" enchant="0"/>
<ingredient id="7218" count="22000" enchant="0"/>
<ingredient id="7226" count="22000" enchant="0"/>
<ingredient id="7227" count="22000" enchant="0"/>
<ingredient id="7228" count="22000" enchant="0"/>
<ingredient id="6673" count="500" enchant="0"/>
<production id="14000" count="1" enchant="0"/>
</item>
Mude o 0 para o valor que queria, como você postou, ponha 50. Assim Ficando:

Citação:
<!-- [Barras de Ouro] for [Moedas de Ouro] -->
<item id="1">
<ingredient id="7216" count="22000" enchant="0"/>
<ingredient id="7217" count="22000" enchant="0"/>
<ingredient id="7218" count="22000" enchant="0"/>
<ingredient id="7226" count="22000" enchant="0"/>
<ingredient id="7227" count="22000" enchant="0"/>
<ingredient id="7228" count="22000" enchant="0"/>
<ingredient id="6673" count="500" enchant="0"/>
<production id="14000" count="1" enchant="50"/>
</item>

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Sound está offline   Responder com Citação