| | #1 |
| Senior Member Join Date: Jul 2009
Posts: 256
| macro#1 (i usually have this set at F5) on all chars Code: /focus [target=charname,nodead][target=charname,nodead][target=charname,nodead][target=charname,nodead] what this macro will do will initially set all your focus targets on all your characters to the first player listed, if that person is not available (ie dead) spam the macro again and it will set focus to the next player in the list. ================================================== ====== macro#2 (i usually have this set at F6) on all chars. Code: /follow focus ================================================== ====== for spells/abilities i use the follow syntax. Code: /assist focus /cast spellname. so there you have it! you have a macro there that will automatically focus target the first alive person on the list. you have a macro there that will follow the person chosen to be first on the list. and you have a macro there that will grab his target from the first available person on that list! i hope this has been of some help to you guys : ) Last edited by adz4u28; 07-10-2009 at 02:17 AM. |
| | |
| | #2 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 7,735
| Very good thread, I hope this'll help people a lot. A perfect follow-up would be a HD youtube video of it in action *wink wink nudge nudge* |
| | |
| | #3 |
| Senior Member Join Date: Jul 2009
Posts: 256
| ill see what i can get fixed up ![]() ill also start work on a simple but effective boxing ui for people this weekend. (low memory usage, good facilities, with some ready made macros) |
| | |
| | #5 |
| Junior Member Join Date: Jul 2009
Posts: 13
| Here's my setup with focus, follow, and switching screens. I change my screen with F1-F5. All toons have the macros below. //********************************************** //Macro Title: Set Focus Follow 1 //Keybind this to F1 //********************************************** Code: /clearfocus /focus Toon1 /follow focus //Macro Title: Set Focus Follow 2 //Keybind this to F2 //********************************************** Code: /clearfocus /focus Toon2 /follow focus //Macro Title: Set Focus Follow 3 //Keybind this to F3 //********************************************** Code: /clearfocus /focus Toon3 /follow focus //Macro Title: Set Focus Follow 4 //Keybind this to F4 //********************************************** Code: /clearfocus /focus Toon4 /follow focus //Macro Title: Set Focus Follow 5 //Keybind this to F5 //********************************************** Code: /clearfocus /focus Toon5 /follow focus |
| | |
| | #6 |
| Member Join Date: Jul 2009 Location: Cologne, Germany
Posts: 78
| the only problem with switching scrrens and focus at the same time if they are still in follow they wont switch to the new focus afaik |
| | |
| | #7 |
| Junior Member Join Date: Jul 2009
Posts: 8
| I use this ![]() Toon1 M1 /clearfocus /focus Toon1 /script SetView(5);SetView(5); M2 /clearfocus /focus Toon2 /script SetView(5);SetView(5); Toon2 M1 /clearfocus /focus Toon1 /script SetView(5);SetView(5); M2 /clearfocus /focus Toon2 /script SetView(5);SetView(5); And so on for each toon This will clear focus, set new focus and reset view, its good for changing characters, say I want to change to Toon2 from Toon1, i just press M2(Macro 2) and boom I have new party leader. Also its good for AoE attacks, as it will center the Cam all the same way for each character. Also you can add other things to this macro like /follow focus or if you use Jamba, this only has to be set on leader character, if you add this for each character will will not work. /jamba setmeasmaster all /jamba-follow strobeonme all Example, leader is Toon2 Toon1 M1 /clearfocus /focus Toon1 /script SetView(5);SetView(5); M2 /clearfocus /focus Toon2 /script SetView(5);SetView(5); Toon2 M1 /clearfocus /focus Toon1 /script SetView(5);SetView(5); M2 /clearfocus /focus Toon2 /jamba setmeasmaster all /jamba-follow strobeonme all /script SetView(5);SetView(5); Set party leader and Set auto follow all the time, auto recasts every 1sec so you dont have to smash follow key. Also another good macro is /jamba-follow strobeoff all This will stop auto follow on all in Jamba. Last edited by NanoEntity; 07-19-2009 at 03:13 PM. |
| | |
| | #8 |
| Junior Member Join Date: Jul 2009
Posts: 14
| I have been wondering how to set a new master if my main died. Thanks for clearing that up!! |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Team Awesome Macro compilation (Updated for 4.0) | EaTCarbS | World of Warcraft - Macros, UIs, Mods, Addons | 132 | 02-03-2013 06:27 PM |
| Help: target your target's focus macro | orianthi | World of Warcraft - Macros, UIs, Mods, Addons | 11 | 06-28-2010 09:35 AM |
| Stop following focus | xartin | World of Warcraft - Macros, UIs, Mods, Addons | 4 | 01-01-2010 10:02 PM |
| Focus changing | Bubba | General Discussions | 3 | 09-15-2009 11:46 AM |
| Focus not working... | Teál | World of Warcraft - Macros, UIs, Mods, Addons | 8 | 07-26-2009 02:06 AM |