• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • CLU (Codified Likeness Utility) - (Pt. 2)

    Discussion in 'Archives' started by wulf, Aug 28, 2012.

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

      GraveWalker New Member

      Joined:
      Mar 7, 2010
      Messages:
      222
      Likes Received:
      0
      Trophy Points:
      0
      Hay guys somrthing broke with the new HB update. <whats new right> On my Frost DK it seems to not throw frost strike any more. All i know is DPs went from around 30K to 10K on a dummie after the update. Hear is a log hope it helps.
       
    2. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      GraveWalker, djcrisp thanks for the logs guys. I can see the problem and believe they are related to the latest HB update .458

      I will provide a Fix very soon...
       
    3. djcrisp

      djcrisp Member

      Joined:
      Jan 20, 2011
      Messages:
      263
      Likes Received:
      1
      Trophy Points:
      18
      thanks
       
    4. Hardbunny

      Hardbunny New Member

      Joined:
      Nov 17, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Weird stuff, the bot is trying to switch to defensive stance all the time. I even turned stance dance off and Battle Stance is the stance its set to use.

      Log
      At line 2153.

      Also worth noting, if I manually switch to defensive stance it just goes back to Battle stance.


      Edit: its switching to defensive mode, my bad. But it's still spamming it a bit excessively it seems
       
      Last edited: Sep 20, 2012
    5. eXsaNiTy

      eXsaNiTy Member

      Joined:
      Aug 11, 2012
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      8
      Also worth noting, my CLU seems to either spam Obliterate or Howling Blast to no end, even when I have no runes to use said abilities.
       

      Attached Files:

    6. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      wil u add all healing spells on 90?
       
    7. pyschoshuriken

      pyschoshuriken Member

      Joined:
      Dec 26, 2011
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Bah, since the HB update it seems Destrolock is broken again. Just launches 1 chaos bolt and stands there DX. It just seems it keeps wanting to spam Every Man for Himself racial. Log attached:

      (P.S. Feel better Stormchasing!)
       

      Attached Files:

      Last edited: Sep 20, 2012
    8. aqh

      aqh Member

      Joined:
      Dec 11, 2011
      Messages:
      711
      Likes Received:
      0
      Trophy Points:
      16
      Same here

      I'm currently using a version of 453 which I still had. Current version is 458. If you'd like i'd gladly zip it and send it your way
       
    9. handnavi

      handnavi Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,489
      Likes Received:
      59
      Trophy Points:
      48
      I've heard, that a new Feral rotation has been uploaded!
      WOW!
      ;)
       
      wulf likes this.
    10. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      UPDATE

      First...Feral Druid has been updated by non other than the creator of I love animals and..king of the jungle...put your hands together for Haaaandnavi!!!....btw Only attack from behind at the moment as handnavi had to run away on us, this will be fixed in a later update

      Ok now thats outa the way..HB broke allot of things for CLU this last update but it also fixed allot of things such as Consecration for Paladins using the glyph..all druid spells, etc. Ive had to change alot of spells so if something is not working quite right.. ATTACH YOUR LOG PLEASE.

      There are some GCD issues which will affect casters of debuffs, but you shouldn't notice it too much. I have put a temporary fix in - its not permanent.

      This was fixed with the latest SVN Update.
       
      Last edited: Sep 20, 2012
    11. pyschoshuriken

      pyschoshuriken Member

      Joined:
      Dec 26, 2011
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Updated via SVN, and now Warlocks have more errors: Log attached
       

      Attached Files:

    12. aqh

      aqh Member

      Joined:
      Dec 11, 2011
      Messages:
      711
      Likes Received:
      0
      Trophy Points:
      16
      For people still having trouble with latest HB and CLU(at least I know warlocks are), here's a previous version which doesn't have "this" issue.
      453.rar
      Includes CLU. I wouldn't recommend updating it as it is an older version of HB and therefore it might not be fully working with latest CLU: )
       
    13. Inko

      Inko Member

      Joined:
      Sep 8, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      6
      Something wrong with fire mage, it keeps spamming Nether Tempest
       

      Attached Files:

    14. Dagradt

      Dagradt Community Developer

      Joined:
      Jul 26, 2010
      Messages:
      1,423
      Likes Received:
      44
      Trophy Points:
      48
      It's trying to swap your weapons not stance... It's a PvP bug
       
    15. rmaahx111

      rmaahx111 New Member

      Joined:
      Mar 23, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      When using CLU for questing I ran into a combat issue. My toon will not attack unless I attack first. then the bot will start using abilities.

      Doesnt have an issue with Singular.
       

      Attached Files:

    16. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      For warlock demonology,

      Wrong spell ids:
      Metamorphosis: Touch of Chaos (112089)
      Metamorphosis: Doom (124913)

      Currently is goes into demon form and stands there :eek:

      You also missed the return in the lua call in the spell method

      Code:
      
              public static int CurrentDemonicFury
              {
                  get { return Lua.GetReturnVal<int>("return UnitPower(\"player\", SPELL_POWER_DEMONIC_FURY)", 0); }
              }
              public static int CurrentBurningEmber
              {
                  get { return Lua.GetReturnVal<int>("return UnitPower(\"player\", SPELL_POWER_BURNING_EMBERS, true)", 0); }
              }
       
      Last edited: Sep 20, 2012
    17. kiekie

      kiekie New Member

      Joined:
      Mar 30, 2012
      Messages:
      156
      Likes Received:
      0
      Trophy Points:
      0
      Frost dk isnt casting frost strike at all, also anyway to be able to make obliterate more priority than other abilities? also to use plague strike just as a more dps count for pvp?
       
    18. Chewbaka

      Chewbaka New Member

      Joined:
      Aug 11, 2012
      Messages:
      111
      Likes Received:
      0
      Trophy Points:
      0
      Fire mage is broken atm. It keeps spamming Living Bomb. It thinks the debuff timer is at 0 seconds.
       

      Attached Files:

    19. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0
      with the latest update, arcane mages now just spam nether tempest.

      EDIT: and frost DK's dont cast frost strike either.
       
      Last edited: Sep 20, 2012
    20. Trizzay

      Trizzay New Member

      Joined:
      Apr 20, 2012
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      REQUEST: Can you add a keybind option to enable/disable movement please? For the times when we want to take over temporarily during BG's or even questing. Thanks!
       
    Thread Status:
    Not open for further replies.

    Share This Page