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.
Love CLU and working great on all my toons.
One thing I'd love though is control over my defensive cooldowns. Is there somewhere I can comment this out?

Thanks.

Class Config > General > Self Healing > False
 
Why does this cc keep putting my warrior into Defensive stance in combat but out of combat it goes to battle stance ?
 
Lightwell

I used this in a cc awhile ago. I think you could make good use of it.

private bool UseLightwell()
{
foreach (WoWUnit gunit in ObjectManager.GetObjectsOfType<WoWUnit>())
{
if (gunit.Entry == 31897 && gunit.Distance < 20 && StyxWoW.Me.HealthPercent < 77 && !StyxWoW.Me.Auras.ContainsKey("Lightwell Renew"))
{
gunit.Interact();
return true;
}
}
return false;
}

Credited to luckykitten
 
is it possible to put an option for pickpocket for rogues when using this routine for farming purposes? that would be really good :D to pickpocket mobs before killing them!
 
Can we set it so the frost mage channels Blizzard on the enemy pack rather than himself? Glass cannons shouldn't be in melee range if they can help it.
 
Why does this cc keep putting my warrior into Defensive stance in combat but out of combat it goes to battle stance ?
1) Log
2) I will assume you are using it for PVP
3) If above is correct I again need a log to help you
 
I notice it doesn't put down the Jade Serpent Statue for Mistweaver. anyway to get that added?
 
View attachment Frost.cs

Edited the Frost.cs file to be a little more friendly for PVP and leveling. It's not perfect, but thought I would attach it anyway.

To install, just replace your Frost.cs file in this folder:

.\Routines\CLU\CLU\Classes\Mage\
 
Elemental shaman suggestion

Overall it is a nice cc follows the main rotation and does decent DPS, I have a suggestion for elemental shaman.

Can a option be added in to use Elemental Blast in rotation?

I will try this in mogu vault tonight see if it does cast but on boss target dummy it did not cast at all.
 
Last edited:
Why is it only using Devouring Plague when it has 3 shadow orbs? Wouldn't it be better to use it as soon as the devouring plague wasn't active?
 
Would you say this is better then singular for grinding mobs? Ret pally
Please remember that all rotations are optimized for Raid DPS, so grinding mobs may not be so great in terms of stabilizing your resources(Mana), but it will DPS the hell out of anything that gets in it's way.
 
Heu Wulf! MoP brought me back to WoW, so I just wanted to stop by and say that what you've done with CLU in the last few months is amazing.

Thanks for continuing to share your work with us!
 
Please remember that all rotations are optimized for Raid DPS, so grinding mobs may not be so great in terms of stabilizing your resources(Mana), but it will DPS the hell out of anything that gets in it's way.

Ah cool, will test it. Thanks for your work =)
 
doing elagon now, bot doesn't attack the boss using raidbot or lazyraider. No logs, hb just sits there. Other then that I got top 20 world ranks on the 4 previous fights.
 
2 issues with a fury warrior:

1. The warrior never uses Impending Victory, which creates the need to actually sit and drink when farming.
2. Charge/intercept are never uses, even with settings turned on to use the abilities
 
doing elagon now, bot doesn't attack the boss using raidbot or lazyraider. No logs, hb just sits there. Other then that I got top 20 world ranks on the 4 previous fights.

Hopefully we can get a fix for this soon..but I dont have any toons High enough yet..we are looking into it thou so stay tuned.

What class/spec were you out of curiosity?
 
Status
Not open for further replies.
Back
Top