ment2008 Posted January 25, 2011 Posted January 25, 2011 i try add auto "vote plz plz" npc that walks, but i cannot find table for it: walker_routes i use freya server files: INSERT INTO `walker_routes` (`route_id`, `npc_id`, `move_point`, `chatText`, `move_x`, `move_y`, `move_z`, `delay`, `running`) VALUES (43, 30006, 1, 'Please ! Vote for Us now !', 82718, 149312, -3471, 10, 1), (43, 30006, 2, 'Prosze ! Glosuj na nasz server !', 82713, 147899, -3471, 10, 1), (43, 30006, 3, 'Please ! Vote for Us now !', 81153, 147904, -3471, 10, 1), (43, 30006, 4, 'Prosze ! Glosuj na nasz server !', 81158, 149316, -3471, 10, 1);
0 Matim Posted January 25, 2011 Posted January 25, 2011 There is no longer such table. Now everything is here: data/WalkerRoutes.xml
Question
ment2008
i try add auto "vote plz plz" npc that walks, but i cannot find table for it: walker_routes
i use freya server files:
INSERT INTO `walker_routes` (`route_id`, `npc_id`, `move_point`, `chatText`, `move_x`, `move_y`, `move_z`, `delay`, `running`) VALUES
(43, 30006, 1, 'Please ! Vote for Us now !', 82718, 149312, -3471, 10, 1),
(43, 30006, 2, 'Prosze ! Glosuj na nasz server !', 82713, 147899, -3471, 10, 1),
(43, 30006, 3, 'Please ! Vote for Us now !', 81153, 147904, -3471, 10, 1),
(43, 30006, 4, 'Prosze ! Glosuj na nasz server !', 81158, 149316, -3471, 10, 1);
3 answers to this question
Recommended Posts