if (tar.Guid == tank.Guid && BeaconNeedsRefresh(tank) && CC("Beacon of Light", tar) && tank.Distance < 60)
{
C("Beacon of Light", tank);
return true;
}
else if (hp < 35 && CC("Hand of Sacrifice", tar))
{
s = "Hand of Sacrifice";
}
if (Me.Combat && hp < 40 &&
((!isAuraActive("Divine Favor") && CC("Divine Favor")) ||
(!isAuraActive("Aura Mastery") && CC("Aura Mastery")) ||
(!isAuraActive("Avenging Wrath") && CC("Avenging Wrath")))
)
{
Log("Pressing OH SHIT buttons!");
ChainSpells("Divine Favor", "Aura Mastery", "Avenging Wrath");
}
else if (CC("Holy Light", tar))
{
if (tar.Guid == tank.Guid && hp < 80 && CC("Divine Light", tar))
{
s = "Divine Light";
needCast = true;
}
else
{
//WoWMovement.Face();
s = "Holy Light";
needCast = true;
}
}
Thanks for the code help but it is dangerous to do it with a bot because with that it does take aggro and other stuff into consideration. I'll add some stuff for if some1 pulls aggro and for healing on the tank. The problem with divine light and the bot is that it spams it way too much and you loose lots of mana. I'll take t and see if we can make it work really well.
I currently, well previously before finding hb, use it 1 button macro for healing that is spammed. it uses Divine Light and Holy Light (mostly divine light since I don't have the healing numbers set properly) but if you use Divine Light on the tank properly, it should be more mana efficient(aka if you can cast it without over heal.). Also, my code in the one button macro for hand of sac is a it diff since I don't really know how to work CCs (first time looking at them yesterday) which is why I want to talk to you on aim.![]()
I was asleep and just woke up.![]()
Sorry for responding late about Mount Check:
For mount check, personally, I would like not to cast when mounted when OUT of combat. But when in combat, it would cast spells (and automatically dismount).
For some reason it keeps trying to cast when people are far away so when I try to mount, it always cancels mounting and tries to heal.
where do i put this to work? i put in in my CC folder but it doesnt show up, it uses my ShamWOW one.