Code: Select all
| - macro1.mac -
|
| Written by: Bhaal the Ranger
|
#include SpellSub.mac
#event HitsYou "YOU for"
#chat tell
Sub Main
.
.
.
/return
sub Event_HitsYou
/stand
/if "$combat"=="TRUE" /goto :StillEngaged
/call TargetMobAndAttack
:StillEngaged
/return
sub event_chat
/mqlog $p1 tells you: $p2
/return
