02-22-2015, 10:55 PM
Tweak to the Group_follower profile.
This has helped my follower with getting lost/stuck in town.
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>