Hi again,, Just thought i'd post a couple of WoW ingame macros which i use,, basically they are set on my shammies so that when i press a number on my main(mage), the shammies execute the macro for that key..

the macros are your basic run of the mill Attackassist, Follow, healself , and heal target(PS , use Healbot on main and set Target,, thats what i do,, so i can quickly choose a target by clicking the healbot then through the AHK script i can tell my shammies to heal that target simply by pressing the middle mouse button, its veryu efiiciant, u just need to make an allowance to any latency that u have).. Anyway..heres the macros


Assist>>>>>>>>>just change the names and spell..(remember all need to be grouped for this to work properly)

/assist [target=doc, nodead] [target=lice, nodead] [target=tiç, nodead] [target=toç, nodead] [target=toyz, nodead]
/focus target
/stopmacro [target=focus, noexists]
/target target
/startattack
/petattack
/cast Frostbolt(Rank 2)

Follow>>>>>>>>>>>>>>>>>>>>

/stand
/target [target=doc] [target=lice] [target=tiç] [target=toç] [target=toyz]
/follow target

Healtarget>>>>>>>>>>>Remember i use healBot addone to pick a target(group member) to heal on the go,, i'e HealBot on the main(mage) screen is up where i can moniter the groups helth. if one of the groups health gets too low then i click healbot and target that char/toon.. then cast this macro which i've bound to my Middle mouse button through the AHK script>>>>>>>>>

/assist [target=doc, nodead] [target=lice, nodead] [target=tiç, nodead] [target=toç, nodead] [target=toyz, nodead]
/cast [target=target, help] Healing Wave(Rank 2)
/target [target=focus]

HealSelf>>>>>>>>>>>>>>>>>>>>>>>

/target player
/cast Healing Wave(Rank 2)
/target [target=focus]

HealMain>>>>>>>>>>>>>>>>>>>>>>My main is named Doc..so just change that name to your main..

/target Doc
/cast Healing Wave(Rank 2)
/target [target=focus]


I hope these help..