As the title asks.
If anyone has a fix for the Priest just casting Shadow Word: Pain and waiting for that to kill the enemy and not using Mind Flay, it will be greatly appreciated.
It was working yesterday.
As the title asks.
If anyone has a fix for the Priest just casting Shadow Word: Pain and waiting for that to kill the enemy and not using Mind Flay, it will be greatly appreciated.
It was working yesterday.
u need change the code on Lowbie.cs
Spell.Buff("Shadow Word: Pain"),
to
Spell.Buff("Shadow Word: Pain", ret => !StyxWoW.Me.HasAura("Shadow Word: Pain")),
ef u to lazy to do it her is the file
see ef it fix your problem and let me know
thanks for the upload, i added your lowbie and replaced mine but i dont seem to have had a change of rotaion or indeed use Mind Flay
thanks for your time on this
Shadow Word: Pain then Mind Flay. (Keep Pain active).
Also before entering combat activate the shield buff that priests have (I forgot the name).
And heal when health is low
just a normal pve shadow rotaion, SWP, mind blast, Mind flay.......V Touch on proc
its only for questing with
V Touch on proc? or do u mian [Devouring Plague] proc 3 orbs?
this rotation [Shadow Word: Pain] [Vampiric Touch] [Mind Blast] [Mind Flay] , [Devouring Plague] on prc 3 orbs ?
Yes sorry Devouring Plague on 3 orbs is what was meant![]()
HB after the last update broke the mind flay ,u have to use mindspike till they fix it ,the code was working but after the same HB updates stop working .or try to use CLU cc.
CLU CC doesn't work for shadow priests if you don't have mind blast apparently (a level 21 ability). If I understood correctly anyways.
Is it possible to bind mind flay to a keypress (like "1", followed by a wait equal to the channel time) as a band-aid solution till the HB devs get around to fixing it? (I have no real clue about CC coding, just throwing out an idea that might work).