Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

I've been using this on my level 85 cleric and it works ok. I've put "NULL" in the spells/items that I don't have yet and it still tries to tell you that it's memming null or casting null but doesn't lock up or have any major issues with it.
My only concern thus far is that it seems to only target the MA for single target heals and only heals others in the group with the "group heal" if group health gets low enough to trigger it. It's often my wizard who actually needs one of the renewal heals so this isn't optimal for me. Settings are pretty much default other than spell names in my .ini - any thoughts? I can post the .ini when I'm home tonight.
/declare MacroName string outer FastHeal3
/declare IniFileName string outer ${MacroName}_${Me.CleanName}.ini
| Grab Spell Info
/call LoadIni Spells healspell string "Graceful Remedy"
/call LoadIni Spells patchheal string "Fifteenth Emblem"
/call LoadIni Spells hotspell string "Elixir of the Acquittal"
/call LoadIni Spells groupheal string "Word of Reformation"
/call LoadIni Spells promheal string "Promised Reformation"
/call LoadIni Spells splashheal string "Reforming Splash"
/call LoadIni Spells yaulpspell string "Yaulp XIII"
/call LoadIni Spells healnuke string "Virtuous Intervention"
/call LoadIni Spells nukeheal string "Virtuous Contravention"
/call LoadIni Spells twinnuke string "Glorious Rebuke"
/call LoadIni Spells dpsnuke string "Castigation"
/call LoadIni Spells bigheal1 string "Fraught Renewal"
/call LoadIni Spells bigheal2 string "Fervent Renewal"
| /call LoadIni Spells mountitem string "Bracelet of the Severed Hand"
| /call LoadIni Spells epicshield string "Aegis of Superior Divinity"
Just edit the macro.
All the spell names are at the top and easy to edit.
Rich (BB code):/declare MacroName string outer FastHeal3 /declare IniFileName string outer ${MacroName}_${Me.CleanName}.ini | Grab Spell Info /call LoadIni Spells healspell string "Graceful Remedy" /call LoadIni Spells patchheal string "Fifteenth Emblem" /call LoadIni Spells hotspell string "Elixir of the Acquittal" /call LoadIni Spells groupheal string "Word of Reformation" /call LoadIni Spells promheal string "Promised Reformation" /call LoadIni Spells splashheal string "Reforming Splash" /call LoadIni Spells yaulpspell string "Yaulp XIII" /call LoadIni Spells healnuke string "Virtuous Intervention" /call LoadIni Spells nukeheal string "Virtuous Contravention" /call LoadIni Spells twinnuke string "Glorious Rebuke" /call LoadIni Spells dpsnuke string "Castigation" /call LoadIni Spells bigheal1 string "Fraught Renewal" /call LoadIni Spells bigheal2 string "Fervent Renewal" | /call LoadIni Spells mountitem string "Bracelet of the Severed Hand" | /call LoadIni Spells epicshield string "Aegis of Superior Divinity"
as you can see I commented out the epic and mount with "|"
Might work on splash heals too. Never tried it.
