• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Test] Honorbuddy 2.0.0.3391 - Updated for 4.0.3.13329

    Discussion in 'Archives' started by Nesox, Dec 3, 2010.

    1. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      CHANGELOG

      Code:
      + API - Profile.OnUnknownProfileElement event added. - This event is  fired when an unknown profile element is encountered when loading a  profile. If you want to extend HBs profile 'schema', hook this event.  (Currently only fires if the element is found in the main HBProfile or  SubProfile element. It will be added to other relevant places in the  near future)
      
      CHANGE - Removed the ForcedQuestList.
      CHANGE - QuestOrder now has a new tag, see example below.
      CHANGE - Tripper.XNAMath has moved to Tripper.Tools.Math - References will need to be updated.
      CHANGE - Navigator completely rewritten, as well as a major portion of  the navigation system behind it. Updates will be required.
      
      FIX - Will no longer attempt to mail soulbound items. (This could potentially stop the bot and send it in a loop)
      
      + PROFILE - Profiles have a new element tag. "ContinentId". Use this to  specify a specific continent for the profile to run on. (0 = Eastern  Kingdoms, 1 = Kalimdor, 530 = Outland, 571 = Northrend) If the element  is in the main HBProfile tag, it will assume the entire profile is meant  for said continent. If found within SubProfile's, it will  include/exclude that subprofile when looking for a suitable one.
      + PROFILE - Profiles now have an <If> tag. See below for an example.
      
      [code]
      <HBProfile>
        <QuestOrder>
          <!-- If we have the item with id 8766 we do 'In Need of Felblood' quest -->
          <If Condition="HasItem(8766)" >
            <PickUp QuestName="In Need of Felblood" QuestId="9366" GiverName="Ryathen the Somber" GiverId="16791" />
          <Objective QuestName="In Need of Felblood" QuestId="9366" Type="CollectItem" ItemId="23269" CollectCount="6" />
          <TurnIn QuestName="In Need of Felblood" QuestId="9366" TurnInName="Ryathen the Somber" TurnInId="16791" />
      
            <!-- If the first condition is fals we test all the ElseIf  conditions and select the first one that evaluates to true. (got an item  with id 8763) -->
            <ElseIf Condition="HasItem(8763)" >
            <PickUp QuestName="Arelion's Journal" QuestId="9374" GiverName="Magistrix Carinda" GiverId="16793" />
              <Objective QuestName="Arelion's Journal" QuestId="9374" Type="CollectItem" ItemId="23339" CollectCount="1" />
              <TurnIn QuestName="Arelion's Journal" QuestId="9374" TurnInName="Magistrix Carinda" TurnInId="16793" />
          </ElseIf>
      
            <!-- Lastly if all the elseif and the if tag conditions evaluated false we run the Else tag.--> 
            <Else>
          <PickUp QuestName="In Need of Felblood" QuestId="9366" GiverName="Ryathen the Somber" GiverId="16791" />
          <Objective QuestName="In Need of Felblood" QuestId="9366" Type="CollectItem" ItemId="23269" CollectCount="6" />
          <TurnIn QuestName="In Need of Felblood" QuestId="9366" TurnInName="Ryathen the Somber" TurnInId="16791" />
            </Else>
          </If>
      
        <!-- Only rogues will do this order -->
        <If Condition="Me.Class == WoWClass.Rogue">
          <PickUp QuestName="Source of the Corruption" QuestId="9387" GiverName="Apothecary Azethen" GiverId="16794" />
          <Objective QuestName="Source of the Corruption" QuestId="9387" Type="CollectItem" ItemId="29113" CollectCount="5" />
          <TurnIn QuestName="Source of the Corruption" QuestId="9387" TurnInName="Apothecary Azethen" TurnInId="16794" />
        </If>
        </QuestOrder>
      </HBProfile>
      
      [/code]For Bugreports! Make sure you make a new account unless you already got one:
      Buddy Bugtracker Main Page

      Code:
      [SIZE=3][COLOR=red]If you are getting this exception:
      Invalid Executor, Styx.Helpers.CharacterSettings threw an exception, or 
      [/COLOR][/SIZE][SIZE=3][COLOR=red]Error - Endscene hook failed: Value cannot be null.
      Parameter name: EndSceneProc passed to Executor constructor was invalid, or[/COLOR][/SIZE] [SIZE=3][COLOR=red]something similiar to that.
      
      Then you need to do this /run print(GetCVar('gxApi'))[/COLOR]
      [COLOR=red]open the chatbox in wow copy paste that press enter. 
      If it prints D3D9 ure all good if it says D3D11 you have to open your Config.wtf file and edit this row: 
      SET gxApi "D3D11"[/COLOR]
      [COLOR=red]Make sure it looks like this:
      [/COLOR][COLOR=red]SET gxApi "D3D9"[/COLOR][/SIZE][SIZE=3][COLOR=red]
      [/COLOR][/SIZE]
      This Version does not include Instancebuddy, do not use the old IB - it won't work.

      In order to use Hb your WoW client must be fully (100%) patched

      Download Here: Honorbuddy 2.0.3391
       
    2. Hawker

      Hawker Well-Known Member Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      2,509
      Likes Received:
      70
      Trophy Points:
      48
      Please keep this thread for bug reports.

      This little tool is handy for making profiles.
       

      Attached Files:

      Last edited by a moderator: Dec 3, 2010
    3. Kuku

      Kuku Member

      Joined:
      Jan 27, 2010
      Messages:
      451
      Likes Received:
      1
      Trophy Points:
      18
      My Char has problems to Navigate:

      Code:
      
      [13:01:15:987] Activity: Moving to hotspot
      [13:01:16:47] System.Security.Cryptography.CryptographicException: Zeichenabst?nde sind ung?ltig und k?nnen nicht entfernt werden.
         bei System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
         bei System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)
         bei System.Security.Cryptography.CryptoStream.FlushFinalBlock()
         bei System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing)
         bei System.IO.Stream.Close()
         bei System.IO.Stream.Dispose()
         bei Styx.Auth.Encryption.Decrypt(Byte[] data, Byte[] key, Byte[] iv)
         bei b9.GetTile(TileIdentifier wowTile)
         bei Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
         bei Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
         bei Styx.Logic.Pathing.MeshNavigator.MoveTo(WoWPoint location)
         bei Styx.Logic.Pathing.Navigator.MoveTo(WoWPoint location)
         bei Bots.Grind.LevelBot.df(Object A_0)
         bei TreeSharp.Action.RunAction(Object context)
         bei TreeSharp.Action.a.a()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.Decorator.a.a()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.Decorator.a.a()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.a.b()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.a.b()
         bei TreeSharp.Composite.Tick(Object context)
         bei Styx.Logic.BehaviorTree.TreeRoot.b()
      
      LOG: [13:01:02:561] Attached to WoW with ID 4768 [13:0

      Please fix Attachment Manager!^^
       
      Last edited: Dec 3, 2010
    4. Conso

      Conso New Member

      Joined:
      Mar 17, 2010
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Crashes upon loading, after clicking start.


      Attachment wasen't working.
       
    5. tia79

      tia79 New Member

      Joined:
      Jan 15, 2010
      Messages:
      406
      Likes Received:
      1
      Trophy Points:
      0

      Same issue here.
       
    6. Bioern

      Bioern Member

      Joined:
      May 2, 2010
      Messages:
      703
      Likes Received:
      2
      Trophy Points:
      18
      I love you!
      testing now

      works fine so far...
       
      Last edited: Dec 3, 2010
    7. dayloon

      dayloon Active Member

      Joined:
      Mar 5, 2010
      Messages:
      1,046
      Likes Received:
      3
      Trophy Points:
      38
      Same problem here
       
    8. evelyn

      evelyn Member

      Joined:
      Apr 25, 2010
      Messages:
      357
      Likes Received:
      4
      Trophy Points:
      18
      "The type initializer for 'IoC' threw an exception"
       
    9. bossland

      bossland Administrator

      Joined:
      Jan 15, 2010
      Messages:
      14,883
      Likes Received:
      259
      Trophy Points:
      146
      Download removed, wait for the next :p
       
    10. mezz0

      mezz0 Member

      Joined:
      Jul 10, 2010
      Messages:
      680
      Likes Received:
      10
      Trophy Points:
      18
      The weightsets for the autoequip plugin have not been updated.
      The plugin is useless if it starts to deck out your hunter with +int gear.

      Didnt boss say cc's and plugins were being updated ?
       
    11. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      Boss said he removed it.. we gotta wait for the new one >D
       
    12. pir8247

      pir8247 New Member

      Joined:
      Sep 16, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      my hunter is running fine..goto the stat weights and modify them to suit whatever (ex inc weight of agi). or just dont use the plugin till a tested release with the fixes
      mines still running fine but did get a message saying "Session invalid" started bot and it was fine.
       
    13. Anderss87

      Anderss87 New Member

      Joined:
      Sep 1, 2010
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      was this removed?

      nvm saw now :D
       
    14. mezz0

      mezz0 Member

      Joined:
      Jul 10, 2010
      Messages:
      680
      Likes Received:
      10
      Trophy Points:
      18
      Ooooh ok :) I'm sure they just forgot to copy over their new and improved "Weight Sets" folder. *wink*
       
    15. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      People look at the second post. The profile helper is really nice :D
       
    16. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      Booooommmm
       
    17. Balasagun

      Balasagun Member

      Joined:
      Aug 29, 2010
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      16
      stuck and saying moving to hotspot and just stands still
       

      Attached Files:

    18. ekimbo

      ekimbo New Member

      Joined:
      Mar 22, 2010
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      This runs awesome in WSG with Fpsware hunter CC . for me atm :) I am not having issues
       
    19. xsilverdicex

      xsilverdicex New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,389
      Likes Received:
      14
      Trophy Points:
      0
      Download Removed? Old version safe to use if working for you? and ETA?
       
    20. Bioern

      Bioern Member

      Joined:
      May 2, 2010
      Messages:
      703
      Likes Received:
      2
      Trophy Points:
      18
      Fpswares Druid CC is also running :)
       

    Share This Page