• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Test] Honorbuddy 2.0.0.3408 - 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.3408
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      keep this thread clear for bug reports plz

      reporting a bug without a log as ATTACHMENT doesnt help us
      also we need a description of the problem and if there is an error window
      post a screenshot as well

      posts like "i have the same problem" are useless


      thread cleared



      thx again for reporting



      [​IMG]

      This little tool is handy for making profiles.

      *by Hawker
       

      Attached Files:

      Last edited: Dec 5, 2010
    3. FinnLOL

      FinnLOL New Member

      Joined:
      Oct 11, 2010
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Error:

      [22:32:50:914] Cleared POI
      [22:32:51:37] 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 a6.a(Byte[] A_0, Byte[] A_1, Byte[] A_2)
      bei ce.a(TileIdentifier A_0)
      bei Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
      bei Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
      bei Styx.Logic.Pathing.MeshNavigator.GeneratePath(WoWPoint from, WoWPoint to)
      bei Styx.Logic.Pathing.Navigator.GeneratePath(WoWPoint from, WoWPoint to)
      bei Bots.Grind.LevelBot.a(WoWObject A_0)
      bei Bots.Grind.LevelBot.ay(Object A_0)
      bei TreeSharp.Decorator.CanRun(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.Decorator.a.a()
      bei TreeSharp.Composite.Tick(Object context)
      bei TreeSharp.PrioritySelector.a.b()
      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 Styx.Logic.BehaviorTree.TreeRoot.b()
      [22:32:51:37] Cleared POI
      [22:32:51:141] Stop Button pressed. User has stopped the bot.
       
    4. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Add Honorbuddy as an exception in your firewall.
       
    5. FinnLOL

      FinnLOL New Member

      Joined:
      Oct 11, 2010
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      My firewall is fully deactivated.

      Next error:
      [​IMG]
       
    6. miiz2

      miiz2 New Member

      Joined:
      Nov 17, 2010
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Attached to WoW with ID 5288
      Loading Honorbuddy 2.0.0.3408 settings.
      Authenticating..
      Gatherbuddy Sessions: 0/0
      Honorbuddy Sessions: 0/0
      Shared Sessions: 0/0
      Please purchase a Buddy Product!


      w00t ?
       
    7. bossland

      bossland Administrator

      Joined:
      Jan 15, 2010
      Messages:
      14,883
      Likes Received:
      259
      Trophy Points:
      146
      33992 €25.00 €0.00 17.11.2010
      33991 €5.00 €0.00 17.11.2010

      I dont see any HB in there, but as you bought it few days ago i can change your GB to HB, but never again back
       
    8. aricias

      aricias Member

      Joined:
      Mar 31, 2010
      Messages:
      225
      Likes Received:
      1
      Trophy Points:
      18
      get this every time :(

      if you cant see it for some reason it says.... "non-static method requires a target." after I enter my login and try to login.
       

      Attached Files:

      Last edited: Dec 3, 2010
    9. FinnLOL

      FinnLOL New Member

      Joined:
      Oct 11, 2010
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      [​IMG]

      mghzzghd
       
    10. donkey

      donkey New Member

      Joined:
      Nov 20, 2010
      Messages:
      135
      Likes Received:
      1
      Trophy Points:
      0
      Make sure you put the new HB in a completely new HB folder.
       
    11. Annihil8

      Annihil8 New Member

      Joined:
      Dec 1, 2010
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Starts fine for me, only problem is that Strand of the Ancients is not coming up in the PvP options. Has it not been scripted yet?
       
    12. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      Might be so that the toons not moving is downloading meshes. just w/o Hb telling you it's "Downloaing Mesh"
       
    13. MDWIEMANN

      MDWIEMANN New Member

      Joined:
      Aug 23, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      SOTA works fine, must be 71 to que for it, but it just stands and spams "Moving to hotspot" everywhere
       
    14. Annihil8

      Annihil8 New Member

      Joined:
      Dec 1, 2010
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Hmm. Why can i que for it at 66? Call to arms this weekend and was hoping to use HB to level :p
       
    15. bossland

      bossland Administrator

      Joined:
      Jan 15, 2010
      Messages:
      14,883
      Likes Received:
      259
      Trophy Points:
      146
      make a pic we dont have a 66 here :(
       
    16. MDWIEMANN

      MDWIEMANN New Member

      Joined:
      Aug 23, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      I have it running for 10 minutes now and just in SOTA on 2 chars, no way it is taking that long for meshes

      edit: checked meshes, there are 3 meshes it has downloaded, so if it is still downloading after 10 minutes with only 3 downloaded this could be bad
       
    17. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      It stood still for me for about a minute and then the magic started.

      Do you use a supported profile ?
       
    18. Jianyu

      Jianyu New Member

      Joined:
      Jun 14, 2010
      Messages:
      439
      Likes Received:
      0
      Trophy Points:
      0
      Here, bug trying to fish.
       

      Attached Files:

    19. finality

      finality New Member

      Joined:
      Oct 21, 2010
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      0
      The same error with cryption blub
      Error attatched
       

      Attached Files:

    20. bossland

      bossland Administrator

      Joined:
      Jan 15, 2010
      Messages:
      14,883
      Likes Received:
      259
      Trophy Points:
      146
      We will update HB later with the new lvl requirements, for now you can hotfix it yourself by:

      changing the LVL in pvpsettings_charactername.xml
       

    Share This Page