My initial plan was to port the Homunculus system from Live 502 to ClassicAden 502. But, when the interface for Homunculus is enabled, it has some hardcoded function that tries to load the dat files which leads to a crash since those files dont exist in ClassicAden. I was hoping to do some injection hoping, forcing the client to load the files.
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