• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Developer Release] Honorbuddy - Developer Preview for MoP

    Discussion in 'Archives' started by Nesox, Sep 5, 2012.

    Thread Status:
    Not open for further replies.
    1. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      A few more bugs.

      1. After casting an AOE spell, StyxWoW.Me.CurrentPendingCursorSpell is always null - there's no way to detect when it's 'safe' to click.
      2. The 'accept rez' behavior after death is accepting a rez even while in midair - it falls to the ground and does damage upon rez.
      3. There is no way to use a soulstone upon death.
       
      Last edited: Sep 6, 2012
    2. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      While your messing with logging..could we get duplicate line suppression back while using Logging.Write(LogLevel.Normal, Colors.Yellow, "MyTardLog" + msg, args);

      cheers,
      Wulf
       
    3. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Unknown spell 'Summon Terrorguard'.
       
    4. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Destruction warlocks can't be the only class missing spells. Here's a workaround to cast 'unknown' spells while we wait for them to fix HonorBuddy:

      Code:
                              log(Color.Orange, "Unknown spell {0} - casting by name anyway.", spellname);
                              Lua.DoString(string.Format("CastSpellByName(\"{0}\")", spellname));
      
       
    5. Ericane

      Ericane New Member

      Joined:
      Jul 9, 2012
      Messages:
      229
      Likes Received:
      0
      Trophy Points:
      0
      This is quite a good release, I good a good laugh when people started commenting "I will quest with this bot" and stuff like that xD anyways, keep up the good work! ^^
       
    6. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Honorbuddy v2.5.6130.393 started!

      When char is in a Battleground


      Code:
      Me.MapName
      Me.IsInInstance
      StyxWoW.Me.CurrentMap.IsArena
      StyxWoW.Me.CurrentMap.IsBattleground
      StyxWoW.Me.CurrentMap.IsDungeon
      returns


      Code:
      [CLU] 3.2.0: Character Mapname: PVPZone04
      [CLU] 3.2.0:  Character is currently in an Instance
      [CLU] 3.2.0:  Character seems to be outside an Arena
      [CLU] 3.2.0:  Character seems to be outside a Battleground
      [CLU] 3.2.0:  Character seems to be outside a Dungeon
       
      Last edited: Sep 7, 2012
    7. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Blood Charge StackCount not detecting for DK.

      Code:
      Blood Charge - Aura:Dword0: 0, Dword4: 0, Dword8: 0, DwordC: 0, CreatorGuid: 3000000067AF5DB, AuraId: 114851, Flags: 7, Level: 85, Unk0: 2, StackCount: 0, Duration: 25000, EndTime: 1074058417, Dword28: 3, Dword2C: 4293435001
       
    8. Aevitas

      Aevitas Well-Known Member Staff Member Buddy Core Dev

      Joined:
      Mar 2, 2010
      Messages:
      2,307
      Likes Received:
      36
      Trophy Points:
      48
      You should have been using VS2010 for the past two years already! :p

      Besides, who the hell uses those operating systems anyway.
       
    9. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      As addition to this Issue ... The Flag Unk0 returns the correct Stackcount (Wulf tested with different values of this Aura)
       
    10. Elmenten93

      Elmenten93 New Member

      Joined:
      Jan 29, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      I'm having an issue, When i go to do questing and load profile 58-70 it gives me either this message.
      "Could not find a routine fitting for your class. Please make sure you have a proper combat class routine in your folder, and restart Honorbuddy."

      Or this message
      "Could not create current in quest bot; exception was thrown
      Object reference not set to an instance of an object"
       
    11. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      cant u read this is a dev only version for making cc etc we have to wait until today or tomorow.
       
    12. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Some missing spells in the Feral rotation.

      Incarnation: King of the Jungle
      Thrash is there, but using the wrong spell id (it should be 106830, but it's using 106832 and failing)
       
    13. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      I wonder if HB staff realizes this thread has turned into a developer bug list? I hope they come back and read it.

      Feral -
      'Faerie Swarm' is cast by 'Faerie Fire' still - it puts a debuff 'Faerie Swarm' and 'Weakened Armor' on the target. Should probably access it via the name 'Faerie Swarm', not 'Faerie Fire'.
       
    14. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      Gatherbuddy won't list the node count, just the elapsed time, when you hit 'Status Report.'

      [Gatherbuddy2]: Gatherbuddy has been running for 0h 3m 13s. Collected a total of 0 nodes.

      And that's about it for a while - gotta go to work. Hopefully these bugs are fixed before release today.
       
    15. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hemorrhage missing from spellmanager.
       
    16. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      Yes, we realize that, and have fixed all the bugs reported so far. (Well, hopefully fixed them all!)
       
    17. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      BIG PROBLEM - With version 2.5.6145.397, we can't execute Custom Classes now, only the Singular class. What happened?
       
    18. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      try with redownloading, newer version is up
       
    19. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Singular won't compile v398

      \Desktop\test2\Routines\Singular\Dynamics\CompositeBuilder.cs(173,13) : warning CS0162: Unreachable code detected
      Compiler Error: c:\Users\ALAN\Desktop\test2\Routines\Singular\GUI\ConfigurationForm.cs(116,30) : warning CS0168: The variable 'ex' is declared but never used
       
    20. Kamilche

      Kamilche New Member

      Joined:
      Oct 2, 2010
      Messages:
      551
      Likes Received:
      30
      Trophy Points:
      0
      The problems is actually that SpellManager.RawSpells was removed - it broke my custom class too.

      Code:
      [17:28:26.342 D] Activity: Initializing Blackspot Manager
      [17:28:26.346 D] Activity: Initializing Battlegrounds
      [17:28:26.347 D] Activity: Initializing Flight Paths
      [17:28:26.483 D] Activity: Initializing Routines
      [17:28:26.485 D] Reloading AssemblyLoader<Styx.CommonBot.Routines.ICombatRoutine> - Initializing
      [17:28:27.315 N] Compiler Error: c:\Users\Cindy\Downloads\Honorbuddy 2.5.6149.398\Routines\Singular\Dynamics\CompositeBuilder.cs(173,13) : warning CS0162: Unreachable code detected
      [17:28:27.315 N] Compiler Error: c:\Users\Cindy\Downloads\Honorbuddy 2.5.6149.398\Routines\Singular\GUI\ConfigurationForm.cs(116,30) : warning CS0168: The variable 'ex' is declared but never used
      [17:28:27.315 N] Compiler Error: c:\Users\Cindy\Downloads\Honorbuddy 2.5.6149.398\Routines\Singular\Helpers\Item.cs(209,21) : warning CS0162: Unreachable code detected
      [17:28:27.315 N] Compiler Error: c:\Users\Cindy\Downloads\Honorbuddy 2.5.6149.398\Routines\Singular\Helpers\Spell.cs(61,38) : error CS0117: 'Styx.CommonBot.SpellManager' does not contain a definition for 'RawSpells'
      [17:28:27.317 D] Reloading AssemblyLoader<Styx.CommonBot.Routines.ICombatRoutine> - RoutineManager.Reload !THROTTLED!
      
      BTW - it appears Custom Classes now need to go into the folder 'Routines' to work.
       
    Thread Status:
    Not open for further replies.

    Share This Page