• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • AOE not working with routines

    Discussion in 'Honorbuddy Support' started by magaicmutley, Dec 15, 2013.

    1. magaicmutley

      magaicmutley New Member

      Joined:
      Aug 22, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      Can you address the issue where there is a bug in HB which stops routines using AOE rotations?

      Apparently Millz has reported this and it would be nice if it was fixed soon.
       
    2. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      theres not such a bug as far as i know. if its with a 3rd party combat routine then they are responsible regarding those bugs. if the issue is with singular it needs to be reported in the singular thread.
       
    3. 4p0k

      4p0k New Member

      Joined:
      Jul 24, 2012
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
    4. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      well its not a honorbuddy issue then, the problem is with the combat routine.
       
    5. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Hey CodenameG

      The issue is with SpellManager.CanCast() - A bug report has been filed - Aevitas was looking at it, and I've supplied more details this morning to bambam922.

      It's broken on overridden spells - definitely not a combat routine issue.
       
    6. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      My latest tests were done with the following Codesnippets (primary for Retribution Paladin while inspecting an issue that was reported by one of the users of PureRotation)
      PHP:
      //Console tests
      //works - without glyph
      SpellManager.Cast("Exorcism");
      SpellManager.Cast(879);
      //works - with glyph (Glyph of Mass Exorcism)
      SpellManager.Cast("Exorcism");
      SpellManager.Cast(122032);
      //ClearLog();
      //Works without glyph
      Log(SpellManager.CanCast("Exorcism"));
      //Works without glyph
      Log(SpellManager.CanCast(879));
      //Does not work with glyph, but should
      Log(SpellManager.CanCast(122032));
      //Does not work with glyph, but should
      Log(SpellManager.CanCast("Exorcism"));
      as u can see from my code commentsthe SpellManager.Cast method is working fine so far, but the Spellmanager.CanCast fails und the conditions i stated in my commentsSure we could workaround this CanCast Method by checking LoS, Avaibility of Ressources (Mana/Power), unit attackable and so on, but this would be redundant code since some of the stuff is / should already be checked by the CanCast.As far as i know the issue was already filed (dunno who it did, cause i only talked to a mod for some clarifications of different issues , not to a dev).Haven't checked the Changelog since .708 and haven't retested with 711, but the users of PureRotation are still reporting issues with casting Spells that are overrides, which let's me assume that the issues is not resolved (if there are new tests necessary, let me know and i will do them incl. providing the code/snippets which are failing)
       
    7. magaicmutley

      magaicmutley New Member

      Joined:
      Aug 22, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      Any Dev update on this amongst all of the authentication posts??
       
    8. magaicmutley

      magaicmutley New Member

      Joined:
      Aug 22, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      Bump for the 1 million posts people are posting because they don't know how to use HB
       

    Share This Page