monk dps macro

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

nako
decaying skeleton
decaying skeleton
Posts: 8
Joined: Sat Apr 24, 2004 12:35 am

monk dps macro

Post by nako » Thu May 06, 2004 9:28 am

what i am looking for is a macro i can run so when i attack a mob ti will do tiger claw,disarm,beg with out the auto goto mob combad in bounces around to much i ttryede stic and i lose alot dps and like the attack of on enrage to if somebody could help me i know just about nothing anboug wrighting macros

User avatar
bohicaseti
a lesser mummy
a lesser mummy
Posts: 33
Joined: Sat Mar 06, 2004 5:55 am

Post by bohicaseti » Fri May 07, 2004 2:36 pm

Give this a shot.

Code: Select all

Sub Main

  :Loop 
    /if (${Me.Combat}) {
	/if (${Me.AbilityReady["Tiger Claw"]}>0) /doability "Tiger Claw"
	/if (${Me.AbilityReady["Disarm"]}>0) /doability "Disarm"
	/if (${Me.AbilityReady[begging]}) { 
      /attack off 
      /face fast nolook 
      /delay 1 
      /doability "begging" 
      /if (!${Target.ID}) /return
      /attack on 
   } 
}
    /goto :Loop 
/return
Friends help friends move . . . .
Real friends help friends move dead bodies.