- Joined
- Aug 10, 2008
- Messages
- 15
- Reaction score
- 0
I worked very hard trying to understand the shop id and I finally got it.
Please dont flame its MY FIRST SHOP/CREATION
Spindle Sells few items Elixirs demon elixirs EOF's and Cracks. Please take a look
Please dont flame its MY FIRST SHOP/CREATION
Spindle Sells few items Elixirs demon elixirs EOF's and Cracks. Please take a look
PHP:
INSERT INTO shops
(`npcid`)
VALUES
(9201082);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 4001017, 2000000000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 4031179, 1000000000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2022179, 1000000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2020025, 500000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2022118, 5000000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2022108, 5000000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 5220000, 1000000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2022282, 10000000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 2022176, 100000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 5180000, 50000000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9595006, 5050000, 50000000, 11);