Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/l2j-duvidas-solucionadas/)
-   -   Ao comprar 1 item ele compra outro. (https://secretexperience.net/l2j-duvidas-solucionadas/19986-ao-comprar-1-item-ele-compra-outro.html)

HELTONxD 26-03-2010 06:38 PM

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
Código:

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
Código:

<?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 ? :wacko:

HugoAlcovias 26-03-2010 07:02 PM

<?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="3">
<ingredient id="2125" count="15000"/>
<production id="9994" count="1"/>
</item>
Onde está em vermelho estava errado tinha que seguir a sequência 1, 2, 3, 4....

HELTONxD 26-03-2010 07:04 PM

Valeu HUGO :twitcy:


Horários baseados na GMT -3. Agora são 09:05 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.