Jump to content
  • 0

About GM-Shop bug


Freyr

Question

I downloaded Calesty's gmshop without dynasty and it have some bugs like Crystal S grade buy/sell and some loling prices. Each spirit ore for 500.000 wtf!

 

 

My question is: Where can i fix this?

 

P.S Yeah...that kind of topic already exist but a year/s ago.

Link to comment
Share on other sites

Recommended Posts

  • 0

you must open the xml files and change the prices.

it will say something like this:

<item id="1">

<ingredient id="57" count="500000" /> (this is the item you need to give to buy th item, in this case adena)

        <production id="23" count="1" />    (this is the item you will buy in this case some random item)

</item>

 

change the count of the ingredient item from 500000 to anything you want....

Link to comment
Share on other sites

  • 0

no, only html

 

u dont have it in your gm shop buylists.sql ? if you have it u must find items id where you want to change the price for example this :

 

(1,739,1,0) red name it id item, green it price item .

Link to comment
Share on other sites

  • 0

man, you want to fix the price you sell the items, or the price you buy them? if you want price you buy them, and gmshop is multisell go to gameserver/data/multisell and find the correct xml of the item you want. then at ingredient value, add the value you want to buy them. make sure ingredient id is 57

 

if you want the price that sells, go to navicat>l2jdb> then if you want to edit the price of a weapon, find weapon table, of armor find armor table of other item, find etcitem table. then find line price and add how much you want.

 

here is a little sql mod, to make all items sell for 0 adena:

update armor SET price = 0 where item_id between 1 and 99999;

update weapon SET price = 0 where item_id between 1 and 99999;

update etcitem SET price = 0 where item_id between 1 and 99999;

 

NOT SURE IF IT WORKS 100%

 

Link to comment
Share on other sites

  • 0

if it has multisell go gameserver/data/html/merchant if you no id of npc find it !

open it and find the consumables multisell id ...

then go gameserver/data/multisell and open id of consumables multisell change the price and you are ok !

Link to comment
Share on other sites

  • 0

they are the old well known calesty bugs or what? :D

 

upload the files here.

 

pff stop spaming.. or in zero time you will get -4 karma again and you will get banned AGAIN !

read the replys and the main topic first then post...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...