Moderator: MacroQuest Developers
You can add SotG as a DoBuff command just like any other buff. Just make the DoBuffGem for it "alt" and make the alias whatever you want it to be, Ex. "|SOTG|Wood|Grove|YourMom". Oh, and you probably want to leave the refresh at 0. I don't know what you mean by it not being enough though, I use it religiously at 80% average and it tends to make up for a lot of extra healing. The logic is set that way to prevent it from casting on top of a cleric or shaman's group healing AAs, as that's usually not kosher, and tends to be overkill. I'd rather save mine for last after everyone else blows theirs.skyler wrote:update whore!
joking
Anyways, think you'll be adding an evac option to this? I've been boxing in DON missions a lot and most of the mobs really hurt. By the time SOTG goes off it's normally not enough. Might be as simple as adding it as a tell command from a master.
I might be wrong, and correct me if I am, but what druid heal over time? That long recast, 30 regenper tick, spell Nature's Recovery? Really a waste of a spell gem. Also in 'pet handling' I hope you are refering to charmed or DC'd pets cause all that work for booboo isn't worth itA_Druid_00 wrote:(melee code, multiple heals based on class/hp thresholds for other healer types, more bot commands, pet handling, HoT casting, and more)

Code: Select all
/varset FastHeal ${Ini[${MyIni},HealStuff,FastHeal,NOTFOUND]}
/if (${FastHeal.Equal["NOTFOUND"]}) {
/if (${Me.Class.Equal[DRU]} && ${Me.Book[Clorotrope]}) {
/ini "${MyIni}" HealStuff FastHeal "Chlorotrope"
/varset FastHeal "Chlorotrope"
} else {
/if (${Me.Book[Sylvan Infusion]}) {
/ini "${MyIni}" HealStuff FastHeal "Sylvan Infusion"
/varset FastHeal "Sylvan Infusion"
} else {
/if (${Me.Book[Nature's Infusion]}) {
/ini "${MyIni}" HealStuff FastHeal "Nature's Infusion"
/varset FastHeal "Nature's Infusion"
}
}
etc
etc
etc
ad nauseum
