Jump to content
  • 0

how to add trade table to GM shop?


Question

Posted

 

Can someone explain me how can I add a new trade table to GM shop, where you can trade for ex.: 5 Gold Bars to a Book of Giants?

Shouldn`t be hard i guess, but i have little experience with java :>

8 answers to this question

Recommended Posts

  • 0
Posted

So i have a good gm shop working on my server, this shop has already 1 multisell file with banking system. So I`f i create a new multisel xx.xml file, how can i attach it to my gm shop?

  • 0
Posted

I`m not waiting, im trying to do something :)

But anyway, I tryed to make some changes on my shop and now when i try to speak with it, I get disconnecected from server and my gameserver console writes a lot of java errors

 

Heres what i`ve done

1.I`m using a Gm shop by stefoulis15

http://www.4shared.com/file/110363610/9c3d1de/Gracia_Final_GM_Shop_By_Stefoulis15.html

2.I went to data/multisell and created a new document. Renamed it to 99.xml

3.Inside the document i added this

 

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

 

<list maintainEnchantment="true">

 

  <!-- Book of Giants -->

  <item id="1">

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

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

  </item>

 

  <!-- Gold Dragon -->

  <item id="2">

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

    <production id="3481" count="5"/>

  </item>

 

 

</list>

 

4. Now in data/html/merchant/53.htm I added

 

fore="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td><button value="PvP Rewards" action="bypass -h npc_%objectId%_multisell 99" width=77 height=21

back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr>

 

What have I done wrong? :|

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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