Page 1 of 1

Underfoot and corpses

Posted: Sun Aug 30, 2015 8:44 am
by MysticDream
I set "auto consent group" "auto consent raid" and "auto consent guild", then when I zone, it deselects them all, and doesn't seem to save my preference.

Makes it difficult when I'm trying to get corpses :)

Not sure if this is the right forum, I apologize if not.

Re: Underfoot and corpses

Posted: Mon Aug 31, 2015 6:10 am
by Denizen
This has been a problem for ages. Can make a hot button that consents your rezzers.

Re: Underfoot and corpses

Posted: Mon Aug 31, 2015 3:08 pm
by Remember
I made a hotkey like this a long time ago, I think you would find it is a solid workout around assuming you use mq2. With one button press from my main char, everyone in my crew gives all my rezzers and corpsedraggers consent.

/bcaa //consent (SK)
/bcaa //consent (CLE)
/bcaa //consent (SHM)
/bcaa //consent (ROG)
/bcaa //consent (BRD)

Re: Underfoot and corpses

Posted: Mon Aug 31, 2015 7:35 pm
by moguay
You can also make Rez Target EqMacro (not tested)

Code: Select all

/bct ${Target.Name.Arg[1,']} //multiline ; /consent HealerToonName1; /timed 50 /nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
/bct HealerToonName1 //multiline ; /target id ${Target.ID}; /if (${Target.Distance}<100) /corpse; /casting "Staff of the Earthcrafter" item

With Mq2 Alias

Code: Select all

/alias /reztar /multiline @ /echo Command [ /reztar ]@ /bct ${Target.Name.Arg[1,']} //multiline ; /consent HealerToonName1; /timed 50 /nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup@ /bct HealerToonName1 //multiline ; /target id ${Target.ID}; /if (${Target.Distance}<100) /corpse; /casting "Staff of the Earthcrafter" item

For all CLR in Raid for Consent

Code: Select all

/alias /reztar /multiline @ /echo Command [ /reztar ]@ /bct ${Target.Name.Arg[1,']} //multiline ; /consent Raid; /timed 50 /nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup@ /bcaa //if (${Me.Class.ShortName.Equal[CLR]}) /multiline ; /target id ${Target.ID}; /if (${Target.Distance}<100) /corpse; /casting "Staff of the Earthcrafter" item

hopefully you found your happiness with this few function, pending the autoconsent working again.

Try with this eq command if that work, /consent group, /consent raid