Jump to content
  • 0

[PROBLEM] Edit GmShop


mastor

Question

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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 .

Link to comment
Share on other sites

  • 0

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>

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

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...