i did
Code: Select all
/echo $char(ability,SLAM)Code: Select all
| - melee.mac -
| does auto taunt, disarm, and slam when attack is on!
|
#turbo
Sub Main
:melee
/delay 5
|i put in delay becuase it seems to use less prosesor use
/if $combat==false /goto :Melee
/if $char(ability,TAUNT)>0 /doability TAUNT
/if $char(ability,DISARM)>0 /doability DISARM
/if $char(ability,KICK)>0 /doability SLAM
/goto :Melee
/return
