Here are the changes to make:
Comment out the nav statement and add the call for move to Marie, like this.
Rich (BB code):
|/nav ${Math.Calc[${Target.X}+9]} ${Math.Calc[${Target.Y}+4]} ${Target.Z}
/call MoveToMarie
The paste this sub into the macro, it doesn't matter where, but I put it near the bottom, not within the main macro.
Rich (BB code):
Sub MoveToMarie
/echo Moving to Marie
:recheck
/moveto loc -614.09 119.25
/delay 30
/if (!${Me.Moving}) {
/delay 5
/moveto loc -664.26 76.11
} else {
/goto :recheck
/delay 5
}
/delay 5s
/return
For the one for the Fellowship I put the campfire over in the weeds west of Marie, on flat ground. That way they don't have to run around that corner.