Jump to content
  • 0

(How To) Exchange ++weapon in gmshop


Question

Posted

I have used the search but I haven't found it anywhere....so here is my question- how to exchange for example freya wep for freya PVP wep in gm shop and keep the enchants on the wep ...to exchange mamba edge +16 for mamba edge [pvp] +16

Recommended Posts

  • 0
Posted

I just set it that way and the weapon I buy is +0 but I sold +15 weapon...

<item id="6">

<ingredient id="WEP1" count="5" enchant="16"/>

<production id="wep2" count="1" enchant="16"/>

</item>

  • 0
Posted

<item id="6">

<ingredient id="WEP1" count="5" enchant="16"/>

<production id="wep2" count="1" enchant="16"/>

</item>

 

that doesnt work for me, if i put ingredient enchant = 6, and have it in my inv, it doesnt allow me to trade, telling im having incorect item count

  • 0
Posted

that doesnt work for me, if i put ingredient enchant = 6, and have it in my inv, it doesnt allow me to trade, telling im having incorect item count

 

Chronicle? pack?

  • 0
Posted

in npc html expample you have this

bypass -h npc_%objectId%_multisell 311132501

now change it to this

bypass -h npc_%objectId%_exc_multisell 311132501

 

now you must go in multisell and you have somethink like that

 

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

 

<!-- books-->

 

<list><!--book-->

  <item id="1">

    <ingredient id="6673" count="10"/>

    <production id="6622" count="1"/>

  </item>

  </list>

 

and put this line <list maintainEnchantment="true"> and make it like this

 

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

 

<!-- books-->

 

<list maintainEnchantment="true"> <!--book-->

  <item id="1">

    <ingredient id="6673" count="10"/>

    <production id="6622" count="1"/>

  </item>

  </list>

 

and you are rdy to change your +6bow for +6 dagger or armor or that ever you want

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..