Moderator: MacroQuest Developers
Nope, but for 2-box in Forgotten Halls, which adjusts mobs to the blue cons level for the party (sometimes white and yellow if you all are above 55), but only for automating a toon to assist while I fear kite with my main.Powah_SK wrote:I guess what I'm curious about is if anyone else automates their main character for fighting, pulling, etc for 3-box hunts.

Code: Select all
#include spell_routines.inc
Sub Main
:HealLoop
/if (${NearestSpawn[pc tankname].PctHPs}<45) {
/target pc tankname
/g CH -> tankname
/call Cast "Complete Healing"
}
/goto :HealLoop
/returnHow bout just using GENBOT? When there's a tight ass macro out there, it would be horrendous not to use it...As far as your cleric goes that should be easy. If you just want to heal your tank, should be something like this:
Code: Select all
#include spell_routines.inc Sub Main :HealLoop /if (${NearestSpawn[pc tankname].PctHPs}<45) { /target pc tankname /g CH -> tankname /call Cast "Complete Healing" } /goto :HealLoop /return

IMO, there is nothing horrendous about not using Genbot for a healer macro. Especially if he wants to just go AFK for 10 minutes, a macro such as the one I posted is simple, elegant, and not a whole lot can go wrong with it. Genbot has numerous features - that I will not dispute; however it is very complex. I suspect he doesn't really need/want to mess with master lists, .ini files, etc.aj2k8 wrote:How bout just using GENBOT? When there's a tight ass macro out there, it would be horrendous not to use it...

