Yesterday I thought I completed a profile snippit to complete 5 level 50 quests for the T2 Contract but when I run it today I'm having issues picking up quests. I've tried to isolate the problem as follows:
I get the following error:
Code:
<Profile>
<PickUpQuest QuestId="7443" QuestName="Supply Drop" CreatureName="Katya Brekarin" CreatureId="36498" X="-22028.85" Y="-992.5928" Z="-28152.54" MapId="2997" />
<PickUpQuest QuestId="7447" QuestName="BBQ Blast" CreatureName="Katya Brekarin" CreatureId="36498" X="-22028.85" Y="-992.5928" Z="-28152.54" MapId="2997" />
</Profile>
I get the following error:
Code:
Profile (version 0.0.0.0) by loaded!
Setting game spell cast behavior to Normal
Buddy.Wildstar.BotCommon.ProfileTags.Quest.PickUpQuest (<PickUpQuest AlternativeQuestId="-1" X="-22028.85" Y="-992.5928" Z="-28152.54" CreatureId="36498" CreatureName="Katya Brekarin" MapId="2997" InteractRange="5" QuestId="7443" QuestObjective="-1" QuestName="Supply Drop" /> (Line #2)) has finished. Moving to the next...
Buddy.Wildstar.BotCommon.ProfileTags.Quest.PickUpQuest (<PickUpQuest AlternativeQuestId="-1" X="-22028.85" Y="-992.5928" Z="-28152.54" CreatureId="36498" CreatureName="Katya Brekarin" MapId="2997" InteractRange="5" QuestId="7447" QuestObjective="-1" QuestName="BBQ Blast" /> (Line #3)) has finished. Moving to the next...
Profile has finished, stopping the bot!