dramaa93 Posted January 8, 2021 Posted January 8, 2021 (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 January 13, 2021 by Dragic
0 Dragic Posted January 13, 2021 Posted January 13, 2021 (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 January 13, 2021 by Dragic
Question
dramaa93
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]
Edited by Dragic<item id="6">
<ingredient id="57" count="10000000"/>
<production id="2410" count="1"/>
</item>
</list>
2 answers to this question
Recommended Posts