Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/forumdisplay.php?f=653)
-   -   Multisell (https://secretexperience.net/showthread.php?t=26393)

posk 10-10-2010 06:44 PM

Multisell
 
Bom galera quando crio a multisell com apenas 1 item gerando outro pega de boa mais qndo tentor por mais de 1 não ta aparecendo nada :S.
Alguem sabe onde eu tenho q mudar ?

Código:

<?xml version='1.0' encoding='utf-8'?>



<list>

<!-- [Titanium Helm] -->
  <item id="1">
    <ingredient id="5575" count="30,000,000" enchant="0"/>
    <ingredient id="3470" count="10" enchant="0"/>
    <ingredient id="1892" count="10" enchant="0"/>
    <ingredient id="1891" count="10" enchant="0"/>
    <ingredient id="1883" count="15" enchant="0"/>
    <ingredient id="1893" count="5" enchant="0"/>
    <ingredient id="1890" count="5" enchant="0"/>
    <production id="9513" count="1" enchant="0"/>
  </item>

<!-- [Heavy Titanium Armor] -->
  <item id="2">
    <ingredient id="5575" count="60,000,000" enchant="0"/>
    <ingredient id="3470" count="15" enchant="0"/>
    <ingredient id="1892" count="15" enchant="0"/>
    <ingredient id="1891" count="15" enchant="0"/>
    <ingredient id="1883" count="20" enchant="0"/>
    <ingredient id="1893" count="10" enchant="0"/>
    <ingredient id="1890" count="10" enchant="0"/>
    <production id="9514" count="1" enchant="0"/>
  </item>

<!-- [Heavy Titanium Gloves] -->
  <item id="3">
    <ingredient id="5575" count="30,000,000" enchant="0"/>
    <ingredient id="3470" count="10" enchant="0"/>
    <ingredient id="1892" count="10" enchant="0"/>
    <ingredient id="1891" count="10" enchant="0"/>
    <ingredient id="1883" count="15" enchant="0"/>
    <ingredient id="1893" count="5" enchant="0"/>
    <ingredient id="1890" count="5" enchant="0"/>
    <production id="9515" count="1" enchant="0"/>
  </item>

<!-- [Heavy Titanium Boots] -->
  <item id="4">
    <ingredient id="5575" count="30,000,000" enchant="0"/>
    <ingredient id="3470" count="10" enchant="0"/>
    <ingredient id="1892" count="10" enchant="0"/>
    <ingredient id="1891" count="10" enchant="0"/>
    <ingredient id="1883" count="15" enchant="0"/>
    <ingredient id="1893" count="5" enchant="0"/>
    <ingredient id="1890" count="5" enchant="0"/>
    <production id="9516" count="1" enchant="0"/>
  </item>

</list>


CavaleiroNegro 11-10-2010 01:31 AM

Citação:

60,000,000
Não pode por essas vírgulas

Olha a que fiz pro meu GM Shop :

Código:

<?xml version='1.0' encoding='utf-8'?>
<list>
  <!-- Draconic Light-->
  <item id="1">
  <production id="6379" count="1"/>
  <production id="6382" count="1"/>
  <production id="6380" count="1"/>
  <production id="6381" count="1"/>
  <ingredient id="57" count="35000000"/>
  </item>
  <!-- Imperial Crusader Heavy-->
  <item id="2">
  <production id="6373" count="1"/>
  <production id="6374" count="1"/>
  <production id="6378" count="1"/>
  <production id="6375" count="1"/>
  <production id="6376" count="1"/>
  <ingredient id="57" count="35000000"/>
  </item>
  <!-- Major Arcana Robe-->
  <item id="3">
  <production id="6383" count="1"/>
  <production id="6386" count="1"/>
  <production id="6384" count="1"/>
  <production id="6385" count="1"/>
  <ingredient id="57" count="35000000"/>
  </item>

</list>


posk 11-10-2010 12:42 PM

valeuu, tirei as virgulas e deu certo !


Horários baseados na GMT -3. Agora são 11:51 PM.

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