Rusty_Trombone
Member
- Joined
- Oct 30, 2011
- Messages
- 348
In frost DPS (both 2H and DW) and in Raidbot in a raid environment it skips most of the time Blood Plague. This is serious DPS problem since Obliterate needs both diseases on target.
---REPORTING AN ISSUE / BUG---
There is a boss in Shado-Pan Monastery(heroic) called "Gu Cloudstrike", when he goes into stage 2, he becomes immune to damage and then you have to attack The Azure Serpent, which is a dragon floating off the ground. The bot doesnt attack it, like that bug on fall of deathwing with attacking some parts his arm.
I was using my feral druid - guessing this applies to all melee dps.
I used your routine for Blood DK tanking in LFR and it was amazing. The only thing that I noticed is that it does not AOE tank that well. It needs to use blood strike more often to keep threat on off targets. Great profile
Edit: I'll try and find some logs for those two LFR runs
I'd like to thank you for the great CR - it easily took me to top200 WoL warriors even in my half-blue gear, and helps me a lot with my alts.
There're minor issues tho with using items like health stone or mana gems, because they are directly coded in in english (say, "/cast Conjure Mana Gem" or UseBagItem("Health Stone")), which do not work with non-english client (and russian client users do not have any option to choose language).
It's not a big deal for me to just rename it in code manually, but maybe there are better options (e.g. Singular uses SpellManager.Cast(759) for conjuring and return StyxWoW.Me.BagItems.Any(i => i.Entry == 5512) for health stone).
[CLU] 3.3.6: [Casting] Victory Rush or Impending Victory on Myself
Prot Warrior and it keeps spamming this and peforming no other task until i manually use victory rush
Spell.CastSpell("Victory Rush", onUnit => Me, ret => Buff.PlayerHasActiveBuff("Victorious") && Me.HealthPercent < CLUSettings.Instance.Warrior.ImpendingVictoryPercent && !WoWSpell.FromId(103840).Cooldown && !WoWSpell.FromId(34428).Cooldown, "Victory Rush or Impending Victory"),
I'd like to thank you for the great CR - it easily took me to top200 WoL warriors even in my half-blue gear, and helps me a lot with my alts.
There're minor issues tho with using items like health stone or mana gems, because they are directly coded in in english (say, "/cast Conjure Mana Gem" or UseBagItem("Health Stone")), which do not work with non-english client (and russian client users do not have any option to choose language).
It's not a big deal for me to just rename it in code manually, but maybe there are better options (e.g. Singular uses SpellManager.Cast(759) for conjuring and return StyxWoW.Me.BagItems.Any(i => i.Entry == 5512) for health stone).
eh... what exactly?Was this as arms or fury?
Item.UseBagItem("Healthstone"