Bot Exploit

Full Version: Group Follower profile tweak
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tweak to the Group_follower profile.

This has helped my follower with getting lost/stuck in town.


Code:
<?xml version="1.0" encoding="UTF-8"?>

<Profile>

<GameParams/>

<Order>
<Follow/>
<While condition="Me.IsInTown">
<Params name="WillCheckStuck" value="true"/>
<AcceptChallenge mode="Join"/>
<Follow/>
</While>
<Params name="WillCheckStuck" value="false"/>

<While condition="Me.IsNotInTown">
<Follow/>
<Params name="WillCheckStuck" value="true"/>
<AcceptChallenge mode="Join"/>
</While>
<Params name="WillCheckStuck" value="false"/>

</Order>

</Profile>
If you know what your doing with the edit is there anything you think you could do about group followers when in grift always seems to end up standing still or standing in town trying to port to the leader at times?
Reference URL's