NPC HELP

06/02/2012 02:29 karnyge#1
I created an NPC.
The following errors are ocurring.

1- I want it to look like a spider, but it shows as a 1st generation P-Atk. I have the correct lookface ID in cq_npc for it to be a spider.

2- I have given the NPC a name in cq_npc, but that isnt showing.

3- When i select the NPC the dialogue doesnt show up. I have made the actions in cq_action.

Can someone help me please?

I have put this into the ini file for npc
[NpcType10981]
Name=Trainer
SimpleObjID=500
StandByMotion=0423000100
BlazeMotion=0423000190
BlazeMotion1=0423000190
BlazeMotion2=0423000190
RestMotion=0423000101
Effect=none
ZoomPercent=125
Note=Training~Map

Heres the actions.
90831576090831576101010Hello.~I~am~here~to~help.
90831576190831576201010I~can~take~you~to~the~place~where~you~can~train.
90831576290831576301010But~its~only~for~the~weak~players.
90831576390831576401020Want~to~go~to~Apocalypse~Land?
90831576490831576501020Want~to~go~to~Rogue~Land?
90831576590831576701020 
90831576690831576801020 
90831576790831576901020 
90831576890831576601020 
90831576950002701020Its~to~dangerous~there. 0

I know the actions are not complete but i havent fully added the text as yet.

What have i done wrong or missed?
06/02/2012 08:31 buzz2289#2
The dds for the lookface may either not be in the DB or not in the client dds files, are you using a lookface you know works?
06/02/2012 13:00 magewarior2#3
npctype is wrong.


delete the empty cq_actions table´s of type "~" into them.
06/02/2012 18:03 karnyge#4
Looked through the whole created NPC and decided to remove it and start from scratch. So if anyone can advise me as to how to add a teleporting NPC, I would really apreciate it.
And before people tell me to use search and point me to x, y and z posts, I have read through every post on adding a teleporter NPC.

I have downloaded the tool created by Funhacker, tested it out and it works.

This is what it should do-
1- Introduce itself and ask if the person wants to join the others in the same zone.
2- When you click yes you get teleported to the zone.
3- I want it to look like a spider.
4- Same teleporter in the zone to send the person back to Cronus.

LOL cq_task was missing.
Ah well, back to square 1 and rebuild it.