Nice profile getting around 45mil exp/h 2 leg hour for first hour no ruby mp10, will post 5-10 hour report later.
changed instead of tping home, just leave game moment u get to entrance, pretty much little difference / easier if getting attacked by elite
Before ------------------------------------------------------------------------------------------------
<LogMessage questId="72738" stepId="12" output="Finished Exploring Crypt, returning to town" />
<WaitTimer questId="72738" stepId="12" waitTime="2000" />
<UseTownPortal questId="72738" stepId="12" />
</If>
<!-- Back to town -->
<If condition="CurrentWorldId == 71150 and not Me.IsInTown">
<WaitTimer questId="72738" stepId="12" waitTime="1000" />
<UseTownPortal questId="72738" stepId="12" />
</If>
<!-- Leaving game -->
<If condition="Me.IsInTown">
<LogMessage questId="72738" stepId="12" output="Leaving game. Profile completed" />
<WaitTimer questId="72738" stepId="12" waitTime="1000" />
<LeaveGame questId="72738" stepId="12" reason="Done." />
</If>
----------------------------------------------------------------------------------------------------------
After ----------------------------------------------------------------------------------------------------
/>
<!-- Finished -->
<LeaveGame reason="Complete." />
</If>
<!-- **************** -->
<!-- Leave Game ERROR -->
<LeaveGame reason="**** Error ****" />
</Order>
</Profile>
-----------------------------------------------------------------------------------------------------------
changed instead of tping home, just leave game moment u get to entrance, pretty much little difference / easier if getting attacked by elite
Before ------------------------------------------------------------------------------------------------
<LogMessage questId="72738" stepId="12" output="Finished Exploring Crypt, returning to town" />
<WaitTimer questId="72738" stepId="12" waitTime="2000" />
<UseTownPortal questId="72738" stepId="12" />
</If>
<!-- Back to town -->
<If condition="CurrentWorldId == 71150 and not Me.IsInTown">
<WaitTimer questId="72738" stepId="12" waitTime="1000" />
<UseTownPortal questId="72738" stepId="12" />
</If>
<!-- Leaving game -->
<If condition="Me.IsInTown">
<LogMessage questId="72738" stepId="12" output="Leaving game. Profile completed" />
<WaitTimer questId="72738" stepId="12" waitTime="1000" />
<LeaveGame questId="72738" stepId="12" reason="Done." />
</If>
----------------------------------------------------------------------------------------------------------
After ----------------------------------------------------------------------------------------------------
/>
<!-- Finished -->
<LeaveGame reason="Complete." />
</If>
<!-- **************** -->
<!-- Leave Game ERROR -->
<LeaveGame reason="**** Error ****" />
</Order>
</Profile>
-----------------------------------------------------------------------------------------------------------