PDA

View Full Version : /script AcceptGroup ..not working



tripleboxed
06-23-2012, 03:51 AM
Im using keyclone and im simply trying to get the macro going for my slaves to pop for pvp or whatever problem is ..this macro no longer works ?


/script AcceptGroup(); /script AcceptQuest(); /script AcceptTrade(); /script RetrieveCorpse(); /script RepopMe();

JohnGabriel
06-23-2012, 07:33 AM
Three things broke with the macro a couple patches ago (WoW not keyclone), and nobody has yet bothered to fix it, or post their fix.

The enter dungeon pop-up box, the enter BattleGround pop-up box, and the Set Hearth pop-up box at an inn.

honeypot2011
06-23-2012, 07:47 AM
not sure i havent tried it for ages..but i think you lay out like this?

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

if that makes any differance :)

edit : oh if its what john says then it looks like its broken :(

Khatovar
06-23-2012, 08:16 AM
Three things broke with the macro a couple patches ago (WoW not keyclone), and nobody has yet bothered to fix it, or post their fix.

The enter dungeon pop-up box, the enter BattleGround pop-up box, and the Set Hearth pop-up box at an inn.

Someone did "bother"

http://www.dual-boxing.com/threads/46768-WoW-Dungeon-battleground-entrance-confirmation-macro
http://www.dual-boxing.com/threads/45860-LFG-amp-Accept-All-macro


/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

I just went and tested this between my main and a bunch of trial accounts. I confirmed everything other than trade {because trials can't trade} works.

ebony
06-25-2012, 01:44 AM
you can use


/print GetMouseFocus():GetName()

to find the names of buttons. if there something you need that's not listed.

JohnGabriel
06-25-2012, 08:35 AM
I will take this time to thank the author of the accept all macro. Its one of two macros thats used by every single one of my toons.

shadewalker
06-25-2012, 12:18 PM
you can use


/print GetMouseFocus():GetName()

to find the names of buttons. if there something you need that's not listed.

They also implemented the /framestack command that can be toggled off and on to show button and other UI element names.