|
Membro - General
Registrado em: Oct 2009
Localização: PC
Posts: 204
Agradecido 140 Vezes em 77 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Ao comprar 1 item ele compra outro.
Adicionei em meu server, tattos lv1 fight e mage, Tattoos gm power fight e mage e tattoo AIO com os IDS 9992, 9993 e 9994.
e coloquei ambas para vender em um NPC.
as tattoos lv1 e gm power fight e mage estão normais, mais na hora de comprar a tattoo AIO, sempre vem uma GM POWER MAGE.
o que pode esta acontecendo ?
SQL
INSERT INTO `custom_armor` VALUES ('9990', 'Tattoo of Fight Lv.1', 'underwear', 'true', 'none', 570, 'fine_steel', 'none', 0, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES ('9991', 'Tattoo of Fight - Gm Power', 'underwear', 'true', 'none', 570, 'fine_steel', 'none', 0, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES ('9992', 'Tattoo of Mage Lv.1', 'underwear', 'true', 'none', 570, 'fine_steel', 'none', 0, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES ('9993', 'Tattoo of Mage - Gm Power', 'underwear', 'true', 'none', 570, 'fine_steel', 'none', 0, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 0, 0);
INSERT INTO `custom_armor` VALUES ('9994', 'Tattoo full', 'underwear', 'true', 'none', 570, 'fine_steel', 'none', 0, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 0, 0);
XML
<?xml version='1.0' encoding='utf-8'?>
<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by tReXpert -->
<list maintainEnchantment="true">
<!-- Tattoo -->
<item id="1">
<ingredient id="2125" count="3000"/>
<production id="9991" count="1"/>
</item>
<!-- Tattoo -->
<item id="2">
<ingredient id="2125" count="3000"/>
<production id="9993" count="1"/>
</item>
<!-- Tattoo -->
<item id="2">
<ingredient id="2125" count="15000"/>
<production id="9994" count="1"/>
</item>
</list>
O QUE PODE ESTAR ERRADO ? E COMO POSSO ARRUMAR ?
|