Auto-zerker Volley Skills?

Joined
Jan 14, 2010
Messages
127
Reaction score
1
Points
16
Age
37
Is there any way to automate the volley skills like Eradicator's Volley?
 
holyshits if you use mq2melee

Code:
holyshit0=/if (${Me.CombatAbilityReady[Vanquishing Frenzy Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Vanquishing Frenzy Rk. II
holyshit1=/if (${Me.CombatAbilityReady[Axe of Illdaera Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Axe of Illdaera Rk. II
holyshit2=/if (${Me.CombatAbilityReady[Brutal Volley Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Brutal Volley Rk. II
holyshit3=/if (${Me.CombatAbilityReady[Cry Havoc]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1 && !${Me.Song[Cry Havoc].ID}) /Disc Cry Havoc
holyshit4=/if (${Me.CombatAbilityReady[Spirited Axe Throw]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Spirited Axe Throw

A non auto non mq2 way is to put all of them on the same keyboard key and spam it.
 
Last edited:
From mq2melee wiki:

/melee ragevolley=[0-100]

Will use best ragevolley disc that is available and ready, if endurance above this %. Rage/Destroyer's/Giantslayer's/Annihilator's/Decimator's/Eradicator's/Savage/Sundering Volley.


Always worked for me. Didn't need to use any holyshits for just auto-volley.
 
From mq2melee wiki:

/melee ragevolley=[0-100]

Will use best ragevolley disc that is available and ready, if endurance above this %. Rage/Destroyer's/Giantslayer's/Annihilator's/Decimator's/Eradicator's/Savage/Sundering Volley.


Always worked for me. Didn't need to use any holyshits for just auto-volley.

Ya it works if you like it being delayed even then there's always 2-3 seconds before it uses it when it refreshes but stuff like backstab is instant has to be some kind of code issue in mq2melee.
 
holyshits if you use mq2melee

Code:
holyshit0=/if (${Me.CombatAbilityReady[Vanquishing Frenzy Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Vanquishing Frenzy Rk. II
holyshit1=/if (${Me.CombatAbilityReady[Axe of Illdaera Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Axe of Illdaera Rk. II
holyshit2=/if (${Me.CombatAbilityReady[Brutal Volley Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Brutal Volley Rk. II
holyshit3=/if (${Me.CombatAbilityReady[Cry Havoc]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1 && !${Me.Song[Cry Havoc].ID}) /Disc Cry Havoc
holyshit4=/if (${Me.CombatAbilityReady[Spirited Axe Throw]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Spirited Axe Throw

A non auto non mq2 way is to put all of them on the same keyboard key and spam it.

Hi William 12,
where do I insert those holyshit lines so I can use it with my zerker?
 
holyshits if you use mq2melee

Code:
holyshit0=/if (${Me.CombatAbilityReady[Vanquishing Frenzy Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Vanquishing Frenzy Rk. II
holyshit1=/if (${Me.CombatAbilityReady[Axe of Illdaera Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Axe of Illdaera Rk. II
holyshit2=/if (${Me.CombatAbilityReady[Brutal Volley Rk. II]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Brutal Volley Rk. II
holyshit3=/if (${Me.CombatAbilityReady[Cry Havoc]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1 && !${Me.Song[Cry Havoc].ID}) /Disc Cry Havoc
holyshit4=/if (${Me.CombatAbilityReady[Spirited Axe Throw]} && ${Me.PctEndurance}>=5 && ${Target.PctHPs}>1) /Disc Spirited Axe Throw

A non auto non mq2 way is to put all of them on the same keyboard key and spam it.

Hi William 12,
where do I insert those holyshit lines so I can use it with my zerker?

in your server_name.ini file in mq2 folder. Make sure you also add holyflag0=1 all the way to 4