berserker automation

dust

Lifetimer
Joined
Dec 12, 2005
Messages
186
Reaction score
0
Points
16
i am looking for a macro that uses frenzy and annihillator's volley. we used to have a zerker mac in the macros section but, not there anymore
 
holds hand and walks you to [ame="http://www.mmobugs.com/forums/showthread.php?t=2557"]MMOBugs - Cheat Smarter[/ame]
 
Last edited:
Code:
|----------------
|-  Frenzy.mac  -
|----------------

Sub Main
 /declare VolleyTimer timer outer 0
 /echo Frenzy.mac = ON
 :FrenzyLoop
 /if (${Target.ID}) {
    /if (${Me.AbilityReady[Frenzy]}) {
         /echo Frenzy -- < ${Target} >
         /doability Frenzy
    }
    /delay 1s
    /if (!${VolleyTimer}) {
         /doability "Rage Volley"
         /varset VolleyTimer 12s
    }
    /goto :FrenzyLoop
 }
 /echo Frenzy.mac = OFF
 /endmacro
/return

Here is a simple code I wrote to control Frenzy and Volley. You can easily insert this in a more complicated macro to control a zerker. I wrote this snippet a while ago, I have an expanded version for full automation including snare.
 
thanks for the links. I missed the zerker mac when i searched somehow