Train Follow
I wanted my 5 man to follow one after another: slot 5 folow 4 follow 3 follow 2 follow 1.
Here is a simple Keymap to do that:
Create a keymap with 1 step
The step will have 1 action.
Action 1 - new world of warcraft macro action
Target: Window: All w/o current
Commnands:
/jamba-follow strobeoff
!if (character is "slot 1") /jamba-follow strobeon {SLOT5}
!if (character is "slot 2") /jamba-follow strobeon {SLOT1}
!if (character is "slot 3") /jamba-follow strobeon {SLOT2}
!if (character is "slot 4") /jamba-follow strobeon {SLOT3}
!if (character is "slot 5") /jamba-follow strobeon {SLOT4}
Press the keymap.
Now move the main toon.
You can substitute "/follow" for "/jamaba-follow strobeon"
Here is a simple Keymap to do that:
Create a keymap with 1 step
The step will have 1 action.
Action 1 - new world of warcraft macro action
Target: Window: All w/o current
Commnands:
/jamba-follow strobeoff
!if (character is "slot 1") /jamba-follow strobeon {SLOT5}
!if (character is "slot 2") /jamba-follow strobeon {SLOT1}
!if (character is "slot 3") /jamba-follow strobeon {SLOT2}
!if (character is "slot 4") /jamba-follow strobeon {SLOT3}
!if (character is "slot 5") /jamba-follow strobeon {SLOT4}
Press the keymap.
Now move the main toon.
You can substitute "/follow" for "/jamaba-follow strobeon"