Here is a custom npc i made, he sells maple items, boss hunter equips, some items like mark of beta, maple hats, and other stuff that are useful to players. Not a major release, but still a release anyways.
:kisss:
Download the file, and change the npc to any you like, after that, copy the script, or right here into mysql and execute.
If you want a different npc, chance the npc. Code is glitchy, so i use php.
To view the content, you need to sign in or register
:kisss:
Download the file, and change the npc to any you like, after that, copy the script, or right here into mysql and execute.
PHP:
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(333332, 9300010);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1032041, 100000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1092045, 100000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1092046, 100000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1092047, 100000000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1302064, 100000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1312032, 100000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1322054, 100000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1332055, 100000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1332056, 100000000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1372034, 100000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1382039, 100000000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1402039, 100000000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1412027, 100000000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1422029, 100000000, 14);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1432040, 100000000, 15);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1442051, 100000000, 16);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1452045, 100000000, 17);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1462040, 100000000, 18);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1472055, 100000000, 19);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002511, 100000000, 20);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1050018, 100000000, 21);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1051017, 100000000, 22);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052151, 100000000, 23);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002750, 100000000, 24);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052152, 100000000, 25);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072346, 100000000, 26);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072345, 100000000, 27);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002749, 100000000, 28);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052148, 100000000, 29);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002740, 100000000, 30);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1052149, 100000000, 31);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072343, 100000000, 32);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1072342, 100000000, 33);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002739, 100000000, 34);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002574, 200000000, 35);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002554, 50000000, 36);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002419, 50000000, 37);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1002518, 50000000, 38);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1442023, 1000000000, 39);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(333332, 1012070, 50000000, 40);
If you want a different npc, chance the npc. Code is glitchy, so i use php.