Can't navigate to NPCs on different maps?

Wolfeh

New member
Messages
63
Points
0
Github
ItsWolfeh
Emulator
I just realized with the Novice Criatura Academy quest, when speaking to Hun, when you click the nav link to go to [the Academy building] (linked to: Academy Receptionist iz_ac01,100,39), navigation gives an error and no arrows appear. It can navigate to mobs on different maps (poring), navigate to another map, but when trying to navigate to an NPC it gives: Navigation >: Failed to set info for location! I'm guessing this is a client issue, anyone know the fix?

I'm using 2017-05-17aRagexeRE client and these luas.

 
Last edited by a moderator:
i think is wrong format on script

Code:
mes("<NAVI>[the Academy building]<INFO>iz_ac01,100,39</INFO></NAVI>."); <<<<<< forget one coma on last koordinat

try to replace with this

mes("<NAVI>[the Academy building]<INFO>iz_ac01,100,39,</INFO></NAVI>.");
 
Last edited by a moderator:
Back
Top