Jump to content
  • 0

Question

Posted (edited)

i have created multisell for tattoos in gm shop, but unfortunately its not working, any ideas why?

 

 

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


<list>

<!-- [Tattoo Of Absolute A]
  <item id="1">
    <ingredient id="57" count="10000000"/>
    <production id="491" count="1"/>
  </item>

  <!-- [Tattoo of Soul D]
  <item id="2">
    <ingredient id="57" count="10000000"/>
    <production id="492" count="1"/>
  </item>

  <!-- [Tattoo Of Avadon B]
  <item id="3">
    <ingredient id="57" count="10000000"/>
    <production id="493" count="1"/>
  </item>

  <!-- [Tattoo Of Doom B]
  <item id="4">
    <ingredient id="57" count="10000000"/>
    <production id="494" count="1"/>
  </item>

  <!-- [Tattoo Of Divine B]
  <item id="5">
    <ingredient id="57" count="10000000"/>
    <production id="496" count="1"/>
  </item>

  <!-- [Nightmarish Tattoo A]
  <item id="6">
    <ingredient id="57" count="10000000"/>
    <production id="2410" count="1"/>
  </item>
</list>
 

Edited by Dragic

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
<list>
 
<!-- [Tattoo Of Absolute A] -->
  <item id="1">
    <ingredient id="57" count="10000000"/>
    <production id="491" count="1"/>
  </item>
 
  <!-- [Tattoo of Soul D] -->
  <item id="2">
    <ingredient id="57" count="10000000"/>
    <production id="492" count="1"/>
  </item>
 
  <!-- [Tattoo Of Avadon B] -->
  <item id="3">
    <ingredient id="57" count="10000000"/>
    <production id="493" count="1"/>
  </item>
 
  <!-- [Tattoo Of Doom B] -->
  <item id="4">
    <ingredient id="57" count="10000000"/>
    <production id="494" count="1"/>
  </item>
 
  <!-- [Tattoo Of Divine B] -->
  <item id="5">
    <ingredient id="57" count="10000000"/>
    <production id="496" count="1"/>
  </item>
 
  <!-- [Nightmarish Tattoo A] -->
  <item id="6">
    <ingredient id="57" count="10000000"/>
    <production id="2410" count="1"/>
  </item>
</list>
Edited by Dragic
Guest
This topic is now closed to further replies.


×
×
  • Create New...