Bind Wound Mac - Berserker

fauxshizle

New member
Joined
Dec 27, 2008
Messages
498
Reaction score
0
Points
0
Location
Kaos Kansas
Chopped up the caster bind wound macs and made this.
Very small, simple and works perfect. Add whatever you like.

Removed the vendor part b/c i hang in the guild hall, so as not to waste raid buffage. So fill a couple big bags with bandages, then afk for the night......

Other classes, just change the alt activate code to whatever you can do to damage yerself.

Zerkers, if yer max aa, or at least max Bloodfury, 2 rounds will take me from 110k unbuffed, to about 48k, basically to around 50% life, modify for your purposes, and for lower level berserkers, u can change the alt activate to volley or even frenzy on yerself for hp reduction.

Code:
#include spell_routines.inc 
#Event Skillup          "You have become better#*#"
#Event Target           "#*#You must target a player to bandage.#*#"
#Event buysell         "#*#You can't bandage without bandages, go buy some.#*#"
#Event Target           "You must first select a target#*#"
  

Sub Main

/echo READY TO BIND!!
/echo Bind Wound currently at ${Me.Skill[Bind Wound]}
/doevents
:MainLoop
/call DoIt
/goto :MainLoop
/return


Sub DoIt
/doevents
/tar myself 
/if (${Me.Skill[Bind Wound]}>524) {
   /echo FUCK BIND WOUND
   /delay 10s
   /endmacro
   }
/if (${Me.PctHPs}>=99) {
/delay 5s
/alt act 752
/delay 5s
/alt act 752
/delay 5s
}
/if (${Me.PctHPs}<97 && ${Me.AbilityReady[Bind Wound]}) /do "Bind Wound"
/delay 15s
/return


Sub Event_Skillup
   /echo Your Bind Wound Is (${Me.Skill[Bind Wound]})
   /return
/goto :MainLoop
 
Last edited: