scuzzelbud
New Member
- Joined
- Aug 16, 2012
- Messages
- 24
- Reaction score
- 0
Hey is it possible to add ingame Macros for cooldown/Aoe mode ?
Hey is it possible to add ingame Macros for cooldown/Aoe mode ?
Hi,
Balance Druid is only spamming Healing Touch ?!
Any Idea how to fix it ?
Edit: Okay bad Talent Choice...
Dream of Cenarius is not supported i guess ?!
Without it the is CR working.
Hi Alex, can you give me a little help?
I'm trying to get this to work:
Code:new Decorator(ret => U.DefaultBuffCheck && !StyxWoW.Me.Combat && !StyxWoW.Me.IsStealthed, Spell.Cast("Stealth"))
I inserted this to InitializePreBuffRogue at the bottom, before the bracket that closes the priority selector, because I was tired of always stealthing by hand when out of combat.
It's working so far, only thing is I must have a target for stealthed to be cast. I don't know wether it's due to the Spell.Cast Method or something, but help would be great
Or even better, integrate this in the CR![]()
Like I mentioned, it's not casting Aimed at all during Careful Aim phase or normal. At Heroic SoO gear level MM should basically never use Arcane shot.
CA was buffed back to being when the boss is above 80%
Careful Aim - Spell - World of Warcraft
CarefulAim { get { return Me.HasAura(34483);
Does this help?
Does Retri pally supports Glyph of Double Jeopardy and Glyph of Mass Exorcism and T16 Proc?
Would coding double jeopardy to finding nearest aggroed target be very hard? Because on big with many adds, like garrosh it would be a bliss if we could just sit on a target and it random justice another =]
/sob T_TIt's not hard, but I would require to make a targetting logic only for nearest aggroed unit, which I also need to do for protection paladins. I will most likely be delaying this until WoD i'm afraid.
So, we cast Eternal Flame if (requires all of the following)
1) We have the talent
2) Eternal Flame will fall off in the next 2 seconds (or we don't have it)
3) We at least 3 stacks of Bastion Glory
4) We have at least 3 HP or Divine Purpose
Does not look like there's a setting right now that will change it. The logic is pretty spot-on, though.
I have been using WW monk routine, the last update before you went on your break Alex, so it might be fixed in later updates
Anyway, Energizing Brew (?) is set to always, but I find myself having to manually cast it alot, is there any special simcraft logic behind this I should know about? Also, uptime on that dmg increese buf, tiger something I think, whats the logic on that? It seems to cast at 3 sometimes, and at 10+ other times, I cant figure out why!
EDIT:
How is the feral routine right now? Did you update it more since we tested it out via skype? Is it equal/better/worse compared to Superbad?
For guardian as well?Use SuperBad for feral, Feral is going to be discontinued in WoD.
Just cat being dropped? So superbad performs better as guardian as well?Guardian is going to be added soon![]()
Just cat being dropped? So superbad performs better as guardian as well?
I understand =3 No problem, hopefully there double jeopardy comes =DI've made a super secret deal with handnavi to only support Guardian and Boomkin. Feral will always be best on SuperBad
So yes to your first question and no and maybe to your second question.
So, we cast Eternal Flame if (requires all of the following)
1) We have the talent
2) Eternal Flame will fall off in the next 2 seconds (or we don't have it)
3) We at least 3 stacks of Bastion Glory
4) We have at least 3 HP or Divine Purpose
Does not look like there's a setting right now that will change it. The logic is pretty spot-on, though.
I agree it does an excellent job but since EF scales insanely with vengeance have you guys ever thought about having it reapply if it would be X% stronger than current EF? This is what I am doing by hand, have no issue continuing to do so, just figured Id throw it out there.
Also I may have missed it but did you say there was a setting to turn consecration off? Kinda sucks getting raped by adds on garrosh, because my vengeance + consecration pulls adds off add tank.
Just suggestions. The routine has been excellent though. Tyvm for your hard work!