W
weischbier
Guest
@Weischbier,
I tried that and it gives me an error, but if I swap it around it works... I'll recheck to see if I copied it wrong or if I am missing a Syntax..
I just copy pasta, maybe i missed something
@Weischbier,
I tried that and it gives me an error, but if I swap it around it works... I'll recheck to see if I copied it wrong or if I am missing a Syntax..
public bool isTargetHealer() {
if (((StyxWoW.Me.CurrentTarget.Class == WowClass.Druid && !StyxWoW.Me.CurrentTarget.Auras.ContainsKey("Moonkin Form")) ||
StyxWoW.Me.CurrentTarget.Class == WoWClass.Paladin || (StyxWoW.Me.CurrentTarget == WoWClass.Priest &&
!StyxWoW.Me.CurrentTarget.Auras.ContainsKey("Shadowform"))) && StyxWoW.Me.CurrentTarget.MaxMana >= 100000)
return true;
return false;
@Mirabis,
Check 1) StyxWoW.Me.CurrentTarget.Class == WoWClass.Paladin
Check 2) StyxWoW.Me.CurrentTarget.MaxMana >= 100000
In other words: If my current target is a paladin and has 100K mana or more... He is most-likely a healer.
Ah I understand now.
@Ama,
At the time I wrote it I was more so thinking of Full Cata or Ruthless arena teams, but I understand your point. I'll check into my other sets and change the call to a more reasonable amount for lowbies.
@Community,
I am attempting to learn the BT method and create a guide for it. As classes and job hunting (I need to keep my electicity on!!!) take up most of my time I am slow to release anything new or finish this guide. Please be patient!