[Help] GMSHOP Help L2J 

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
Location
Greece
I have hero's1711 datapack revision 191 and at the optional it has a gmshop file. Well i executed the batch file of the spawnlist_GMShop.sql and i pasted the html 31150.html at the gameserver/data/html
When i spawn the gmshop it says to me what i want to buy (jewels, armor e.t.c) and when i press something nothing happens. I know i missed something but what?

P.S i didn't touched the __int__.py cause it hasn't got a jscript at the gmshop file.

P.S 2 The file has 3 sql,
1) spawnlist_Gmshop.sql (that i batched)
2) merchant_GMShop.sql
update_for_GMShop.sql (think no need)

Where is the problem? What must i do?
 
in client -> right shith+clik on Merchat -> see bylist -> add

or in gameserver\Data\Html\Merchant -> look HTML file with ID of Shop
and add this line :

Code:
<a action="bypass -h npc_%objectId%_multisell [color=red]BLA[/color]">2nd proffesion marks</a><br>

Where BLA is your screated multi sell list in Gameserver\data\multisell

;)
 
Status
Not open for further replies.
Back