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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CLU (Codified Likeness Utility) - (Pt. 2)

Status
Not open for further replies.
Hey Wulf, I started playing my DK again, and I noticed something that didn't used to happen before (as in 5 months ago).
Right now, I'm playing 2H frost. Default rotation is fine, but it feels like some times it just hangs waiting for Obliterate to be available (as in runes to regen), and spends 2, 3 or even 4 CGDs doing white hits instead of doing Frost Strikes, even at RP cap.
I moved priority around, added checks, nothing helps. I decided to try PQR to compare, and it seems to be working as intended, and doing 10%+ more dps than HB + CLU, which came as quite a surprise to me, because CLU used to perform at the same level during DS.
Same results with Raidbot and LazyRaider.

I'm fairly certain the dps difference is due to it SOMETIMES waiting for Obliterate to come back up instead of filling with Frost Strikes, even while RP capped and dots being up.
Hope you can find the cause.

Thanks in advance!
 

Attachments

Just wanted to note, if not already. Ret pally seems to keep trying to heal itself while walking. Currently have it grinding, and it will try to use Flash of light, walk, over and over until finally reaching it's next target.
 
Updated, changed game to english, tried to change config to burst on mobs, and mob count = 1 and still no CDs being used on my frost mage when testing @ dummy. Lacking Evocation, Alter Time, Icy Veins...
 
Last edited:
Do you guys have any idea what could be causing the problem with the Mogu'shan boss Elegon in terms of attacking? If you could point me in the right direction, I will try and fix it myself :) I cant see why singular is working, but CLU is not, but I'll have another thorough look through the Routine folders of both CLU and Singular and I'll let you know if I find a fix for it...

CLU is the best raiding routine!! but what good is it when it can't attack raid bosses haha :P

I haven't attached a log with this post because I've posted a few logs already about the Elegon encounter in the previous pages...
 
Do you guys have any idea what could be causing the problem with the Mogu'shan boss Elegon in terms of attacking? If you could point me in the right direction, I will try and fix it myself :) I cant see why singular is working, but CLU is not, but I'll have another thorough look through the Routine folders of both CLU and Singular and I'll let you know if I find a fix for it...

CLU is the best raiding routine!! but what good is it when it can't attack raid bosses haha :P

I haven't attached a log with this post because I've posted a few logs already about the Elegon encounter in the previous pages...

The Boss Elegon was added to the Bosslist.cs, so it should use attacks / specials on this mob, if there is an issue with range (hit box?) than test with the following change:
- Folder: Lists
- File: Bosslist.cs
- Line: 168
- add:
PHP:
60410, // Elegon
- shut down HB, restart HB
 
The Boss Elegon was added to the Bosslist.cs, so it should use attacks / specials on this mob, if there is an issue with range (hit box?) than test with the following change:
- Folder: Lists
- File: Bosslist.cs
- Line: 168
- add:
PHP:
60410, // Elegon
- shut down HB, restart HB

I will try again tomorrow night.
 
destruction warlock spams immolate instead of incinerate

Quickfix for Destrucion spamming Immolate
This fix is NOT meant to be the perfect version, it now checks for immolate debuff, but leads to a drop of the Uptime of Immolate
I've to play a lil bit with spellmanager and maybe with our Method of Handling debuffs (and the Uptime-Handling) cause it seems as if Immolate is now a transformed spell (i don't understand WHY cause Immolate existed before MoP so there's no reason to replace Corruption with Immolate, but it seems as if they did this ... so our method has to handle these replacements!)
 
what is the benefit of using CLU over other CC profiles? lets say i have a profile which does DPS and performs rotations correctly and uses cooldowns (lazy raider), what does CLU bring to the table? or is CLU just a CC for pretty much every spec and does virtually the same thing
 
Is it possible to add Death Strike to the Frost rotation? Its a nice heal in combination with the Glyph
and really helps @ leveling.
 
UPDATE

  1. Removed CLU's Cancast method..we now totally rely on the built in HB SpellManager.CanCast (this should fix Elegon issues.)
  2. Updated Fury warrior - thanks to Kbrebel04 Note: Try the AoE...you will be..surprised! Highly recommended!
  3. Update to GetAuraTimeLeft, Update to GetAuraStack BECAUSE...unit.Auras was returning well.. weird..so we now we use unit.GetAllAuras()

Please report back your findings with Elegon!
 
Last edited:
Updated, changed game to english, tried to change config to burst on mobs, and mob count = 1 and still no CDs being used on my frost mage when testing @ dummy. Lacking Evocation, Alter Time, Icy Veins...

Evocation, Icy Veins, etc for Frost mage are all hard coded..meaning CLU controls them..will go through and make sure all cooldowns are linked to cooldown setting in UI soon.
 
Is it possible to add Death Strike to the Frost rotation? Its a nice heal in combination with the Glyph
and really helps @ leveling.


Its been on there for some time now...try changing the settings in the UI to the desired healthpercent.
 
Hey Wulf, I started playing my DK again, and I noticed something that didn't used to happen before (as in 5 months ago).
Right now, I'm playing 2H frost. Default rotation is fine, but it feels like some times it just hangs waiting for Obliterate to be available (as in runes to regen), and spends 2, 3 or even 4 CGDs doing white hits instead of doing Frost Strikes, even at RP cap.
I moved priority around, added checks, nothing helps. I decided to try PQR to compare, and it seems to be working as intended, and doing 10%+ more dps than HB + CLU, which came as quite a surprise to me, because CLU used to perform at the same level during DS.
Same results with Raidbot and LazyRaider.

I'm fairly certain the dps difference is due to it SOMETIMES waiting for Obliterate to come back up instead of filling with Frost Strikes, even while RP capped and dots being up.
Hope you can find the cause.

Thanks in advance!


Thanks for the log Tony001 will take a look at it soon..really busy levelling toons at the moment..Weischbier was doing Frost and Unholy DK and has been away for a a week or so.. hopefully when he gets back he can look at it as he has a 90 DK.


Just reposting this here...

UPDATE

  1. Removed CLU's Cancast method..we now totally rely on the built in HB SpellManager.CanCast (this should fix Elegon issues.)
  2. Updated Fury warrior - thanks to Kbrebel04 Note: Try the AoE...you will be..surprised! Highly recommended!
  3. Update to GetAuraTimeLeft, Update to GetAuraStack BECAUSE...unit.Auras was returning well.. weird..so we now we use unit.GetAllAuras()

Please report back your findings with Elegon!
 
Last edited:
Is it possible to add Death Strike to the Frost rotation? Its a nice heal in combination with the Glyph
and really helps @ leveling.
This CC is not meant for leveling. It's meant for dungeons and raids. This is why things like death strike, recuperate, victory rush, and impending victory aren't used in the dps rotations. They may be used for tank rotations -- with the exception of rogue and recuperate -- for self healing and dps/threat increase, but overall the CC isn't meant for leveling. :)
 
This CC is not meant for leveling. It's meant for dungeons and raids. This is why things like death strike, recuperate, victory rush, and impending victory aren't used in the dps rotations. They may be used for tank rotations -- with the exception of rogue and recuperate -- for self healing and dps/threat increase, but overall the CC isn't meant for leveling. :)

Recup is used in dps rotations it provides energy regen which is great
 
could you make this use ice barrier and make mage food when u run out at least for the solo rotation?
Also maybe have a detect cauterizing talent and if it checks true make it saved ice block for when it starts cauterizing cuz it stops the burning

Also, I noticed in the HB log upon casting Arcane Missles.. it then logs "[Channeling] Evocation" about 7 times but it's channeling missles
 
Last edited:
Status
Not open for further replies.
Back
Top