The idea would be to have a macro that would:
And that's about it!! See? Easy really
I have stolen
Code: Select all
Sub Event_Chat
/if "$p2"=="Haste" {
/sit off
/delay 5
/target $p1
/call SpellSub 5 NEED DELAY!!!!!!!!
/delay 5
/sit on
} else /if "$p2"=="VoG" {
/sit off
/delay 5
/target $p1
/call SpellSub 5 NEED DELAY!!!!!!!!
/delay 5
/sit on
} else /if "$p2"=="nuke" {
/sit off
/delay 5
/target $p1
/assist
/if "$target(type)"=="NPC" /goto :nukeaway
/goto :nonuke
:nukeaway
/call SpellSub 8 NEED DELAY!!!!!!!!
:nonuke
/delay 5
/sit on
} else /if "$p2"=="Add" {
/sit off
/delay 5
/target $p1
/assist
/if "$target(type)"=="NPC" /goto :rootaway
/goto :noroot
:rootaway
/call SpellSub 4 NEED DELAY!!!!!!!!
:noroot
/delay 5
/sit on
} else /if "$p2"=="GRM" {
/sit off
/delay 5
/call SpellSub 6 NEED DELAY!!!!!!!!
/delay 5
/sit on
}
/returnOh well! Hope it will inspire anyone to help
Desparate n00b
[/code]

