Quote Originally Posted by 'echo',index.php?page=Thread&postID=137220#post137 220
the /click actionbutton method works fine for /cast, but not for /follow. any idea why this would be? :?:
Yes, its because i think you bound an /assist to your macaroonbutton36 like:
Code:
/assist
[mod:ctrl,mod:shift,nomod:alt]ToonA;
[mod:ctrl,mod:alt,nomod:shift]ToonB;
[mod:alt,mod:shift,nomod:ctrl]ToonC;
[mod:ctrl,mod:alt,mod:shift]ToonD;
and called follow with:
Code:
/click macaroonbutton36
 /follow
 /targetlasttarget
what this does is the command:
Code:
/assist
 [mod:ctrl,mod:shift,nomod:alt]ToonA;
 [mod:ctrl,mod:alt,nomod:shift]ToonB;
 [mod:alt,mod:shift,nomod:ctrl]ToonC;
 [mod:ctrl,mod:alt,mod:shift]ToonD
/follow
 /targetlasttarget
which trys to assist your Leader instead of simply target him. And thats why it doesn't work...