[Request] NPC's.

06/27/2009 22:01 Kai101a#1
Just posting this topic to see if anyone can post a small guide on how to add an npc that auto levels people into TQ binary's and one that also gives out cps.
If anyone can help. Please post. Much appreciated. :]
06/27/2009 22:35 Mr_PoP#2
To make ur own npc:[Only registered and activated users can see links. Click Here To Register...]

As for npc to givs u cps

Okey i made this npc it will give's u 1kk cps every time u talking to him u can reach him by typing this command : /chgmap 5000 50 60 to be able to use it just query it

Code:
#cq_npc
INSERT INTO cq_npc VALUES(9910, 0, 0, "Apprentice", 0002, 9976, -1, 5000, 0060, 0074, 3333, 
  0,0,0,0,0,0,0,  0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );

#
cq_task
INSERT INTO cq_task VALUES (3333,3333,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);
INSERT INTO cq_task VALUES (3334,3334,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);

INSERT INTO cq_task VALUES (3335,3335,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);
INSERT INTO cq_task VALUES (3336,3336,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);

#
cq_action
INSERT INTO cq_action VALUES (3333,3334,0000,0101,0,"hey~you~i~know~you~need~cps~so~am~here~for~you~and~will~give~you~999999cps");
INSERT INTO cq_action VALUES (3334,3335,0000,0102,0,"ok~gimm~me~it~now. 3336");

INSERT INTO cq_action VALUES (3335,15003,0000,0102,0,"no~thanks~i~dont~need~atm~just~pass~me. 0");

INSERT INTO cq_action VALUES (3336,0000,0000,1001,0,"e_money += 999999");
have fun
06/28/2009 00:38 destany#3
Quote:
Originally Posted by Mr_PoP View Post
To make ur own npc:[Only registered and activated users can see links. Click Here To Register...]

As for npc to givs u cps

Okey i made this npc it will give's u 1kk cps every time u talking to him u can reach him by typing this command : /chgmap 5000 50 60 to be able to use it just query it

Code:
#cq_npc
INSERT INTO cq_npc VALUES(9910, 0, 0, "Apprentice", 0002, 9976, -1, 5000, 0060, 0074, 3333, 
  0,0,0,0,0,0,0,  0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );

#
cq_task
INSERT INTO cq_task VALUES (3333,3333,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);
INSERT INTO cq_task VALUES (3334,3334,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);

INSERT INTO cq_task VALUES (3335,3335,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);
INSERT INTO cq_task VALUES (3336,3336,0000,"","",0,0,0,0,1000,0000,0000,0,-1,0);

#
cq_action
INSERT INTO cq_action VALUES (3333,3334,0000,0101,0,"hey~you~i~know~you~need~cps~so~am~here~for~you~and~will~give~you~999999cps");
INSERT INTO cq_action VALUES (3334,3335,0000,0102,0,"ok~gimm~me~it~now. 3336");

INSERT INTO cq_action VALUES (3335,15003,0000,0102,0,"no~thanks~i~dont~need~atm~just~pass~me. 0");

INSERT INTO cq_action VALUES (3336,0000,0000,1001,0,"e_money += 999999");
have fun
when i put that in the Queries
this came up [Only registered and activated users can see links. Click Here To Register...]


when i go into n click on the npc nothing happens
help me plz
06/28/2009 00:43 Kai101a#4
Quote:
Originally Posted by destany View Post
when i put that in the Queries
this came up [Only registered and activated users can see links. Click Here To Register...]


when i go into n click on the npc nothing happens
help me plz
open cq_npc and scroll down to the bottom check the last ID and put an id 1 number up for that. the ID value is "9910".

Also thanks for the help mr_pop.

I also had another question for you btw. I had removed birth village from the cq_map because it doesn't work. I need to change the default spawn for all new characters to Twin city. How could I do that? :]

Also the code will give you an error to fix it. move the # down in front of cq_task and cq_action. That will solve the issue.
06/28/2009 01:28 Mr_PoP#5
Quote:
Originally Posted by Kai101a View Post
open cq_npc and scroll down to the bottom check the last ID and put an id 1 number up for that. the ID value is "9910".

Also thanks for the help mr_pop.

I also had another question for you btw. I had removed birth village from the cq_map because it doesn't work. I need to change the default spawn for all new characters to Twin city. How could I do that? :]

Also the code will give you an error to fix it. move the # down in front of cq_task and cq_action. That will solve the issue.
o.O My bad
abot birthvallge dnt delete it just chang type by 12 insted of 8 u done
06/28/2009 01:29 Kai101a#6
lol well if I already deleted it what should I do. xD