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

Hearthstone ONLY profile

Cukie

Active Member
Joined
Dec 3, 2011
Messages
1,255
Reaction score
3
Anyone have a profile that ONLY hearths, nothing else? Or have the ability to write one quickly? Basically I want to add this in between certain profiles within Arelog, so after my toons have herbed for a while, it will load this profile, hearth, then load my crafting profile that is scheduled.

EDIT: Thanks to soulravager's link he posted I was able to get it working. I will post the hearth only profile here in case anyone in the future runs into this.
FYI, it needs to be run in questing bot base.
 

Attachments

Last edited:
Anyone have a profile that ONLY hearths, nothing else? Or have the ability to write one quickly? Basically I want to add this in between certain profiles within Arelog, so after my toons have herbed for a while, it will load this profile, hearth, then load my crafting profile that is scheduled.

Or write in a piece of code to the herbing profile to hearth when bags = full.
 
Or write in a piece of code to the herbing profile to hearth when bags = full.
Only problem with that is the schedule within Arelog. If I set it to only herb for an hour before swapping to my crafting profile, the bags would not be full yet. And if I set it for 3 hours, there is probably going to be wasted time the bot hearths, then keeps trying to hearth until the next scheduled profile in Arelog runs. I am looking for something I can set to hearth on demand, before the bags would be full, something like 90 minutes after starting to herb. I should have ~3/4 bags at that time, and there is no wasted downtime.


Ideally, I would like my schedule to look something like this within Arelog:

<Tasks>
<Task BotName="GATHERBUDDY2" ProfilePath="INSERT HERB PROFILE" RunTime="0.87827419139364471" RunCount="0" Randomize="true" ChangeCharacter="false" Realm="" CharName="" CustomClass="" />
<Task BotName="HEARTHSTONE" ProfilePath="HEARTHSTONE PROFILE" RunTime="0.01918520604132842" RunCount="0" Randomize="true" ChangeCharacter="false" Realm="" CharName="" CustomClass="" />
<Task BotName="PROFESSTIONBUDDY" ProfilePath="CRAFTING" RunTime="0.21918520604132842" RunCount="0" Randomize="true" ChangeCharacter="false" Realm="" CharName="" CustomClass="" />
<Task BotName="Idle" ProfilePath="" RunTime="1.537224954604183" RunCount="0" Randomize="false" ChangeCharacter="false" Realm="" CharName="" CustomClass="" />
</Tasks>
 
Last edited:
Back
Top