<ActBountiesComplete act="A1">
<LogMessage questId="1" step="1" output="Seems like we have 5 complete" />
<If condition="Me.IsInTown==False">
<LogMessage questId="1" step="1" output="Going back to town to turn it in." />
<TrinityTownPortal questId="1" />
</If>
<WaitTimer questId="1" stepId="1" waitTime="1000"/>
<LogMessage questId="1" step="1" output="Lets make sure we are actually in the right town" />
<While condition="CurrentWorldId != 332336">
<LogMessage questId="1" step="1" output="Doesn't look like we are! using the waypoint" />
<UseWaypoint waypointNumber="0" questId="1"/>
<WaitTimer questId="1" stepId="1" waitTime="7500"/>
</While>
<ForceTownRun questId="1"/>
<WaitTimer questId="1" stepId="1" waitTime="1000"/>
<LogMessage questId="1" step="1" output="Attempting to interact with Tyrael" />
<MoveToActor questId="1" stepId="1" x="419" y="531" z="24" actorId="114622" interactRange="8" name="Tyrael_Heaven-34594" pathPrecision="5" pathPointLimit="250" statusText="" />
</ActBountiesComplete>
open \Acts\A1\act1.xml and remove
PHP:<ActBountiesComplete act="A1"> <LogMessage questId="1" step="1" output="Seems like we have 5 complete" /> <If condition="Me.IsInTown==False"> <LogMessage questId="1" step="1" output="Going back to town to turn it in." /> <TrinityTownPortal questId="1" /> </If> <WaitTimer questId="1" stepId="1" waitTime="1000"/> <LogMessage questId="1" step="1" output="Lets make sure we are actually in the right town" /> <While condition="CurrentWorldId != 332336"> <LogMessage questId="1" step="1" output="Doesn't look like we are! using the waypoint" /> <UseWaypoint waypointNumber="0" questId="1"/> <WaitTimer questId="1" stepId="1" waitTime="7500"/> </While> <ForceTownRun questId="1"/> <WaitTimer questId="1" stepId="1" waitTime="1000"/> <LogMessage questId="1" step="1" output="Attempting to interact with Tyrael" /> <MoveToActor questId="1" stepId="1" x="419" y="531" z="24" actorId="114622" interactRange="8" name="Tyrael_Heaven-34594" pathPrecision="5" pathPointLimit="250" statusText="" /> </ActBountiesComplete>