My priest is level 7. For some reason he just keeps spamming shadow word: Pain over and over and not using smite at all. Is there a fix for this in singular? I guess it could just be my level and at 10 he will start using Mind Blast when I train shadow.
u need to edit the file Lowbie.cs and make same changes to the code:
change the line
Spell.Buff("Shadow Word: Pain"),
to
Spell.Buff("Shadow Word: Pain", ret => !StyxWoW.Me.HasAura("Shadow Word: Pain")),
he or she will only cast Shadow Word: Pain ef the target dont have the hot ,
her is the file ef u are to lazy to change the code ...
Thanks a million for this man, have been searching for a fix for Priest CC in Singular since last week.