- Joined
- Apr 30, 2008
- Messages
- 2,868
- Reaction score
- 215
Yea. i made this npc cause i was bored so.
The npc is Casey (1012008) hes in the game park.
move him to the fm if u want.
Directions for noobs:
1. put this into a notepad
2. copy and paste the code i gave u
3. save it as Casey.sql
4. on mysql do file/open script and find the script and execute it
5. Done!
Casey script :
if u want casey in the fm here:
put it in the map.wz/map9/9100000000
find "life" without quotes and paste it under
Pics:
The npc is Casey (1012008) hes in the game park.
move him to the fm if u want.
Directions for noobs:
1. put this into a notepad
2. copy and paste the code i gave u
3. save it as Casey.sql
4. on mysql do file/open script and find the script and execute it
5. Done!
Casey script :
PHP:
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002019, 10000, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002080, 10000, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002081, 10000, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002082, 10000, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002083, 10000, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002391, 10000, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002392, 10000, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002393, 10000, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002394, 10000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002395, 10000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1002553, 10000, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102040, 10000, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102041, 10000, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102042, 10000, 13);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102043, 10000, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102079, 10000, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102080, 10000, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102081, 10000, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102082, 10000, 18);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102083, 10000, 19);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102084, 10000, 20);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102085, 10000, 21);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102086, 10000, 22);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1102087, 10000, 23);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082145, 10000, 24);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082146, 10000, 25);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082147, 10000, 26);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082148, 10000, 27);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082149, 10000, 28);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082150, 10000, 29);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082223, 10000, 30);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1628, 1082228, 10000, 31);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1628, 1012008);
if u want casey in the fm here:
PHP:
<imgdir name="1">
<string name="type" value="n"/>
<string name="id" value="1012008"/>
<int name="x" value="745"/>
<int name="y" value="4"/>
<int name="mobTime" value="0"/>
<int name="f" value="0"/>
<int name="hide" value="0"/>
<int name="fh" value="51"/>
<int name="cy" value="34"/>
<int name="rx0" value="795"/>
<int name="rx1" value="695"/>
</imgdir>
find "life" without quotes and paste it under
Code:
</imgdir>
<imgdir name="life">
Pics:
![ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums](http://i323.photobucket.com/albums/nn473/beta5320/shop1.jpg)
![ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums](http://i323.photobucket.com/albums/nn473/beta5320/shop2.jpg)
![ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums](http://i323.photobucket.com/albums/nn473/beta5320/shop3.jpg)
![ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums ihatehaxor - [Release]Casey selling colored bandanas/colored capes/ colored wgs - RaGEZONE Forums](http://i323.photobucket.com/albums/nn473/beta5320/shop4.jpg)
Last edited: