05-04-2011, 09:05 PM
|
#1 (permalink)
|
|
Amigo SE
Registrado em: Jan 2009
Localização: Aden Castle Town
Posts: 370
Agradecido 768 Vezes em 98 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
|
Npc trocar s/a - production id +0
ola denovo!
estou com um pequeno problema
criei um npc de trocas de S/A
soh que quando ele troca a arma
ex: se eu tiver uma arma +10 sem S/A o
cara consegue trocar por uma com S/A
sem perder os enchants, ou seja
pegando uma arma +10 com S/A
gostaria q o cara com a arma sem S/A porem enchantada quando
trocasse por uma com S/A perdesse os enchants o q devo fazer?
obs: aqui esta um pedaço da minha xml
EU JA TENTEI COLOCAR ISSO NO PRODUCTION ID :
<production id="6582" count="1" enchant="0"/>
e nao funcionou! =S
<?xml version='1.0' encoding='utf-8'?>
<!-- SA -->
<!-- This list is best used in exc_multisel -->
<list maintainEnchantment="true" applyTaxes="true">
<!-- Forgotten Blade - Health -->
<item id="1">
<ingredient id="6364" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6582" count="1"/>
</item>
<!-- Forgotten Blade - Haste -->
<item id="2">
<ingredient id="6364" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6581" count="1"/>
</item>
<!-- Forgotten Blade - Focus -->
<item id="3">
<ingredient id="6364" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6583" count="1"/>
</item>
<!-- Heavens Divider - Focus -->
<item id="4">
<ingredient id="6372" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6607" count="1"/>
</item>
<!-- Heavens Divider - Haste -->
<item id="5">
<ingredient id="6372" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6605" count="1"/>
</item>
<!-- Heavens Divider - Health -->
<item id="6">
<ingredient id="6372" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6606" count="1"/>
</item>
<!-- Angel Slayer - HP Drain -->
<item id="7">
<ingredient id="6367" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6591" count="1"/>
</item>
<!-- Angel Slayer - Haste -->
<item id="8">
<ingredient id="6367" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6592" count="1"/>
</item>
<!-- Angel Slayer - Crt. Damage -->
<item id="9">
<ingredient id="6367" count="1"/>
<ingredient id="9210" count="300"/>
<ingredient id="9211" count="200"/>
<ingredient id="9212" count="100"/>
<production id="6590" count="1"/>
</item>
isso ai eh um pedaço da xml
se houver algo q eu possa colocar nela para ela poder entregar a arma
+0 com S/A para o player!
no aguardo!
vlw
|
|
|