Jump to content
  • 0

[PROBLEM] Edit GmShop


Question

Posted

Hi all, i dont know if this is the section for my topic but please answer me :

I got a server with L2j Pack and i modify Gold Dragon for give hero after restart but i want sell it for 1000Gold Bars, how i can add into my gm shop a new section called: Hero Coin and sell it for 1000Gold bars and no for adena, because i know how to modify in game shops but i dont know how to add a new section and sell for item.

 

Thank you a lot

3 answers to this question

Recommended Posts

  • 0
Posted

1. if you want add a new block into gm shop go to gameserver --> data --> html --> merchant open your gm shop htm for example 546553.htm

 

2. if you want sell something for item you must change it in xml files in your gm shop .

  • 0
Posted

For example if i want sell this item for 500 gb what i need change?

 

 

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

- <!--  Noblesse Items

  -->

- <list>

- <!--  Noblesse Item

  -->

- <item id="1">

  <ingredient id="57" count="2000000000" />

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

  </item>

- <!--  Lucky Charm A Grade

  -->

- <item id="2">

  <ingredient id="57" count="500000000" />

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

  </item>

  </list>

  • 0
Posted

you need change this :

 

<ingredient id="57" count="2000000000" />

 

Red - here put item id for what you can buy item in your situation is gold bar

 

Green - here put numbers for how much gold bars you can buy this item

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