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

Rep. Questing fix

therocks

New Member
Joined
Mar 7, 2011
Messages
23
Reaction score
0
I don't know if this is to simple a fix there are alot of people smarter than me.

Is it possible to add a variable to the daily quests so that honnorbuddy doesn't add it to the database when done the daily quests? I would think that this would be easy to implement and all that would have to be changed is a extra variable for all the daily rep quests.
 
No way to do that as far as I know, I just use the bat file method and a fresh HB install. Just put a fresh copy of HB in a folder called buddy, add bots and CC's that you would use to it and then make a bat file in the root directory of that drive. With this inside of it. It will copy a new HB folder to use every time and start HB.

Code:
rmdir /S /Q "BuddyTemp"echo d | xcopy "Buddy" "BuddyTemp" /E
start /d "BuddyTemp" Honorbuddy.exe
 
Back
Top