• 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. CptPron

      CptPron New Member

      Joined:
      Feb 11, 2010
      Messages:
      205
      Likes Received:
      0
      Trophy Points:
      0
      Will you be fixing the pet healing bug with hunters?
       
    2. wulf

      wulf Community Developer

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

      Combat: Kbrebel04
      Changed Blade Flurry to Only be used on 2-6 mobs, it will Fan of knives+Tempest on 7+
      it will use Eviscerate over Rupture when using Blade Flurry.
      updated rotation to support stacking anticipation for more Eviscerates during Deep insight. added shadowblades and Adrenaline rush CDs

      Assassination: Kbrebel04
      Updated to use Dispatch procs immediately regardless of combo points thanks to anticipation
      Updated to only use envenom at 5 CPs(only less of SnD is about to fall off)
      added shadowblades CD and improved mutilate usage

      - Updated Logging
      - Corrected Range checks for bosses with silly hitbox's.
      - Fixed BladeFlurry..and probably some more small issues when querying nearby enemys within all Class rotations.

      Resolved a few updates back...
       
      Last edited: Oct 6, 2012
    3. gregt

      gregt New Member

      Joined:
      Feb 14, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0

      WW Monk, combat actually starts during phase two when you are attacking the Empyreal Focus, but hb doesn't do anything during boss or normal add phases. Once phase two is over and you are back on the boss, it stops responding again.

      A suggestion I would make as this CC is for raiding, you make an option to disable FoF (keybindable of course). This ability is a slight dps increase but is a dps decrease if you are forced to break the channel (moving, etc). The fights I have seen in the raid so far have a ton of movement and there have been a few times where the CC starting to cast FoF as I started to move or during movement. I have actually commented it out completely in the CC and just control it myself if I want to use it.
       
    4. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      kbrebel has will be adding this functionality next update..with setable keybinds :)
       
    5. careless

      careless New Member

      Joined:
      Nov 8, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hi there,
      Seems like the impending victory not working properly but i got it to work temporary, the problem with this fix is that i needed a condition to stop the spell from being spammed by the client, so the spell will only be used with victorious buff on till a better condition if found
      go to:
      HonorBuddy\Routines\CLU\Classes\Warrior\Protection.cs

      find the following line:
      Spell.CastSelfSpell("Shield Barrier", ret => Me.HealthPercent < CLUSettings.Instance.Warrior.ShieldBarrierPercent && Me.RagePercent >= 60 && !Buff.PlayerHasBuff("Shield Barrier"), "Shield Block"),

      Add this line after it:
      Spell.CastSpell(103840, ret => Me.HealthPercent < 80 && !WoWSpell.FromId(103840).Cooldown , "Victory Rush or Impending Victory"),

      restart client,

      i really dunno whats wrong seems like the function castspell can't proceed "Impending Victory" that why i used the id, if anyone can add a cooldown condition instead of the "victorious" buff it would be perfect

      EDIT:added !WoWSpell.FromId(103840).Cooldown Hope it works better now
       
      Last edited: Oct 6, 2012
    6. wulf

      wulf Community Developer

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

      thanks to Kbrebel04 we now have Windwalker updated to use a keybind with Fists of Fury.
       
    7. CptPron

      CptPron New Member

      Joined:
      Feb 11, 2010
      Messages:
      205
      Likes Received:
      0
      Trophy Points:
      0
      awesome!
       
    8. Surion79

      Surion79 New Member

      Joined:
      Jun 4, 2012
      Messages:
      74
      Likes Received:
      1
      Trophy Points:
      0
      I am not familiar with all the bot methods around. You recently implemented the pull method with version 3.3.4. This works great, but it seems there must be some sort of "OnAggro"/"SelfDefense" method. Whenever I harvest with a char, mobs which aggro me (which I haven't pulled myself are ignored and they beat me without me defending myself.
      I use Assassination rogue.
       
    9. wulf

      wulf Community Developer

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

      Ive finally given in....

      PullBehavior - should now work correctly when movement is enabled, some rotations do not have Pull abilities yet and probably never will..so please dont QQ.
      Windwalker - Now Rolls and Flying Serpent Kicks in PullBehavior only when movement enabled.
      Brewmaster - Now Rolls and Provokes in PullBehavior only when movement enabled.
       
      Last edited: Oct 7, 2012
    10. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      Great job in the CC guys .. :) and man i seen some logs of ww monk .. from kbre and wow its amazing
       
    11. dirtdog

      dirtdog New Member

      Joined:
      Jun 12, 2011
      Messages:
      273
      Likes Received:
      2
      Trophy Points:
      0
      Yo CLU team! Im experiencing issues with severe freezeframe lag type of behaviour when im engaging the bot with my warrior. Im using the latest ver of testbuddy and latest SVN.

      Everything seems to be starting out good...but then the lag starts once every 10 sec-ish or so. And when i switch Honorbuddy window from background (of my windowed wow) to foreground, i see wow just lagging out as hell there in the background.

      This only occurs on my warrior. I even tried starting the bot in different specs to see if there maybe was an error in Arms just....but the same thing happened.

      Loving Your work for my other chars! I hope that my warrior experience can become the same! ;)

      Provided a log from my latest login with all fresh installs. Even if it probably wont tell you anything.

      (also , im on a high end computer)
       

      Attached Files:

    12. asda17

      asda17 New Member

      Joined:
      Aug 15, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Hey!
      Sorry my bad English!

      Use Life Spirit:
      Edit class xxxx.cs

      Item.UseBagItem("Healthstone", ret => Me.HealthPercent < 40, "Healthstone"),
      Item.UseBagItem("Life Spirit", ret => Me.HealthPercent < 60, "Life Spirit"),

      Working fine :)
       
    13. dirtdog

      dirtdog New Member

      Joined:
      Jun 12, 2011
      Messages:
      273
      Likes Received:
      2
      Trophy Points:
      0

      You mean fixed like in the last hour? In that case...sweet!
       
    14. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      I linked a log of the same problem on elegon, CLU wouldn't use any abilities on him for some reason. its on pg 141 if you wanna see the log`

      However the recent updates in CLU to hitboxes may fix the problem with attacking elegon using the CLU, ill find out soon and let you know :)
       
      Last edited: Oct 7, 2012
    15. gregt

      gregt New Member

      Joined:
      Feb 14, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      I tried an attempt using another CC (TuanHA) and it still didn't attack elegon. This is perhaps a HB issue and not specifically CLU. I am running more attempts tonight and will update my HB/CLU to see if that fixes the issue.
       
    16. dirtdog

      dirtdog New Member

      Joined:
      Jun 12, 2011
      Messages:
      273
      Likes Received:
      2
      Trophy Points:
      0
      Just updated again with a fresh HB....still warrior is causing me sick freezes...only warrior....gaaaaaah! ://
       
    17. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      using the druid routine, with use cooldowns set to false, its still using berserk and incarnation.
       
    18. monsieursean

      monsieursean Member

      Joined:
      Jan 21, 2011
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      how would i go about getting my feral druid to use healing touch when he has predatory swiftness buff active if less then 85% health
       
    19. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
      also getting freeze ups on my Frost Dk
      Sadly the log i have are abit to big for the Forums so here is the one for today after Clu updated still abit choppy but better
       

      Attached Files:

      Last edited: Oct 7, 2012
    20. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      @CLU devs --
      This is just so I don't forget. I know I need a log, but I have to search through them to find which one it is, so I'm not attaching it immediately to this post. I'll come back when I find it and attach it.

      Now that that's said and done, I'd like to report that CLU is having an issue with aspects on hunters. I was using CLU to run heroics last night and had to change CCs because it kept trying to switch to Aspect of the Iron Hawk (which I am talented into) and instead, it would turn all aspects off. I would manually turn on AotIH, and it would then try to switch again, and would disable all aspects. It's also running slowly, or rather, it feels like it's very sluggish compared to a couple of other hunter CCs I tried out. The DPS seems to be comparable, and would probably be on par, or higher, if the aspect issue was fixed, but for some reason it just seems to be slower than all the others.
       

      Attached Files:

      Last edited: Oct 7, 2012
    Thread Status:
    Not open for further replies.

    Share This Page