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.
Hi Crowley, CLU follows the Masterfrost rotation only. Please gear and reforge too Frost DPS | Winter of Discontent [4.3] - Elitist Jerks take advantage.

*slaps himself*
Yeah i seen it was for Masterfrost only and i thought i did respec/reforge. Seems i was wrong. Kicking the shit outta the dps meters now. 378 level gear 30-36k dps on 10 man DS bosses. No Bloodlust or Timewarp either. Nicey-nice man.
 
Hey Wulf i tried using

Spells.SpellCooldown("Shield Slam") > 1.5

but this doesn't work what would be the correct way of getting the SpellCooldown time left?

Nevermind i figured it out

Spells.SpellCooldown("Shield Slam").TotalSeconds > 1.5
 
Last edited:
Change Log
-------------
* 12/3/2012 [2.2.4] Update Arms Warrior and Protection Warrior rotations added (Thanks to Jamjar0207 for his Protection Warrior Rotation and gniegsch for his Arms Warrior Rotation)

This was a blast thanks guys. I went into a dungeon missing my shoulders and chest and tanking with a dagger at lvl 74 and smashed it...great fun :D
 
luv this :D

just wondering.. since it's not specified..

are all the tanking specs .. usable for tanking in instances? (prot tank, prot pal, feral druid, dks?)
 
luv this :D

just wondering.. since it's not specified..

are all the tanking specs .. usable for tanking in instances? (prot tank, prot pal, feral druid, dks?)

Yes, All tank specs provided have been tested for instances..some as low as lvl 70, and all are capable of tanking Deathwing+ raids.
 
I should probably just comment on the Arms warrior rotation
It will use deadly calm only when slaughter is at 3 stacks
Recklessness is manual, it will not do overpower when recklessness is active
It will not stance stance when target is below 20% health, except for rend when target still has over 2 million HP left

thunderclap is only used for aoe
regular thunder clap and demo shout are commented out. put them in if you need them in your raid group
 
Iam eager to try out the new arms-profile, what botbase does it work best with?
 
Iam eager to try out the new arms-profile, what botbase does it work best with?


Raidbot is best I think, but it should work with lazyraider nd combatbot as well.

I havent tested wulfs implementation, so I have no idea if it works. It worked really well in the felmaster version.
 
Last edited:
wulf its popping dive protection as buff, dont know if its ment to be but he is also doing while not in combat
 
wulf its popping dive protection as buff, dont know if its ment to be but he is also doing while not in combat

Hi primo, Divine Protection should be cast when you are in combat and your HealthPercent is less than 60.
CLU probably just finished killing a mob and had not yet come out of combat. Much like you have to wait to eat and drink. If so I can do nothing about those rare occasions.
 
Code:
Buff.CastBuff("Anti-Magic Shell",      ret => Me.CurrentTarget.IsCasting && Me.CurrentTarget.ChanneledCastingSpellId != 0, "AMS"),

to

Code:
Buff.CastBuff("Anti-Magic Shell",      ret => (Me.CurrentTarget.IsCasting || Me.CurrentTarget.ChanneledCastingSpellId != 0) && Me.CurrentTarget.IsTargetingMeOrPet, "AMS"),

Example1: Yor'sahj is summoning (channeld spell) the globules. 45s cooldown and you could better use it manually if red or green are active.
Example2: CurTarget is casting anything on anybody ... wasted cooldown. You are never sure if its an aoe ability that was casted!

Just what comes through my mind.

greetz

Weischbier
 
tried this out on a demo lock last night working well except it does not seem to detect decimation so it does not cast soul fire. anybody having same problem?

feral druid working awesome btw
 
Code:
Buff.CastBuff("Anti-Magic Shell",      ret => Me.CurrentTarget.IsCasting && Me.CurrentTarget.ChanneledCastingSpellId != 0, "AMS"),

to

Code:
Buff.CastBuff("Anti-Magic Shell",      ret => (Me.CurrentTarget.IsCasting || Me.CurrentTarget.ChanneledCastingSpellId != 0) && Me.CurrentTarget.IsTargetingMeOrPet, "AMS"),

Example1: Yor'sahj is summoning (channeld spell) the globules. 45s cooldown and you could better use it manually if red or green are active.
Example2: CurTarget is casting anything on anybody ... wasted cooldown. You are never sure if its an aoe ability that was casted!

Just what comes through my mind.

greetz

Weischbier

weischbier thanks! Implemented next release.
 
Honorbuddy version: Latest!
Class: Warlock
Level: 85
Group: Raid 10 man Normal Madness of Deathwing
My Latency is: 38ms
My Computer is: Hex Core , 6850 HD ATI , 8GB , SSD 160GB
Made any changes: Added volcanic potion use and commented out aoe , also added soulburn if felhunter is up and soul fire if felhunter and soulburn are up.
Issue/Bug/Problem/Suggestion: During the madness of deathwing i was having range issues when targetting Mutated Corruption Mutated Corruption - NPC - World of Warcraft. I found myself having to move closer to stand by the pets for CLU to use ranged spell. I think that you may have to add 56471 to IgnoreRangeCheck.
Log attached: absolutely!

Thanks Wulf i hope this is enough information for you.
 
Status
Not open for further replies.
Back
Top