So, I am not sure why but for some zones my macro works the same as before the patch but others it seems the macro just skips the MQ2Nav portions of what it should be doing. I am at a loss as to what causes this because manually typing the navigation command works, and the MQ2Nav portion of other subs works just fine.
Here is one of my subs that is no longer functioning correctly:
If anyone has any ideas why this would no longer work, or even just suggestions on more efficient ways of accomplishing the same thing I am all ears!
A little more info - When the char gets to the Guild Lobby it stands still, says the "Navigating to waypoint blah" or whatever the normal msg is, not at my home comp atm so can't check, but stays in place then complains the door is too far away to click, then shortly after repeats since my ZoneCheck sub then brings it back into the Guild Lobby sub since the character didn't zone.
Here is one of my subs that is no longer functioning correctly:
INI:
Sub GuildLobby
/delay 30s !${Me.Zoning}
/delay 90s ${Zone.ID}==344
/nav wp MGH
/delay 5s ${Navigation.Active}==TRUE
/delay 180s ${Navigation.Active}==FALSE
/doortarget
/delay 5
/click left door
/delay 3s !${Me.Zoning}
/delay 3s ${Me.Zoning}
/call ZoneChecker
/return
If anyone has any ideas why this would no longer work, or even just suggestions on more efficient ways of accomplishing the same thing I am all ears!
A little more info - When the char gets to the Guild Lobby it stands still, says the "Navigating to waypoint blah" or whatever the normal msg is, not at my home comp atm so can't check, but stays in place then complains the door is too far away to click, then shortly after repeats since my ZoneCheck sub then brings it back into the Guild Lobby sub since the character didn't zone.

