• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: The Complete MoP Daily Experience--DO NOT DELETE

    Discussion in 'Archives' started by lphomiej, Mar 11, 2013.

    1. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Only 2 profiles for Alliance - Kalimdor are in.
      Its working fine on my end.
       
    2. TotalCombat

      TotalCombat New Member

      Joined:
      Jun 29, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      ok im on horde and wanted eastern that's why lol
       
    3. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      On each page is a % indicator to when it's implemented. You'll know when its ready this way.
       
    4. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38

      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
       
    5. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      What is this in relation to?
       
    6. standza

      standza Member

      Joined:
      Mar 16, 2012
      Messages:
      885
      Likes Received:
      4
      Trophy Points:
      18
      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?
       
    7. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      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
       
    8. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      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.
       
    9. thatwouldbestealing

      thatwouldbestealing Member

      Joined:
      Oct 22, 2012
      Messages:
      510
      Likes Received:
      11
      Trophy Points:
      18
      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.
       
    10. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      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.
       
    11. Ant110994

      Ant110994 New Member

      Joined:
      Aug 1, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Everytime I hit setting on the plugin while on honorbuddy, I get an error and honorbuddy closes. Anyone know why?
       
    12. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Depends on what your log file reports.
       
    13. Ant110994

      Ant110994 New Member

      Joined:
      Aug 1, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Well it says this
       
    14. Ant110994

      Ant110994 New Member

      Joined:
      Aug 1, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    15. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      This is HB output. It lacks all pertinent information. Please send log files, located in the Hb\Logs folder.
       
    16. Thats_It

      Thats_It New Member

      Joined:
      Nov 23, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I have the same Error....
       
    17. Ant110994

      Ant110994 New Member

      Joined:
      Aug 1, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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'.
       

      Attached Files:

    18. ntlntl

      ntlntl New Member

      Joined:
      Dec 21, 2010
      Messages:
      174
      Likes Received:
      0
      Trophy Points:
      0
    19. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      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*
       
    20. Wizper

      Wizper Member

      Joined:
      Mar 1, 2013
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      16
      I'm gonna try it asap
       

    Share This Page