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