• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

FastHeal 3.3 - Updated 4/6/2014

Re: FastHeal 3.2 - Updated 10/4/2013

Okay, I did that but I cant find the ini file anywhere.

Also when I /mac fastheal it keeps memming spells I dont have.
 
Re: FastHeal 3.2 - Updated 10/4/2013

It would be Fastheal_toonName.ini. I have not used the mac yet so not that familiar with it. Maybe noob will be able to help you more when he sees it.
 
Re: FastHeal 3.2 - Updated 10/4/2013

MQ2 says need recompile, does that have anything to do with?

EDIT: Got a INI file going now /cheers
 
Last edited:
Re: FastHeal 3.2 - Updated 10/4/2013

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.
 
Re: FastHeal 3.2 - Updated 10/4/2013

I will have the same problem then with my wizard.
 
Re: FastHeal 3.2 - Updated 10/4/2013

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.

I think FastHeal is geared toward lvl 100 but should work for lower levels.
Just edit the macro.
All the spell names are at the top and easy to edit. (I've commented out the epic and mount as you can see)


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"
 
Re: FastHeal 3.2 - Updated 10/4/2013

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"

I've edited the names, but what if you don't have an epic shield or a splash heal for example? NULL doesn't seem to help.
 
Re: FastHeal 3.2 - Updated 10/4/2013

as you can see I commented out the epic and mount with "|"

Might work on splash heals too. Never tried it.
 
Re: FastHeal 3.2 - Updated 10/4/2013

great macro! one thing i would love to see is to buff with: Divine interposition rk. ii all the time
 
Re: FastHeal 3.2 - Updated 10/4/2013

Maybe I've done something wrong, but when I try to put Aura of Divinity Rk. II as one of the auras, it just spams it over and over.
 
Re: FastHeal 3.2 - Updated 10/4/2013

my wild guess: you dont have the rk2 spell - cause if i had a problem with spells it was just the try to buff rk2 when i just only had the rk1 in my spellbook...
 
Re: FastHeal 3.2 - Updated 10/4/2013

I have this issue with aura of the pious. If I put it in the .ini it will just spam it over and over until I endmac.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Bah, sorry all been playing ffxi online. But, I'm feeling that eq itch again and will jump back in game this week.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Any chance you are going to do a shammy version? I was thinking about taking a stab at modifying yours but that's just an accident waiting to happen.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Phoenix in FFXI, and I have thought about expanding it for Shammy, but not until I really start playing a lot again. I think the fabled events coming up will inspire me for sure hehe. Anyone know if they nerfed the Fortress Mech exp shroud trick? I wrote a macro for it a couple years back.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Yes, it is nerfed. At least the Exp seemed a lot worse last year.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Auras still cast in an endless loop. I've never gotten mine to splash heal or cure either. I had to manually change some of the macro to meet the new targeting code for xtargets. I'm not sure if I had any problems with it. I haven't had much chance to use it in a raid yet either
 
Re: FastHeal 3.2 - Updated 10/4/2013

Ahhh I'll fix the Auras thing. I remember the aura name in aura's box is different from the actual name of the spell which causes the endless loop. I'll update the Xtarget as well. Should hopefully push out an update soonish.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Is there somewhere to get the latest version of this? The link in first post is broken.
 
Re: FastHeal 3.2 - Updated 10/4/2013

Ya noob where's the new version? lol KA7 vs FH3 I am winning by 4 versions
 
Re: FastHeal 3.2 - Updated 10/4/2013

Lol, yeah I've finished redoing the targeting, and need to fix auras still though. Leaving on flight to Philly right now but I'll upload fixes on Monday.
 
Re: FastHeal 3.2 - Updated 10/4/2013

OH im so excited and i just cant hide it........i cant get this cleric to heal for shit with anything so far
 
Re: FastHeal 3.2 - Updated 10/4/2013

i went ahead and changed my clerics name..............if i use fastheal3.... he does ok basically all he does though is spams zealous light or whatever normal heal he has on the main tank......so its ok healing but i still need the merc for pormised and HoT and big heals and such................if i use kissassist he just tries to spam patch heal constant even though i have it set at 30% on the ini and fouteenth catalyst which he cant even begin to start casting till the target is under 45%.

so i kinda gave up lol.....honestly i cant seem to really get any macro to work the right way but i use the bazaar mac and the map is nice.......... oh mq2melee on my main is a must to hit all those damn buttons on the beastlord for me
 
Sorry guys, I haven't been playing much EQ and having a hard time getting back into it. I've been bouncing around LOTRO, and EQ2 lately, but they tend to bore the hell out of me in a couple weeks time. I went ahead and published the new targeting logic. I really wanted to stay away from using /target, but it seems like mq2cast isn't working for shit on targeting anymore. The timing seems to screw up and sometimes just completely ignore the -targetid|#### command all together. This is the quick and dirty fix til I get some time to go in depth and figure out a better way, but that would require me to actually play the game. Needless to say, I still use Krono's on my account and with the prices skyrocketing, I will at least be forced to bot for a couple weeks to grind out enough plat for one of those.
 
Finally got my cleric to 100 and trying to get this working, I have extended target one set to group assist's target and slot 2 is group tank which obviously isn't right since it's casting the tank buff spells on itself. Can someone tell me how it should be set please?
 
Extended Target 1 needs to be on Auto-hater.

- - - Updated - - -

Found a couple bugs with spamming tank buffs and also aggro portion not working correctly. Going to fix those.

Also, I'm toying with the idea of just picking the spells you need based on a couple lines in the INI file. Seems like most problems incurred are from erroneous entries in FastHeal INIs or not leaving Auto-Hater on XTarget Slot 1. Not sure on this yet, but I need to build in some error checking for users entering or setting up in modes that were not intended.
 
would have to use one of the /stick hold so that when the cleric changes target it wont change who hes following or stop
 
FastHeal 3.3 - Updated 4/6/2014

Users who are viewing this thread

Back
Top
Cart