• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • CLU (Codified Likeness Utility)

    Discussion in 'Archives' started by wulf, Feb 18, 2012.

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

      Noelbuddy Member

      Joined:
      Nov 6, 2011
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      I am not sure but it could be the bug that hazard was talking about here
       
    2. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Lifebloom will not cast unless you have the tank set with lazyraider...ie: RAFHelper != null.

      Must squeeze every last millisecond out!!

       
      Last edited: Jul 2, 2012
    3. Claaslexion

      Claaslexion New Member

      Joined:
      Jan 31, 2010
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      I tested it out in both hour of twilight as LFR. When doing hour of twilight, i find that somethimes it reacts to slow. With the result that the tank is dieing, because he takes priority over the dpsers.
      In LFR i was last in the healing meter, i was healing very little. When the takes needs healing, he reacts a bit to slow. But on the other hand, i was on top dispell list, so thats working out alright ;).

      What spec do you use with Holypaladin? (U use lazyraider or that Raidbot?)
       
    4. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      Wulf quick question does your CC have auto-facing? i want to run it instead of singular for my gathering needs
       
    5. wulf

      wulf Community Developer

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

      Code:
      // Are we Facing the target?
      // Is the Target in line of site?
      // Face Target
      new DecoratorContinue(check => !StyxWoW.Me.IsSafelyFacing(CurrentTarget, 45f) && CurrentTarget.InLineOfSight, 
      	new Sequence(
      		new Action(ret => WoWMovement.Face(CurrentTarget.Guid))
      )),
       
    6. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      o_O thx i'll replace singular with it then :p
       
    7. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      I am getting to the bottom of the performance issues with CLU healing..sometimes I am seeing with the resto druid that it takes 2.2 seconds to do anything...wtf..other times it will traverse the tree within half a second to choose the right heal.

      It will all take time...hopefully before MoP haha, hang in there, the next update will be even faster and more accurate for all healing rotations :)
       
      Last edited: Jul 2, 2012
    8. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      hehe, the more I learn about coding the more I respect singular...
       
    9. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      Hi Wulf,

      Just a few things with the Balance part of this, it shouldn't refresh the dots untill they drop off so i changed that variable to < 1 and when on bosses or trash it shouldn't refresh the dot if its going to die before the full duration. Also i dunno how difficult it would be to implement but id like it to put the mushrooms down like it does but id like an option to control the detonation :) this can help with burst in PVP.

      I think these additions would make this even better :)

      Haxed
       
    10. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      @wulf

      could u send me your version with the performance output?
      i would like to compare the two rotations (default CLU Affliction Warlock, SimCraft Affliction Warlock) ... and maybe demonology
      would be great to see if it is a basic issue from CLU or an issue with the rotation why both speccs are so low with dps (calculated 32k dps with both speccs, only selfbuffs -> did 22-24k dps)
       
    11. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      No problem...I will attach it to first post very shortly.


      EDIT 2.7.2 attached to first post......and updated to SVN

      Disc/AA Priest and Restoration druid have massive improvements in speed and accuracy...much better numbers all round...healing hard and fast..let me know about mana:D

      Other healing rotations will be affected....and may or may not have improved..i have yet to test them all.w


      All Cooldowns for healing rotations are disabled until further notice, they are screwing up the BT.
       
      Last edited: Jul 2, 2012
    12. Claaslexion

      Claaslexion New Member

      Joined:
      Jan 31, 2010
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Will try in LFR soon. (Holy Paladin). Btw, sometimes my paladin pops up a shield on tank with dangerous results :$ . Maybe add a option to disable it?
       
    13. weischbier

      weischbier Guest

      what?
       
    14. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      I am going to give the Holy Paladin some love tommorow....
       
    15. Claaslexion

      Claaslexion New Member

      Joined:
      Jan 31, 2010
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Now im playing on my warrior (arms), but with CLU i get around 15k dps. And with Titan Arms CC i get around 30k.
      I find that the other CC is using spells on every CD and with CLU they dont or is that just me?

      Hoeray for giving some love to the holy paladin :D

      Really appreciate your work!
       
      Last edited: Jul 2, 2012
    16. gniegsch

      gniegsch New Member

      Joined:
      Dec 15, 2010
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      This was about using Spells.CastSpell for Battle Shout. Same is needed for all three DK specs Wulf :)
       
    17. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Done and Done :)
       
    18. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Sounds like its not stance dancing properly, you can disable it in the GUI Settings, sometimes I have to restart WoW and HB for it to work properly..you will know as it will be changing stances like a mad man.
       
    19. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      dang, so much wrong with the Holy Paladin LoL.. OK its getting muuuuch better now...release incoming....


      *sigh* Light of Dawn doesn't actually go in a frontal cone 30f...its more a rectangle and 28f....why mislead us bli$$ard!
       
      Last edited: Jul 2, 2012
    20. Sippinhaterade

      Sippinhaterade Member

      Joined:
      Jul 10, 2011
      Messages:
      387
      Likes Received:
      2
      Trophy Points:
      18
      really enjoying the updated AA/Atonement. No mana issues to speak of as of yet.
       
    Thread Status:
    Not open for further replies.

    Share This Page