OK, so really bored and trying to come up with some macros I would use and others might as well. This is setup for the zerker ability axe of the eradicator, adjust the name to accomodate your zerks correct axes
___________________________________________
#event Outofcomponents "You are missing some required components"
Sub Main
:loop
:ClearCursor
/if (${Cursor.ID}) {
/autoinventory
/goto :ClearCursor
}
/doability "Axe of the Eradicator Rk II"
/delay 9s
/doevents
/goto :loop
/return
Sub Event_Outofcomponents
/endmacro
/return___________________________________________
I used one that simply had a keypress, but trying to make it universal, if someone spots and issue with it before I get a chance to test it please let me know =).
___________________________________________
Sub Main
:loop
:ClearCursor
/if (${Cursor.ID}) {
/autoinventory
/goto :ClearCursor
}
/doability "Axe of the Eradicator Rk II"
/delay 9s
/doevents
/goto :loop
/return
Sub Event_Outofcomponents
/endmacro
/return
I used one that simply had a keypress, but trying to make it universal, if someone spots and issue with it before I get a chance to test it please let me know =).
Last edited:

