Divine Shield I mean, sometimes pops it when the Tank or Group goes pretty low
Also, could you maybe add an option to set the automatic Beacon of Light buff to false?
It pops divine shield and hand of sac in my experience, have not had any issue.
Divine Shield I mean, sometimes pops it when the Tank or Group goes pretty low
Also, could you maybe add an option to set the automatic Beacon of Light buff to false?
You might want to attach that log to help himThe CC works perfect expet that it didint work at all on hagara hc,
That the one i think, had to swich back to old holy cow etc, and didint rly had time for that![]()
Hey Ama..
Love your work! Can u by any chance add a dismount feature for pvp when in combat or a healing target nearby?..
Regards
Yeah, update will be up in a couple hours.
Update up...
Added dismount settings and change some of the settings that required words.
I was going to do some more requests, but the forums are going really slow for me.
public static string[] immobEffects = {"Crippling Poison",
"Cyclone",
"Hamstring",
"Frostbolt",
"Concussive Shot",
"Freeze",
"Psychic Scream",
"Mind Flay",
"Polymorph",
"Sap",
"Piercing Howl",
"Fear",
"Deep Freeze",
"Warstomp",
"Cheap Shot",
"Kidney Shot",
"Chains of Ice",
"Blind",
"Scatter Shot",
"Gouge",
"Daze",
"Deadly Throw",
"Psychic Horror",
"Mind Control"};
if (Me.Race == WoWRace.Human && (Me.Stunned || Me.Dazed || Me.Rooted || Helpers.HaveImmobEffect()) && Cast.Buff("Every Man for Himself"))
return true;
ok, its up. I don't have a Human, so I cant test that one. I just used the list from my own hunter CC.
PHP:public static string[] immobEffects = {"Crippling Poison", "Cyclone", "Hamstring", "Frostbolt", "Concussive Shot", "Freeze", "Psychic Scream", "Mind Flay", "Polymorph", "Sap", "Piercing Howl", "Fear", "Deep Freeze", "Warstomp", "Cheap Shot", "Kidney Shot", "Chains of Ice", "Blind", "Scatter Shot", "Gouge", "Daze", "Deadly Throw", "Psychic Horror", "Mind Control"}; if (Me.Race == WoWRace.Human && (Me.Stunned || Me.Dazed || Me.Rooted || Helpers.HaveImmobEffect()) && Cast.Buff("Every Man for Himself")) return true;
public static bool UsePVPImobTrinket()
{
if ((StyxWoW.Me.Stunned || StyxWoW.Me.Dazed || StyxWoW.Me.Rooted || Helpers.HaveImmobEffect()) && Cast.Trinket("Ruthless Gladiator's Medallion"))
return true;
else
return false;
}
Thanks yet again.. Just did my 1st bg and topped the meter ^^, impressed
Edit: It could use Judgement a whole lot more tho, and sometimes it uses divine shield when theres not even no one around