ThomasSwift Shop

Newbie Spellweaver
Joined
Jul 21, 2008
Messages
43
Reaction score
0
Hey Guys This is my first release Its kinda shity But I Tought Some People can put it to good use

Sql script

INSERT INTO shops
(`npcid`)
VALUES
(9201022);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2340000, 20000000, 1);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2022118, 10000000, 2);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2022108, 10000000, 3);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2022068, 10000000, 4);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5050000, 10000000, 5);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5220000, 5000000, 6);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 4006001, 5000, 7);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 4006000, 5000, 8);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5240000, 5000, 9);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2210003, 2000000, 10);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 2210005, 2000000, 11);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5300002, 2000000, 12);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5300001, 2000000, 13);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 5300000, 2000000, 14);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1812000, 1000000, 15);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1802045, 1000000, 16);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1812001, 1000000, 17);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1812004, 1000000, 18);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1812003, 1000000, 19);

INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(1234, 1812002, 1000000, 20);



Here Some Pics





 
Last edited:
Re: [Release]ThomasSwift Shop

Code box Plox.

And call me crazy, but shouldn't Thomas Swift Teleport you to Amoria?

Otherwise, nice release.
 
Re: [Release]ThomasSwift Shop

Uh i tihnk, that dragon elixir shouldnt be there.
when you morph into that cornian dragon thing, and you go onto a rope, it errors 38 everybody in that map.

but the rest is good =]
 
Back