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

HB ARCHIVES: The Complete MoP Daily Experience--DO NOT DELETE

1) I did see that the bot considered some of the Sapflys to be "invalid targets" and were not engaged in combat. InteractWith issue.
2) According to the log, it completed the quest. All item uses were seen as successful. Did you do it manually while the bot was running?


hope like hell InteractWith is fixed in the next release. it causes so many problems for profile and .cc authors and it is not there fault, you should all be bugging the devs to fix this to cut down your traffic.

G
 
The profiles are in the exact same folder structure and context they were in before, on the SVN, except now they are in the Default Profiles folder.
I have 10 different folders with different settings. All profiles is sorted on different hard drive, because easy reinstall HB. I have only problems with this profiles. Any other I can sort with my settings. On some VMs I blocked traffic for other adress. Is that hard to put profiles on SVN and stay with plugin?
 
I have 10 different folders with different settings. All profiles is sorted on different hard drive, because easy reinstall HB. I have only problems with this profiles. Any other I can sort with my settings. On some VMs I blocked traffic for other adress. Is that hard to put profiles on SVN and stay with plugin?

From an end users point of view the plugin is much nicer than the svn any day of the week, from a developers point of view too, end users will be forced to use the latest version, so no problems when people don't update and then complain something isn't working at all. Embrace the plugin that automatically updates, a lot of authors are using it now, its the way of the future.

G
 
I have 10 different folders with different settings. All profiles is sorted on different hard drive, because easy reinstall HB. I have only problems with this profiles. Any other I can sort with my settings. On some VMs I blocked traffic for other adress. Is that hard to put profiles on SVN and stay with plugin?

I don't understand the question. I will say if you're really that against the plugin, open up the plugin files and look for the SVN addresses. You'll find the addresses for the behaviors and the profiles, and you can manually do whatever you please with them. The plugin also technically doesn't need internet, it will give you errors saying it can't download, but the functions that it performs for the profiles that you NEED will still work.

No we won't tell you how to do this, nor will you receive any support if the plugin gives errors in any logs. I don't know about you though, but if I needed 10 different Honorbuddys clean installed on a whim i'd LOVE the plugin. Unzip 1 fresh Honorbuddy, Unzip 1 fresh plugin. Put the plugin into the fresh Honorbuddy without running it, then copy that HB 10 times. They will all download the appropriate QB's and Profiles. Rather than me having to manually install all of the behaviors.
 
Just a Flesh Wound - Cloud Serpents dailies

Hi thebrodieman,

It's been reported a few times (here, here) that Just a Flesh Wound doesn't work. It profile opens the trade window but fails to trigger, requiring the user to manually create the bandages themselves -once done the profile continues. It also goes through a lot of bandages... although I could see that as a CC issue (interrupting the casting of bandages).

This guy had posted useful information: WileE91
Code:
<While Condition="HasItem(72988) &amp;&amp; GetItemCount(72985) &lt;= 7" >
    <CustomBehavior File="PerformTradeskillOn" TradeSkillId="129" TradeSkillItemId="72985" CastOnItemId="72988" NumOfTimes="1" />
</While>
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.GetTradeSkillIndex() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 183
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.PerformTradeSkill() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 114
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.<CreateTradeSkillCast>b__7(Object ret) in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 158
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.QuestOrder.ForcedWhile...()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.QuestOrder.ForcedWhile...()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
[08:23:27.894 D] Cleared POI - Reason Exception in Root.Tick()
[08:23:27.894 D] Cleared POI

And in one post you had suggested a possible fix via a tradeskill (sorry I can't find the reference right now!) .cs file however I do not see the file available online anymore. In the reply you suggested that profession related quests "have been iffy since 5.2".

Hope you can help, thanks in advance

NB: no addons running that modify tradeskill window.
 
Hi thebrodieman,

It's been reported a few times (here, here) that Just a Flesh Wound doesn't work. It profile opens the trade window but fails to trigger, requiring the user to manually create the bandages themselves -once done the profile continues. It also goes through a lot of bandages... although I could see that as a CC issue (interrupting the casting of bandages).

This guy had posted useful information: WileE91
Code:
<While Condition="HasItem(72988) && GetItemCount(72985) <= 7" >
    <CustomBehavior File="PerformTradeskillOn" TradeSkillId="129" TradeSkillItemId="72985" CastOnItemId="72988" NumOfTimes="1" />
</While>
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.GetTradeSkillIndex() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 183
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.PerformTradeSkill() in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 114
   at Styx.Bot.Quest_Behaviors.PerformTradeskillOn.<CreateTradeSkillCast>b__7(Object ret) in c:\Games\Honorbuddy\Quest Behaviors\PerformTradeskillOn.cs:line 158
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.QuestOrder.ForcedWhile...()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.QuestOrder.ForcedWhile...()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Bots.Quest.Actions.ForcedBehaviorExecutor..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
[08:23:27.894 D] Cleared POI - Reason Exception in Root.Tick()
[08:23:27.894 D] Cleared POI

And in one post you had suggested a possible fix via a tradeskill (sorry I can't find the reference right now!) .cs file however I do not see the file available online anymore. In the reply you suggested that profession related quests "have been iffy since 5.2".

Hope you can help, thanks in advance

NB: no addons running that modify tradeskill window.

The TradeSkill QB you are looking for, PerformTradeSkillOn.cs, is still part of my collection. Since HB was just patched, I can only assume that you are using HB's version again. Understandably. Fresh install my plugin should force an update of QBs. If after that the error still exists, let me know.
 
Everytime I hit setting on the plugin while on honorbuddy, I get an error and honorbuddy closes. Anyone know why?
 
Honorbuddy v2.5.7487.648 started.
Logging in...
Attached to WoW with ID 1200
New bot added!: ArchaeologyBuddy
New bot added!: BGBuddy
New bot added!: DungeonBuddy
New bot added!: Gatherbuddy2
New bot added!: Grind Bot
New bot added!: Questing
New bot added!: Mixed Mode
New bot added!: PartyBot
New bot added!: [BETA] GrindBuddy
New bot added!: Combat Bot
New bot added!: ProfessionBuddy
New bot added!: Raid Bot
Honorbuddy v2.5.7487.648 started!
Character is a level 90 Goblin Hunter
Current zone is Isle of Thunder
EnabledPlugins:
RecentProfiles:
Please wait a few seconds while Honorbuddy initializes.
ItemForAura - Questhelper - Version 2.0 Loaded.
Loaded TheBrodieMan's Compendium Plugin v1.1.2
Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
Unable to run [Brodies Plugin] update process
Unable to run [Brodies QB Updater] update process
Unable to run [Brodies Profile Updater] update process
[Singular] Starting Singular v3.0.0.2742
[Singular] Installation: integrity verified for 3.0.0.2742
[Singular] Determining talent spec.
[Singular] Current spec is Hunter Beast Mastery
[Singular] Building method list
[Singular] GCD check fix spell set to: Hunter's Mark
[Singular] Initialization complete!
Initialization complete.
Error trying to save the settings file: The process cannot access the file 'C:\Users\Ant\Desktop\New folder\Settings\Shattered Hand\Shadowranger\CharacterSettings.xml' because it is being used by another process.
 
Honorbuddy v2.5.7487.648 started.
Logging in...
Attached to WoW with ID 1200
New bot added!: ArchaeologyBuddy
New bot added!: BGBuddy
New bot added!: DungeonBuddy
New bot added!: Gatherbuddy2
New bot added!: Grind Bot
New bot added!: Questing
New bot added!: Mixed Mode
New bot added!: PartyBot
New bot added!: [BETA] GrindBuddy
New bot added!: Combat Bot
New bot added!: ProfessionBuddy
New bot added!: Raid Bot
Honorbuddy v2.5.7487.648 started!
Character is a level 90 Goblin Hunter
Current zone is Isle of Thunder
EnabledPlugins:
RecentProfiles:
Please wait a few seconds while Honorbuddy initializes.
ItemForAura - Questhelper - Version 2.0 Loaded.
Loaded TheBrodieMan's Compendium Plugin v1.1.2
Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
Unable to run [Brodies Plugin] update process
Unable to run [Brodies QB Updater] update process
Unable to run [Brodies Profile Updater] update process
[Singular] Starting Singular v3.0.0.2742
[Singular] Installation: integrity verified for 3.0.0.2742
[Singular] Determining talent spec.
[Singular] Current spec is Hunter Beast Mastery
[Singular] Building method list
[Singular] GCD check fix spell set to: Hunter's Mark
[Singular] Initialization complete!
Initialization complete.
Error trying to save the settings file: The process cannot access the file 'C:\Users\Ant\Desktop\New folder\Settings\Shattered Hand\Shadowranger\CharacterSettings.xml' because it is being used by another process.

This is HB output. It lacks all pertinent information. Please send log files, located in the Hb\Logs folder.
 
Sorry. Is this better?
[11:47:45.990 N] Loaded TheBrodieMan's Compendium Plugin v1.1.2
[11:47:45.990 N] Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
[11:47:46.066 N] Unable to run [Brodies Plugin] update process
[11:47:46.067 D] [Brodies Plugin]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_Plugin_Updater.ver'.
[11:47:46.140 N] Unable to run [Brodies QB Updater] update process
[11:47:46.140 D] [Brodies QB Updater]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_QB_Updater.ver'.
[11:47:46.213 N] Unable to run [Brodies Profile Updater] update process
[11:47:46.213 D] [Brodies Profile Updater]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_Profile_Updater.ver'.
 

Attachments

Sorry. Is this better?
[11:47:45.990 N] Loaded TheBrodieMan's Compendium Plugin v1.1.2
[11:47:45.990 N] Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
[11:47:46.066 N] Unable to run [Brodies Plugin] update process
[11:47:46.067 D] [Brodies Plugin]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_Plugin_Updater.ver'.
[11:47:46.140 N] Unable to run [Brodies QB Updater] update process
[11:47:46.140 D] [Brodies QB Updater]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_QB_Updater.ver'.
[11:47:46.213 N] Unable to run [Brodies Profile Updater] update process
[11:47:46.213 D] [Brodies Profile Updater]: Exception Could not find file 'C:\Users\Ant\Desktop\New folder\Plugins\BrodiesPlugin\Brodie_Profile_Updater.ver'.

Your plugin path is wrong. Make sure you put the plugin in Plugins\BrodiesPlugin\*Files here*
Not Plugins\BrodisPlugin\BrodiesPlugin\*Files here* or Plugins\NAME\*Files here*
 
Back
Top