What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

ricespud

New Member
Joined
Jun 25, 2015
Messages
29
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:

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!
 
If they are dailies, they are marked 'Completed' by the game client after the first turn in. You'll need to use IgnoreState="true" to... well.. ignore the state. :P
 
Well I'm glad that was so simple. I promise I looked through the ProfileBot guide! As always thanks for your prompt assistance, DD.
 
Well I'm glad that was so simple. I promise I looked through the ProfileBot guide! As always thanks for your prompt assistance, DD.

It's a new addition, and the profile bot guide is kind of a neglected child of mine. :P
 
Back
Top