Moderator: MacroQuest Developers
Code: Select all
/if (!${Me.Buff[${SpellFocus}].ID} && ${Spell[${SpellFocus}].Stacks}) /call DoBuffs "${SpellFocus}" ${Me.ID}
Code: Select all
/if (${Target.ID} && ${Target.Type.Equal[NPC]} && ${Target.PctHPs} < 80 && ${Target.PctHPs} > 50 ) { INSERT YOUR CAST SNARE THING HERE }Code: Select all
/assist ${TheBoss}
/delay 1s
/if (${Target.ID} && ${Target.Type.Equal[NPC]} && ${Target.PctHPs} <= 98 ) { DO YOUR STUFF HERE }
that would be another way to do it, but you need to get and compile all the plugins and set them up, I prefer to make the macros myself and only rely little on massive plugins (BLOATWARE) doing way more stuff then you need.drzoon wrote:Most of what you want can be done with a few plugins. [[MQ2Melee]] can handle the moving to the mob, autoattacking, kicking, snaring, and sticking to the mob. It will also sneak/hide when not in combat. You can also configure it to move to the back of the mob if you want.
Snaring can be handled by MQ2Melee again, you just set up the spell/item/aa and the % and it will do it for you.
Self buffs can be handled by the Holyshits definitions in MQ2Melee, although this might be a bit daunting to a new user.
MQ2Melee can forage for you as well, and you can set up MQ2Cursor for handling the items that are foraged (keep, destroy, drop, etc).
The only hard part in all of the above will be configuring Holyshits to rebuff yourself. The rest can be figured out in about 30 mins after reading the wiki.
