Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 0
Posted

i want only change coins of lucky id 4037  i want change in special shop now need 80 coins of lucky for appela i want change need 500 and rb jewals all 600coins and if you change too in vesper trader change for armor  6000coins of lucky

  • 0
Posted

Look. since i got confused with all this, look how it goes.

 

Go to your gameserver/data/multisell.

 

then open the 80057 file with notepad, and u will see a code.

 

For example this:

 

        <item id="1">

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

    <ingredient id="3470" count="5"/>

    <ingredient id="4037" count="5"/>

        </item>

 

6656 is the id of the item u get.

The ingredient id, is the item that requires to take the production id. Since u want 2 different items to get them there are 2 ingredient ids. The count number is how many required items the item needs. just change it yourself and //reload multisell from game

  • 0
Posted

If you want to find the right multisell, go to html/merchant/GMshop.htm (for example) open in notepad and look for the line wheres is your trading table named, for example "Gold Bar", or "Boss Jewel" as it seems you want to find. Now find the line

<td><button value="Boss Jewel" action="bypass -h npc_%objectId%_multisell 100" width=77 height=21

 

This _multisell 100" is the multisell file this trading table is using. For example: this is using 100.xml multisell file which is located in my data/multisell folder.

 

Hope it helped

 

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...