[Help]Andares NPC

04/20/2009 15:58 fabarl#1
How to put the NPC Andares(RebornNPC) in several places of map cronus.

Thanks for Atention
04/20/2009 17:19 PhantomNyte#2
copy the info of andreeas from the cq_npc and add it again with a diferent id but 1st u have to find the original ones id copy it look for it in the cq_ncp find it copy the hole row and paste it into a enw one and change the location
04/20/2009 22:47 fabarl#3
As find a ID his, because it not is with their name true (ADERES).
04/20/2009 22:54 SoulNecturn#4
Ok here you have:

Code:
INSERT INTO `cq_npc` VALUES
(50203, 0, 0, 'DemonsComposer', 0029, 12040, 0, 0, -1, 1000, 0260, 0489, 9539250, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0, 0, 5, 5, '??', 0000, 00, 00, 0000, 01, 0000, 0003, 0003, 0003, 0003);
where

INSERT INTO `cq_npc` VALUES
(50203, 0, 0, 'DemonsComposer', 0029, 12040, 0, 0, -1, 1000, 0260, 0489, 9539250, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0, 0, 5, 5, '??', 0000, 00, 00, 0000, 01, 0000, 0003, 0003, 0003, 0003);

50203 - change into free number (its ID and cannot be doubled in DB)
1000 - number of map (1000= market/cronus)
0260 - position on map (x)
0489 - position on map (y)



So just change your position and run this query in your navicat or phpmyadmin or any other soft you use ;)

regards