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!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
I am not seeing the file for the new daily's. I open the load profile, then all the old daily files are there, but don't see the new one. I just downloaded the file from the front page. Did i get the wrong one? r84 zip is what i grabbed..

Read the first page, new dailies won't be released until a stable HB release is out.
 
I've meshed the 3 new areas ... they should be up on the server later (once another developer adds a little bit of code)
 
V538 is currently broken for all questing. No quests are working.

Doing the GL dailies:
I don't know if it will help you or not, but mine got stuck on "Move to 1st location" with [Singular-DEBUG] CurrentTarget set to: (null) in the logs. My char just flies to The Golden Stair and sits in the sky. If there is any more info I can give you, let me know.

Thanks for building these for us. They are really awesome!
 
Doing the GL dailies:
I don't know if it will help you or not, but mine got stuck on "Move to 1st location" with [Singular-DEBUG] CurrentTarget set to: (null) in the logs. My char just flies to The Golden Stair and sits in the sky. If there is any more info I can give you, let me know.

Thanks for building these for us. They are really awesome!

Until questing is fixed i am not researching into bug reports on any quests.
 
We're fixing the bot for the 'sneaky patch' that happened earlier

You guys should know by now that it takes us anywhere from 5 mins to 3 days to fix the bot for an update, and then up to a week to recode chunks of it as needed (ie: questing)

QQ less pl0x, it won't help us code faster.
 
At this time version 540 has been released, and claims to fix the questing issue. I will not hold support for this until I'm able to test on my own, so please use at your own risk. However the new areas should be meshed and the bot should be working.

R91 will contain isle of thunder tonight!
 
i get this error:

WARNING: Previously completed quests detected!


Either you have done some of you quests already, and have restarted the bot...
OR your cache folder is NOT clean, and must be deleted, and bot restarted.

when doing klaxxi dailys? any idea
 
At this time version 540 has been released, and claims to fix the questing issue. I will not hold support for this until I'm able to test on my own, so please use at your own risk. However the new areas should be meshed and the bot should be working.

R91 will contain isle of thunder tonight!
New US HB build just came out... can't wait for R91 now... =D
(Also, any news on a possible fix for Druids with the shredders in Shieldwall not using the item?)
 
Using a fresh install with this on a brand new warrior at 90. What profile am I supposed to run first? Or does it not matter?
 
i get this error:

WARNING: Previously completed quests detected!


Either you have done some of you quests already, and have restarted the bot...
OR your cache folder is NOT clean, and must be deleted, and bot restarted.

when doing klaxxi dailys? any idea


Are you following OP instuctions on first post? you have make BACKUP folder strictly for dailys. And delete main folder and copy backup EVERYDAY u do dailys again! BECAUSE THEY ALWAYS CHANGE! and the QUEST log in hb records wht quest u do! so if u do not delelte and copy backup folder. THEN you WILL get tht error!
 
Are you following OP instuctions on first post? you have make BACKUP folder strictly for dailys. And delete main folder and copy backup EVERYDAY u do dailys again! BECAUSE THEY ALWAYS CHANGE! and the QUEST log in hb records wht quest u do! so if u do not delelte and copy backup folder. THEN you WILL get tht error!

Not sure what you mean?

can you help?
 
Just in case folks have missed this, this is what I run every day:

Code:
@echo off

TortoiseProc.exe /command:update /path:"e:\hbstuff\TheBrodieMan" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\buddygrowl" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\CLU2" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\superbad" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\KickSVN" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\Extralazyraider" /closeonend:1
TortoiseProc.exe /command:update /path:"e:\hbstuff\PokeBuddy" /closeonend:1
TortoiseProc.exe /command:update /path:"E:\HBStuff\YourBuddy MoP BT - Warrior" /closeonend:1
TortoiseProc.exe /command:update /path:"E:\HBStuff\TuanHAShadowPriest" /closeonend:1
TortoiseProc.exe /command:update /path:"E:\HBStuff\PureRotation" /closeonend:1

e:
rmdir /S /Q "HB_1"
rmdir /S /Q "HB_2"
rmdir /S /Q "HB_3"
mkdir HB_1
mkdir HB_2
mkdir HB_3

"c:\Program Files\7-Zip\7z.exe" x hb_latest.zip -oE:\hb_1
mkdir "E:\hb_1\settings"
copy GlobalSettings.xml "E:\HB_1\settings"
mkdir "E:\HB_1\plugins\buddygrowl"
mkdir "E:\HB_1\routines\clu2"
mkdir "E:\HB_1\Bots\Lazyraider"
mkdir "E:\HB_1\plugins\Extralazyraider
robocopy /s /XO /np "e:\HBStuff\TheBrodieMan\Plugins" "e:\HB_1\Plugins"
robocopy /s /XO /np "E:\HBStuff\TheBrodieMan\Quest Behaviors" "e:\hb_1\Quest Behaviors"
robocopy E:\HBStuff\Extralazyraider E:\HB_1\plugins\Extralazyraider /MIR
robocopy E:\HBstuff\clu2 E:\HB_1\routines\clu2 /MIR
robocopy E:\HBstuff\buddygrowl E:\HB_1\plugins\buddygrowl /MIR
robocopy E:\HBstuff\Lazyraider E:\HB_1\Bots\Lazyraider /MIR
robocopy /s /XO /np "E:\HB_1" "E:\HB_2"
robocopy /s /XO /np "E:\HB_1" "E:\HB_3"
mkdir "E:\HB_1\routines\superbad"
robocopy E:\HBstuff\superbad E:\HB_1\routines\superbad /MIR
mkdir "E:\HB_2\Bots\Tyrael
robocopy E:\HBstuff\Tyrael E:\HB_2\Bots\Tyrael /MIR
mkdir "E:\HB_3\routines\TuanHAShadowPriest
robocopy E:\HBstuff\TuanHAShadowPriest E:\HB_3\routines\TuanHAShadowPriest /MIR
mkdir "E:\HB_2\routines\YourBuddy MoP BT - Warrior"
robocopy "E:\HBStuff\YourBuddy MoP BT - Warrior" "E:\HB_2\routines\YourBuddy MoP BT - Warrior" /MIR

What this does is every day updates my SVN checkouts, unzips the latest honorbuddy I've downloaded and renamed hb_latest.zip and then makes a couple of additional copies because I run 3 accounts. I just run this batch file every day before starting my daily quests.

I also keep an old copy of globalsettings.xml so I don't have to type in my honorbuddy key every day.
 
So fast the isle of thunder daliy is up, i thought HB even not meshed XD.
Is it on SVN already? Can't see
 
Last edited:
Status
Not open for further replies.
Back
Top