- Bot will Escort someone else's 'Tag'
- Bot will stop due to Abandoned Quest if quest has failed ("Can Not Find Quest") results in a bot stopped
- (Singular/Questing) Bot doesn't protect Escort (Had to use plugin)
- Bot slow in turning in quest means someone else can pickup quest in which the bot will then follow the NPC trying to turnIn quest
- (Singular) Bot doesn't heal the Escort of low health resulting in a failed quest
Code:
<PickUp QuestName="Kinelory Strikes" QuestId="26116" GiverName="Kinelory" GiverId="2713" />
<While Condition="((HasQuest(26116)) && (!IsQuestCompleted(26116)))">
<CustomBehavior File="UserSettings" PullDistance="8" />
<CustomBehavior File="Escort" QuestId="26116" MobId="2713" />
<CustomBehavior File="AbandonQuest" QuestId="26116" Type="Failed" />
</While>
<TurnIn QuestName="Kinelory Strikes" QuestId="26116" TurnInName="Quae" TurnInId="2712" />
<CustomBehavior File="UserSettings" PullDistance="35" />