forgive me for not going through ll 154 pages but can i use this profile w/o being able to fly? when i start it it tries to make a new flight path & it get's stuck.
Sure, just not for the stuff that requires flying to reach. You would have to edit the profile to not enable flying. I imagine it's faster to find the problem area and add an extra waypoint to the profile to guide it out of the troublesome area it gets stuck in.
<!-- Retainer -->
<If Condition="&Retainer;!= 0">
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="Retainer [START]"/>
<TeleportTo AetheryteId="&HousingAetheryteID;"/>
<ExMoveTo Distance="0.8" XYZ="&BellLocation;"/>
<Retainer />
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="Retainer [STOP]"/>
</If>
<!-- Retainer -->
<If Condition="&Retainer;!= 0">
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="Retainer [START]"/>
<TeleportTo AetheryteId="&HousingAetheryteID;"/>
<ExMoveTo Distance="0.8" XYZ="&BellLocation;"/>
<RunCode Name="Dismount"/>
<WaitTimer WaitTime="10"/>
<Retainer />
<ExLog Color="&Color;" Name="GatherManager &Version;" Message="Retainer [STOP]"/>
</If>
Is this profile still being updated? I tried to update the svn and got a "does not exist" error