Bot Exploit
Group Follower profile tweak - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: General (/Forum-General)
+---- Forum: Group Farming/Leveling (/Forum-Group-Farming-Leveling)
+---- Thread: Group Follower profile tweak (/Thread-Group-Follower-profile-tweak)



Group Follower profile tweak - mondo2k - 02-22-2015 10:55 PM

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>



RE: Group Follower profile tweak - olive1 - 02-26-2015 04:05 AM

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?