Quote Originally Posted by Dorffo View Post
@Leovindica

for my setup there are three keys involved per shaman:
each shaman has a focus macro keybound to numpad delete.
Code:
/assist leader
/focus
each shaman has a hex keybind (ctrl-v)
HTML Code:
/cast [@focus,exists,nodead][] hex;
and a bind elemental keybind (shift-v)
Code:
/cast [@focus,exists,nodead][] bind elemental
in isboxer I setup 4 mapped keys (f9, f10, f11, f12) which are each 1 step and consist of two actions:

f9:
step-
--actions:
num del -> sham 1
alt+num 1 -> self (raid target icon)

f10:
step-
--actions:
num del -> sham 2
alt+num 2 -> self (raid target icon)

f11:
step-
--actions:
num del -> sham 3
alt+num 3 -> self (raid target icon)

f12:
step-
--actions:
num del -> sham 4
alt+num 4 -> self (raid target icon)


Prep for pulls in PvE then looks something like: Target NPC1, tap f9, target npc2, hit f10. target npc3 hit f11 etc.

On pull ctrl-v or shift-v tosses out the binds/hexs
This setup also looks quite nice, I'm still a beginner concerning IS, could you show me a screenie of your ISB setup of one of the F9/10/11/12 steps pls? A visual always helps me understand better