- Joined
- Jul 16, 2008
- Messages
- 411
- Reaction score
- 0
I made this script for thomas swift that makes him sell maple items its very simple
NOTE: if you take this and clame it your a retard cause it wasent very hard to make....
Heres the Script:
1.Copy The script
2.Open MySQL and Click file>new script tab
3.select your server database default OdinMS
4.click execute and your done
1.Do the same as setup for idiot
2.Do the same as setup for idiot
3.Do the same as setup for idiot
4.Go to the top and find:INSERT INTO shops
Change the text in red to your desired NPC ID
Hmm.. I just realized that he sells 4 of each if you know how to fix that PM me
NOTE: if you take this and clame it your a retard cause it wasent very hard to make....
Heres the Script:
INSERT INTO shops
(`npcid`)
VALUES
(9201029);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1302064, 1500000, 1);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1312032, 1500000, 2);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1322054, 1500000, 3);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1332055, 1500000, 4);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1332056, 1500000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1332056, 1500000, 5);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1372034, 1500000, 6);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1382039, 1500000, 7);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1402039, 1500000, 8);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1412027, 1500000, 9);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1422029, 1500000, 10);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1432040, 1500000, 11);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1442051, 1500000, 12);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1462040, 1500000, 13);
INSERT INTO shopitems
(`shopid`, `itemid`, `price`, `position`)
VALUES
(9999, 1472055, 1500000, 14);
Setup For Idiots(Dont Feel So Bad)
1.Copy The script
2.Open MySQL and Click file>new script tab
3.select your server database default OdinMS
4.click execute and your done
How to change the NPC
1.Do the same as setup for idiot
2.Do the same as setup for idiot
3.Do the same as setup for idiot
4.Go to the top and find:INSERT INTO shops
Code:
(`npcid`)
VALUES
([COLOR="Red"]9201029[/COLOR]);
IM AM NOW MAKING REQUESTED SCRIPTS PM ME
Note: Unless it has the subject [Request] i will NOT read it
Hmm.. I just realized that he sells 4 of each if you know how to fix that PM me