need small simple macro that presses folllow inviting you to group if your afk
thanks
Moderator: MacroQuest Developers
Code: Select all
#event follow "#*#To join the group, click on the 'FOLLOW' option, or 'DISBAND' to cancel.#*#"
Sub Main
/if (!${Me.Grouped}) {
/lfg on
/echo LFG on
} else {
/echo Already grouped!
/end
}
:Loop
/doevents
/delay 5
/goto :Loop
/return
Sub Event_follow
/delay 3s |so it's not an instant-join
/keypress invite_follow
/end
/return
Code: Select all
#event follow "To join the group, click on the 'FOLLOW' option, or 'DISBAND' to cancel." Code: Select all
#event follow "#*#To join the group, click on the 'FOLLOW' option, or 'DISBAND' to cancel.#*#"