This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
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