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

Help, HBrelog/logmeout

Status
Not open for further replies.

Fozzarn

New Member
Joined
Sep 10, 2013
Messages
7
Reaction score
0
Hello people! So i recently found out about the HBrelog, wich i thought were awesome, tho i have some problems
I have one char wich i use for mining, and another char for banking/AH, lets call the mining char for X, and bankin one for Y.
Im just wondering if there is anyway to make the bot: Mine with X until full bag, mail Y all ores, logon to Y (from there on i use Salesman botbase)

i was thinking:
So i basically want HBrelog to log on my mining char, mine until full bag and then send all ores to Y
and its there were i have problem, i do have Logmeout plugin, wich makes X to mail Y when full bag, but after it mailed the stuff it shuts off wow and HB, and then i found Action Before logout: run lua script, so i was thinking, is it possible to make X mail ores when full bag to Y, then use HBrelog to switch to Y?

Edit: Sorry if i posted in the wrong section btw
 
I've achieve this sort of behavior by using ProfessionBuddys HBRelog API methods.

So basically, you can indicate to HBRelog, from within your profile that you're ready to move onto the next toon.

It's not the most straightforward, but works a treat. Basically setup your HBRelog profile to Login (toon 1), Idle, Login (toon 2), Idle and ensure the Idle is longer than you'd ever need to leave it running for.

Then in your ProfessionBuddy profile, you'd have it doing whatever (say gathering), then:

Code:
<!-- Code to run your gathering and check when it's done goes here -->

		<!-- Move to next toon. -->
		<CustomAction Code="HBRelog.SetProfileStatusText(&quot;Skipping to next step.&quot;); " />
		<WaitAction Condition="false" Timeout="2000" />
		<CustomAction Code="Log(&quot;Current Profile &quot; + HBRelog.CurrentProfileName);" />
		<CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName);" />
		<WaitAction Condition="false" Timeout="20000" />

This will make HBRelog skip to the next "action", which is to log your next toon.

Hope this helps!
 
Hmm, this helped alot actually, so you said i shall have my HBrelog tasks as Idle between the char login, how long shall that idle be? You said "longer than you'd ever need to leave it running for" do you mean if the gathering takes 5 hours, shall i idle for atleast 5 hours?
And about the code, where shall i put that in? im completely new to HBrelog, and only used HB for about a week.
Thanks for fast and good reply, tho i didnt really understand it! :)
 
Well the way I have it setup is that the "Idle" in HBRelog is never actually allowed to run it's full duration. I use ProfessionBuddy HBRelog API's to make HBRelog skip to the next step. So if I expect my gathering toon to take 1 hour for example, I'll have my Idle set to 2 hours. After maybe 55 minutes he'll be done, and my profile will force HBRelog to skip to the next step anyway, without waiting that whole two hours.

If you're unsure about using ProfessionBuddy profiles in this way, then you could just use the HBRelog actions alone to move between characters, just it would have no way to know if the profile was "done".
 
Ah i see, but isnt there a way to force mail after X hours? that would make the thing much easier
lets say: Gather for 5 hours, after that, force to mail Alt, and when thats done, logon Alt? And let HBrelog handle the logon thing ofc.

I've currently set up my HBrelog to this
loggin in to gather char.
Tasks:
Wait 300m (5 hours)
Logon:
*NAME*
*SERVER*
Bot: Salesman
Wait 5m

But as you see, its missing the Mail thing, wich is the most important, otherwise the Alt dont have anything to put on AH and i also wanted WoW to close after this, so it does not loop.
 
Status
Not open for further replies.
Back
Top