What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

CLU (Codified Likeness Utility)

Status
Not open for further replies.
Hey Wulf tried my resto druid in a hot dungeon and i noticed that it didnt use lifebloom on the tank.I even put a stack of lifebloom on the tank to see if it would refresh it but sadly it didnt.

Lifebloom will not cast unless you have the tank set with lazyraider...ie: RAFHelper != null.

Must squeeze every last millisecond out!!

[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 139 ms
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 144 ms
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 139 ms
[CLU TARGETING] 2.7.2: Target AREA MEMBER: SomeRandomPlayer REASON: Wild Growth party healing: Avg: 10-95, 30yrds, count: 5 or 3
[CLU TARGETING] 2.7.2: Random1 Max 6156, Current 6156, Defecit 0, HealthPercent: 100, Distance from SomeRandomPlayer: 19.8509322017215, TimeTaken: 18 ms
[CLU TARGETING] 2.7.2: Myself Max 138001, Current 93980, Defecit 44021, HealthPercent: 68, Distance from SomeRandomPlayer: 15.9433597338984, TimeTaken: 18 ms
[CLU TARGETING] 2.7.2: Random2 Max 140887, Current 140887, Defecit 0, HealthPercent: 100, Distance from SomeRandomPlayer: 23.0411897119017, TimeTaken: 27 ms
[CLU TARGETING] 2.7.2: SomeRandomPlayer Max 180107, Current 180107, Defecit 0, HealthPercent: 100, Distance from SomeRandomPlayer: 0, TimeTaken: 27 ms
[CLU] 2.7.2: [Casting] Wild Growth
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 729 ms
[CLU TARGETING] 2.7.2: Targeting RAID MEMBER Myself: Max 138001, Current 93980, Defecit 44021, TimeTaken: 17 ms, REASON: single target healing
[CLU SUCCEED] 2.7.2: SomeRandomPlayer, Wild Growth, MaxHealth: 180107, CurrentHealth: 180107, Deficit: 0, HealthPercent: 100
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 706 ms
[CLU TARGETING] 2.7.2: Targeting RAID MEMBER Myself: Max 138001, Current 93980, Defecit 44021, TimeTaken: 17 ms, REASON: single target healing
[CLU] 2.7.2: [Casting] Rejuvenation (Single)
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 685 ms
[CLU TARGETING] 2.7.2: Targeting RAID MEMBER Myself: Max 138001, Current 96836, Defecit 41165, TimeTaken: 17 ms, REASON: single target healing
Sleeping for heal success. (Rejuvenation)
[CLU SUCCEED] 2.7.2: Myself, Rejuvenation, MaxHealth: 138001, CurrentHealth: 100593, Deficit: 37408, HealthPercent: 72.9
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 1191 ms
[CLU TARGETING] 2.7.2: Targeting RAID MEMBER Myself: Max 138001, Current 100593, Defecit 37408, TimeTaken: 11 ms, REASON: single target healing
[CLU] 2.7.2: [Casting] Swiftmend (Single)
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 721 ms
[CLU TARGETING] 2.7.2: Targeting RAID MEMBER Myself: Max 138001, Current 103324, Defecit 34677, TimeTaken: 17 ms, REASON: single target healing
[CLU SUCCEED] 2.7.2: Myself, Swiftmend, MaxHealth: 138001, CurrentHealth: 138001, Deficit: 0, HealthPercent: 100
[CLU] 2.7.2: [CLU TreePerformance] Elapsed Time to traverse the tree: 657 ms
 
Last edited:
Going to test it out tonight. Report back later.

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?)
 
Wulf quick question does your CC have auto-facing? i want to run it instead of singular for my gathering needs
 
Wulf quick question does your CC have auto-facing? i want to run it instead of singular for my gathering needs

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))
)),
 
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?)

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:
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
 
@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)
 
@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)

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:
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

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?
 
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?

I am going to give the Holy Paladin some love tommorow....
 
I am going to give the Holy Paladin some love tommorow....

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:
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!

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.
 
Hoeray for giving some love to the holy paladin :D

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:
Status
Not open for further replies.
Back
Top