02-03-2010, 12:12 AM
|
#1 (permalink)
|
|
Banido
Registrado em: Feb 2010
Posts: 28
Agradecido 7 Vezes em 5 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Problema multisell
criei uma multisell para meus itens custom,mas quando abre não aparece nada.
<?xml version='1.0' encoding='utf-8'?>
<list>
<!-- Vesper Gold Helmet -->
<item id="1">
<ingredient id="6673" count="1000"/>
<production id="9760" count="1"/>
</item>
<!-- Vesper Gold Breastplate -->
<item id="2">
<ingredient id="6673" count="1000"/>
<production id="9761" count="1"/>
</item>
<!-- Vesper Gold Gaiters -->
<item id="3">
<ingredient id="6673" count="1000"/>
<production id="9762" count="1"/>
</item>
<!-- Vesper Gold Gauntlets -->
<item id="4">
<ingredient id="6673" count="1000"/>
<production id="9763" count="1"/>
</item>
<!-- Vesper Gold Boots -->
<item id="5">
<ingredient id="6673" count="1000"/>
<production id="9764" count="1"/>
</item>
<!-- Vesper Gold Leather Armor -->
<item id="6">
<ingredient id="6673" count="1000"/>
<production id="9765" count="1"/>
</item>
<!-- Vesper Gold Leggings -->
<item id="7">
<ingredient id="6673" count="1000"/>
<production id="9766" count="1"/>
</item>
<!-- Vesper Gold Gloves -->
<item id="8">
<ingredient id="6673" count="1000"/>
<production id="9767" count="1"/>
</item>
<!-- Vesper Gold Boots -->
<item id="9">
<ingredient id="6673" count="1000"/>
<production id="9768" count="1"/>
</item>
<!-- Vesper Gold Robe Armor -->
<item id="10">
<ingredient id="6673" count="1000"/>
<production id="9769" count="1"/>
</item>
<!-- Vesper Gold Stockings -->
<item id="11">
<ingredient id="6673" count="1000"/>
<production id="9770" count="1"/>
</item>
<!-- Vesper Gold Gauntlets -->
<item id="12">
<ingredient id="6673" count="1000"/>
<production id="9771" count="1"/>
</item>
<!-- Vesper Gold Boots -->
<item id="13">
<ingredient id="6673" count="1000"/>
<production id="9772" count="1"/>
</item>
<!-- Vesper Silver Helmet -->
<item id="14">
<ingredient id="6673" count="1000"/>
<production id="9773" count="1"/>
</item>
<!-- Vesper Silver Breastplate -->
<item id="15">
<ingredient id="6673" count="1000"/>
<production id="9774" count="1"/>
</item>
<!-- Vesper Silver Gaiters -->
<item id="16">
<ingredient id="6673" count="1000"/>
<production id="9775" count="1"/>
</item>
<!-- Vesper Silver Gauntlets -->
<item id="17">
<ingredient id="6673" count="1000"/>
<production id="9776" count="1"/>
</item>
<!-- Vesper Silver Boots -->
<item id="18">
<ingredient id="6673" count="1000"/>
<production id="9777" count="1"/>
</item>
<!-- Vesper Silver Leather Armor -->
<item id="19">
<ingredient id="6673" count="1000"/>
<production id="9778" count="1"/>
</item>
<!-- Vesper Silver Leggings -->
<item id="20">
<ingredient id="6673" count="1000"/>
<production id="9779" count="1"/>
</item>
<!-- Vesper Silver Gloves -->
<item id="21">
<ingredient id="6673" count="1000"/>
<production id="9780" count="1"/>
</item>
<!-- Vesper Silver Boots -->
<item id="22">
<ingredient id="6673" count="1000"/>
<production id="9781" count="1"/>
</item>
<!-- Vesper Silver Robe Armor -->
<item id="23">
<ingredient id="6673" count="1000"/>
<production id="9782" count="1"/>
</item>
<!-- Vesper Silver Stockings -->
<item id="24">
<ingredient id="6673" count="1000"/>
<production id="9783" count="1"/>
</item>
<!-- Vesper Silver Gauntlets -->
<item id="25">
<ingredient id="6673" count="1000"/>
<production id="9784" count="1"/>
</item>
<!-- Vesper Silver Boots -->
<item id="26">
<ingredient id="6673" count="1000"/>
<production id="9785" count="1"/>
</item>
</list>
|
|
|