help gmshop custom L2J 

Joined
Sep 12, 2007
Messages
4
Reaction score
0
i need help in something : i tryed make custom gmshop with dynasty weapon but nothing appears on the shop when i click in ( weapon) here is how i made. sorry for my english.

INSERT INTO `merchant_buylists` (`item_id`,`price`,`shop_id`,`order`) VALUES
('9854', '138', '123456', '1'),
('9855', '138', '123456', '2'),
('9856', '138', '123456', '3'),
('9857', '138', '123456', '4'),
('9858', '138', '123456', '5'),
('9859', '138', '123456', '6'),
('9860', '138', '123456', '7'),
('9861', '138', '123456', '8'),
('9862', '138', '123456', '9'),
('9863', '138', '123456', '10'),
('9864', '138', '123456', '11'),
('9865', '138', '123456', '12'),
('9866', '138', '123456', '13'),
('9867', '138', '123456', '14'),
('9868', '138', '123456', '15'),
('9869', '138', '123456', '16'),
('9870', '138', '123456', '17'),
('9871', '138', '123456', '18'),
('9872', '138', '123456', '19'),
('9873', '138', '123456', '20'),
('9874', '138', '123456', '21'),
('9875', '138', '123456', '22'),
('9876', '138', '123456', '23'),
('9877', '138', '123456', '24'),
('9878', '138', '123456', '25'),
('9879', '138', '123456', '26'),
('9880', '138', '123456', '27'),
insert into merchant_shopids values
('123456', '70001');


<html><head>
<body>
The most powerfull weapons/sets.<br>
><a action="bypass -h npc_%objectId%_Buy 123456">Buy Weapon</a><br>
><a action="bypass -h npc_%objectId%_Buy 7001">Buy Armor</a><br>
<a action="bypass -h npc_%objectId%_Sell">Sell</a>
</body>
</html>
 
insert into merchant_shopids values
('123456', '70001');


<html><head>
<body>
The most powerfull weapons/sets.<br>
><a action="bypass -h npc_%objectId%_Buy 123456">Buy Weapon</a><br>
><a action="bypass -h npc_%objectId%_Buy 7001">Buy Armor</a><br>
<a action="bypass -h npc_%objectId%_Sell">Sell</a>
</body>
</html>

dident u put a zero to much or to less in 1 of the 2 ID`s i underlined there not matching
 
Upvote 0
TYYYYYYYYYYYYYYYYY , you guys god help !!! ty i did it :) , i just needed concentrate little i was getting confuse how wasnt working and that made me failed but i thinked a little and the error was in the multisell number wasnt writte :/ i needed to put 123456 and it was just 9400 lol ty !!!!
 
Upvote 0
Back