|
You last visited: Today at 18:59
Advertisement
[Request] NPC's.
Discussion on [Request] NPC's. within the CO2 Private Server forum part of the Conquer Online 2 category.
06/27/2009, 22:01
|
#1
|
elite*gold: 0
Join Date: Apr 2008
Posts: 36
Received Thanks: 1
|
[Request] NPC's.
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
|
#2
|
elite*gold: 0
Join Date: Apr 2008
Posts: 759
Received Thanks: 285
|
To make ur own npc:
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
|
#3
|
elite*gold: 0
Join Date: Feb 2009
Posts: 74
Received Thanks: 35
|
Quote:
Originally Posted by Mr_PoP
To make ur own npc:
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
when i go into n click on the npc nothing happens
help me plz
|
|
|
06/28/2009, 00:43
|
#4
|
elite*gold: 0
Join Date: Apr 2008
Posts: 36
Received Thanks: 1
|
Quote:
Originally Posted by destany
when i put that in the Queries
this came up
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
|
#5
|
elite*gold: 0
Join Date: Apr 2008
Posts: 759
Received Thanks: 285
|
Quote:
Originally Posted by Kai101a
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
|
#6
|
elite*gold: 0
Join Date: Apr 2008
Posts: 36
Received Thanks: 1
|
lol well if I already deleted it what should I do. xD
|
|
|
 |
Similar Threads
|
[Request] NPC'S
05/06/2010 - CO2 Private Server - 0 Replies
Hello Guys , I Need Npcs: (Version 5165)
I Know This NPC's That I Want is Easy To Make For You Guys
But For Me Its Hard , Because I Am New In Co-P-Server ,
I Don't Know Much About Co So I Am Here And Want To Learn
Making Npc's And More:
Please I Need This NPC's:
1.All In 1 Npc - (Guild War)
•Guild War Starter
|
[Request]Npc's.txt from OLDCODB!
11/30/2009 - CO2 Private Server - 4 Replies
Hey alll , anyone have Npc's.txt with ALL NPC ADDED PLZ? because when I add npcs my srv give error..:) Thanks
|
[Request] Npc's lookfaces
10/24/2009 - CO2 Private Server - 23 Replies
hey guys i was wondering if someone have a list or away to get the npc lookfaces
|
[Request] Promo NPC's | Mobs
12/31/2008 - CO2 Private Server - 17 Replies
Can anyone post here the promo NPC's?? with Req and Rewards?
I will be so happy...but if the NPC;s are good you will get PM on ShadowCo xD
Okay also i need mobs and mobs spawns, if you wanna help me with this you will also get PM!(i will wait up to 2 days)
|
All times are GMT +1. The time now is 19:00.
|
|