Jump to content

Question

Posted (edited)

hello guys

i want to know how

 

1.how i edit the adena in gm shop like change the adena 

2.how to change npc without chagne anything like i want a change gm shop npc without change anything armor wep bla bla

3.how to add item on gm shop 

 

 

4.how can i edit this npc like server name (my server name) where can i find this npc html

 

 

0c3f444a6df102.png

Edited by Universe

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

It's all about htm and multisell folder.

 

Shop uses merchant folder, so search the ID that = the npc id, edit it using right click and open with notepad or so.. It's simple logic, you will figure it out.

 

Inside the shop htm you will see like multisell_1000 , so find 1000.xml inside multisell folder and edit it.

 

 

 

 


how i edit the adena in gm shop like change the adena

 

OP question.. We all know what you want to say, but still it's funny.. :happyforever:

Edited by SweeTs
  • 0
Posted

hello guys

i want to know how

 

1.how i edit the adena in gm shop like change the adena 

2.how to change npc without chagne anything like i want a change gm shop npc without change anything armor wep bla bla

3.how to add item on gm shop 

 

 

4.how can i edit this npc like server name (my server name) where can i find this npc html

 

 

0c3f444a6df102.png

1. find the gm shop id for example 35000 go to gameserver/data/html/merchant and open the file 35000.htm and find the multisell you want for example A Grade Armors -> multisell_150 go to gameserver/data/multisell find the file 150.xml and change the prices.

2. If you mean the template id find the npc you want and on template id add the id of npc you want (don't forget to change the collision radius and collision height)

3. if you want to add more on exist multisell just add this for example

  <item id="1">
    <ingredient id="57" count="10000000"/>
    <production id="6393" count="1"/>
  </item>

ingredient id is the id you want players to pay in order to get the item

production id is the item that players will get

if you want to start your own multisell create a section on your gm shop for example accessories and add the code i gave you before but don't forget every new item you will add change the item id for example 1,2,3,4,etc..

4. this is the welcome html so you will go to gameserver/data/html and you will edit the file welcome.htm

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