I am interesting in stringing a bunch of profiles together. Now i have noticed, for example, if i use Kicks Cooking daily profile, if i am not next to the quest giver it just quits the profile. So i figured i would use the RunTo profile tag to make the char run to the quest giver before trying to do the dailies but doesnt seem to work. So 2 questions why doesnt the runto behavior not seem to work and why do you need to activate the profile next to the quest giver to begin with?
Anyways this is the start of the profile:
Anyways this is the start of the profile:
PHP:
<HBProfile>
<Name>Test Cooking Fishing and TB Dailies</Name>
<MinDurability>0.2</MinDurability>
<MinFreeBagSlots>5</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
<QuestOrder>
<RunTo
DestName="Cooking Dailies Giver"
X="-8,828.63" Y="844.32" Z="99.55" />
<CustomBehavior File="LoadProfile" ProfileName="[A] Cooking Dailies in SW [Kick]" />
<CustomBehavior File="UserDialog" AllowBotStop="True" SoundCueInterval="1" Text="End of Line" />
</QuestOrder>
</HBProfile>
Last edited: