Amanda55 Posted January 25, 2014 Posted January 25, 2014 how to add item enchant +16 in shop ? ty for help Quote
0 Deamnd Posted January 25, 2014 Posted January 25, 2014 <ingredient id="The ID of the item that needs to purchase the item" count="91000000" enchant="0"/> <production id="The Id of the item +16" count="1" enchant="16"/> Quote
0 Amanda55 Posted January 26, 2014 Author Posted January 26, 2014 dont work <item> <ingredient id="57" count="1000" enchant="0"/> <production id="15575" count="1" enchant="16"/> <production id="15572" count="1" enchant="16"/> <production id="15578" count="1" enchant="16"/> <production id="15581" count="1" enchant="16"/> <production id="15584" count="1" enchant="16"/> </item> <item> <ingredient id="57" count="1000"/> <production id="15576" count="1" enchant="16"/> <production id="15573" count="1" enchant="16"/> <production id="15579" count="1" enchant="16"/> <production id="15582" count="1" enchant="16"/> <production id="15585" count="1" enchant="16"/> </item> Quote
0 Dante44® Posted January 26, 2014 Posted January 26, 2014 (edited) dont work <item> <ingredient id="57" count="1000" enchant="0"/> <production id="15575" count="1" enchant="16"/> <production id="15572" count="1" enchant="16"/> <production id="15578" count="1" enchant="16"/> <production id="15581" count="1" enchant="16"/> <production id="15584" count="1" enchant="16"/> </item> <item> <ingredient id="57" count="1000"/> <production id="15576" count="1" enchant="16"/> <production id="15573" count="1" enchant="16"/> <production id="15579" count="1" enchant="16"/> <production id="15582" count="1" enchant="16"/> <production id="15585" count="1" enchant="16"/> </item> <list maintainEnchantment="true"> make it True Why u ask 1000 adena not enchanted? remove the enchanted from ingredients dont need and the correct is enchantmentLevel="16"/> Edited January 26, 2014 by Dante44® Quote
0 Amanda55 Posted January 26, 2014 Author Posted January 26, 2014 <?xml version='1.0' encoding='utf-8'?><list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd" maintainEnchantment="true"> <item> <ingredient id="57" count="1000" enchant="0"/> <production id="15575" count="1" enchant="16"/> <production id="15572" count="1" enchant="16"/> <production id="15578" count="1" enchant="16"/> <production id="15581" count="1" enchant="16"/> <production id="15584" count="1" enchant="16"/> </item> here ? Quote
0 Amanda55 Posted January 26, 2014 Author Posted January 26, 2014 i have <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd Quote
0 Dante44® Posted January 26, 2014 Posted January 26, 2014 i have <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <item> <ingredient id="57" count="1000"/> <production id="15575" count="1" enchantmentLevel="16"/> <production id="15572" count="1" enchantmentLevel="16"/> <production id="15578" count="1" enchantmentLevel="16"/> <production id="15581" count="1" enchantmentLevel="16"/> <production id="15584" count="1" enchantmentLevel="16"/> </item> remove that line and make the multisell as i show u <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd REMOVE IT <----- Quote
0 Amanda55 Posted January 26, 2014 Author Posted January 26, 2014 <?xml version='1.0' encoding='utf-8'?><list maintainEnchantment="true"> <item> <ingredient id="57" count="1000" /> <production id="15575" count="1" enchantmentLevel="16"/> <production id="15572" count="1" enchantmentLevel="16"/> <production id="15578" count="1" enchantmentLevel="16"/> <production id="15581" count="1" enchantmentLevel="16"/> <production id="15584" count="1" enchantmentLevel="16"/> </item> multisell.xsd: </xs:element> </xs:sequence> <xs:attribute name="applyTaxes" type="xs:boolean" /> <list maintainEnchantment="true"> <xs:attribute name="useRate" type="xs:token" /> </xs:complexType> </xs:element> dont work xD Quote
0 Dante44® Posted January 26, 2014 Posted January 26, 2014 <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <item> <ingredient id="57" count="1000" /> <production id="15575" count="1" enchantmentLevel="16"/> <production id="15572" count="1" enchantmentLevel="16"/> <production id="15578" count="1" enchantmentLevel="16"/> <production id="15581" count="1" enchantmentLevel="16"/> <production id="15584" count="1" enchantmentLevel="16"/> </item> multisell.xsd: </xs:element> </xs:sequence> <xs:attribute name="applyTaxes" type="xs:boolean" /> <list maintainEnchantment="true"> <xs:attribute name="useRate" type="xs:token" /> </xs:complexType> </xs:element> dont work xD Pm me with TeamViewer ID and pass Quote
0 `iAndre Posted January 28, 2014 Posted January 28, 2014 (edited) It not suppoed to be like that.It should be like that. <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <item> <ingredient id="57" count="1000" /> <production id="15575" count="1" enchant="0"/> </item> Edited January 28, 2014 by `iAndre Quote
0 PrO_jeCt Posted November 6, 2016 Posted November 6, 2016 any npc shop with enchant weapons and armors for acis? Quote
Question
Amanda55
how to add item enchant +16 in shop ?
ty for help
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.