sebastienjuly
Member
- Joined
- Aug 1, 2005
- RedCents
- 61¢
this is my first mac, i made it by reading other macs and it worked to my suprise. i was looking for a mac that could do this and couldn't find it so here ya go!
~sebi
sub Main
/echo Monk_Skills mac loaded.
:Main_Loop
/call dostuff
/delay 10
/goto :Main_Loop
/return
sub dostuff
/if ((${Target.Distance}<15)&&(${Me.AbilityReady[Begging]})) /doability "Begging"
/if ((${Target.Distance}<15)&&(${Me.AbilityReady[Intimidation]})) /doability "Intimidation"
/if (${Me.AbilityReady[Mend]}) /doability "Mend"
/if (${Me.AbilityReady[Sneak]}) {
/doability "Sneak"
/delay 10
/doability "Sneak"
}
/if (${Me.AbilityReady[Feign Death]}) {
/doability "Feign Death"
/delay 5
/stand
}
/return
~sebi

