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