creating an npc

07/09/2012 00:23 fsfsto#1
i really hate to open this topic, i know a lot of you will tell me to search and all that but since i can't search for a word with 3 letters, there is nothing i can do other than this.
to start, my question is how to create an npc i've seen some posts on how to make a shop and a teleporter but thats not what i'm looking for i wanna know how to create all types of npcs whether it's a warehouse , hatcher .......
thanks for taking the time to read this i hope you answer my question :)
07/09/2012 02:05 devilsi#2
if youd have taken the time to even look at the forums, you would've found this

[Only registered and activated users can see links. Click Here To Register...]

Just lookin through half that guide i found these. so next time put the effort in and youll find everything you need.

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

hit thanks if it helps u :P
07/09/2012 02:30 fsfsto#3
umm thnx i've read them all before..
how to create a warehouse npc..?
07/09/2012 02:33 devilsi#4
if you look through the npc list and action(task) viewer release youll be able to make one yourself. stop asking everybody to do the work for you and put the effort in yourself. nobody gets anything worthwhile for free >.<
07/09/2012 02:55 fsfsto#5
i appreciate you trying to help and all but you could of just told me how, and everything would've been over by now
07/09/2012 02:58 devilsi#6
and if youd have bothered to read the guides id showed you, you'd know how to make them yourself by now...
07/09/2012 23:14 fsfsto#7
PS
07/16/2012 11:11 magewarior2#8
instead of getting this forum full of spam, try this.


go to your cq_npc map and find the id "1035" and see what action is behind it.

look for "task0" and copy this id (as example 910325)

then make a new npc

to help:
Code:
INSERT INTO `cq_npc` VALUES ('[COLOR="Red"]NEW ID[/COLOR]', '0', '0', 'Warehouse', '0003', '10350', '0', '0', '-1', '[COLOR="red"]ID MAP[/COLOR]', '[COLOR="red"]cellx[/COLOR]', '[COLOR="red"]celly[/COLOR]', '[COLOR="red"]task0[/COLOR]', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'нч', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

BEWARE:
1. check if the "new id" is not already into the cq_npc
2. insert ID MAP = like 1000 =Cronus, 2000, elvencity, 3000 Gobidessert ect.
3. insert cellx = like 1000 288 464 (the red one)
4. insert celly = like 1000 288 464 (the red one)
5. insert task0 = the cq_action you have copy`d from id 1035

(ps, its recommend that to search an new id between 1035"1" and 1035"9"

Here you go,
Magewarior2