- Joined
- Jun 22, 2008
- Messages
- 20
- Reaction score
- 0
I took numb3rX's 110 armor seller, and added the 110 weapons just to make some people's lifes easier. Credit goes to numb3rX for the starter. i changed the price to 500 mil, as I wanted people to work for the item, and the fact that my server has 500x meso rate. Change it if you like. Nana(H) is the default seller.
Code:
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1052075, 500000000, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1002551, 500000000, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1072273, 500000000, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1082168, 500000000, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1052076, 500000000, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1082164, 500000000, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1002401, 500000000, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1072268, 500000000, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1052072, 500000000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1082167, 500000000, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1002550, 500000000, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1072272, 500000000, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1052071, 500000000, 13);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1082163, 500000000, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1002547, 500000000, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1072227, 500000000, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1372032, 500000000, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1302059, 500000000, 18);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1312031, 500000000, 19);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1322052, 500000000, 20);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1332049, 500000000, 21);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1332050, 500000000, 22);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1382036, 500000000, 23);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1402036, 500000000, 24);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1412026, 500000000, 25);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1322028, 500000000, 26);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1432038, 500000000, 27);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1442045, 500000000, 28);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1452044, 500000000, 29);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1462039, 500000000, 30);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1472051, 500000000, 31);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1341, 1472052, 500000000, 32);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1341, 9201001);