[Help]NPC Creation

03/27/2008 10:36 haciveli#1
can som1 please help me, i tried to make a custom NPC but i couldnt get it to work, any1 can teach me step by step on how to make 1
03/27/2008 13:34 nooneatall#2
1. add a new npc in cq_npc

2. add a new script for the npc in cq_action (look at another npc to see how it look like)

3. in cq_npc there is a task0 column. put the first cq_action ID from the action script u just created

4. add a new line in cq_task and put the action id in here as well

finished :D
03/27/2008 18:35 haciveli#3
Quote:
Originally Posted by nooneatall View Post
1. add a new npc in cq_npc

2. add a new script for the npc in cq_action (look at another npc to see how it look like)

3. in cq_npc there is a task0 column. put the first cq_action ID from the action script u just created

4. add a new line in cq_task and put the action id in here as well

finished :D
thnx i got the npc created, but i couldnt get it to work :( can any1 make me 1 on a empty database so i can just copy and paste the info, cos im finding it hard :(
03/28/2008 12:29 nooneatall#4
well.. it depends what the npc should do..
03/28/2008 14:21 haciveli#5
i need the npc to sell special exp balls, the 20 pack 1, thats all i need
03/29/2008 08:48 crueby#6
Quote:
Originally Posted by nooneatall View Post
well.. it depends what the npc should do..
Where are you!!!! what happend to ACME you like totally ditched it!!!
03/30/2008 11:23 nooneatall#7
what happened to acme?

well ive been away from computers the last 4 days so i really dont know.. :D
04/14/2008 18:14 heartlesss#8
Quote:
Originally Posted by nooneatall View Post
1. add a new npc in cq_npc

2. add a new script for the npc in cq_action (look at another npc to see how it look like)

3. in cq_npc there is a task0 column. put the first cq_action ID from the action script u just created

4. add a new line in cq_task and put the action id in here as well

finished :D
Dude, adding new line on cq_npc?
How??