Jump to content
  • 0

(How To) Exchange ++weapon in gmshop


niksan1

Question

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

Link to comment
Share on other sites

Recommended Posts

  • 0

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>

Link to comment
Share on other sites

  • 0

<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

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock