hello...i was wondering if i can make an npc sell paladin items and skills and all other stuff...so i want to make a new npc...how can i do that?
04/10/2008 14:36nooneatall#2
1.add a new line in cq_npc (best to copy an existing npc)
2. edit the mapid and coords for the npc
3. in the field task0 put in a id u will use in cq_action
4. make a cq_action script that sells stuff (look at a similar npcs actionscript for more info on how its built)
5. restart server