Macro:Focus Live toon
From Dual-Boxing Wiki
user:The IT Monkey submitted this macro
It sets a characters focus to the first live character in a predefined list of characters.
/clearfocus /focus toon1 /stopmacro [target=focus, exists, nodead] /focus toon2 /stopmacro [target=focus, exists, nodead] /focus toon3 /stopmacro [target=focus, exists, nodead] /focus toon4 /stopmacro [target=focus, exists, nodead] /focus toon5
Comments
- The above only works if you don't exceed the maximum character limit of 255 for macros.
- It is a rather inelegant macro the following does the same
/clearfocus /focus [target=toon1, exists, nodead][target=toon2, exists, nodead][target=toon3, exists, nodead][target=toon4, exists, nodead][target=toon5, exists, nodead]
| ||||||||||||||||||||
