PDA

View Full Version : Is there a BE ALL END ALL "Accept" macro?



The IT Monkey
07-16-2008, 03:16 PM
Hey guys.. think my "accept" macro could use some tweaking as I run into situation that I would like it to work with that it doesn't (i.e.: escort quest and complete quest).

What is everyone using these days? My macro is basically just the one in the "Macro Codex".

Ughmahedhurtz
07-16-2008, 03:49 PM
I use octopus's mouseclick multiplexing. THen I just click through the dialogs just like solo but get 5x the win. http://www.l00py.net/phpbb/images/smiles/thumbsup.gif (For escort quests, it's one click to accept on main and one more click to click "YES" on the alts.)

Ghallo
07-16-2008, 03:53 PM
Multiboxer V2 actually does this for you. You might want to check it out. Falkor also wrote a script somewhere.

Kedash00
07-16-2008, 03:58 PM
i use:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

Chrysanthe
07-16-2008, 07:28 PM
Multiboxer V2 actually does this for you. You might want to check it out. Falkor also wrote a script somewhere.

No, it does not work as intended. I had one escort quest so far, and was being asked, if I wanted to join the main's quest... Multiboxing v2 did nothing to 'hit' accept on those dialogs... ;(

Anahka
07-17-2008, 04:47 AM
Multiboxer v2 doesn't work for escort quests. Works fine accepting any other quest.

The IT Monkey
07-17-2008, 02:07 PM
Maybe I wasn't being clear...
I am looking for what people are putting in their "accept" macro in addition to the standard one found in the "macro codex" which is:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

This does not accept rez or escort quests or some other things that I think are available.

The reason I am thinking there maybe some other things I could put in there is because I saw one poster put /ffa in their invite macro and was THRILLED to find it. It made me wonder what else I am missing.

I am not interested in any additional mods as I am trying to run as mod lite as possible.

Thanks in advance.