znuffie
Active Member
- Joined
- Feb 23, 2010
- Messages
- 864
- Reaction score
- 30
Hi!
I forced HighVoltz into writing a simple plugin for me that it's only purpose in life is to spam a macro named "Test" every second (or less, default set at 500ms).
This is useful when you're farming Low Level mobs (like I'm doing +rep with Ratchet right now) and your CC doesn't really cut it.
Here's the macro I'm using, for a Shadow Priest:
Replace "Devouring Plague" with an instant cast, instant damage spell for best results.
How to use it: create a macro named Test, edit the delay here:
Result:
I forced HighVoltz into writing a simple plugin for me that it's only purpose in life is to spam a macro named "Test" every second (or less, default set at 500ms).
This is useful when you're farming Low Level mobs (like I'm doing +rep with Ratchet right now) and your CC doesn't really cut it.
Here's the macro I'm using, for a Shadow Priest:
Code:
/console targetNearestDistance 800
/targetenemy
/cast Devouring Plague
/console targetNearestDistance 50
Replace "Devouring Plague" with an instant cast, instant damage spell for best results.
How to use it: create a macro named Test, edit the delay here:
Code:
if (!isPulsing && !pulseThrottleTimer.IsRunning || pulseThrottleTimer.ElapsedMilliseconds >= [color=red]500[/color]) // miliseconds
Result:

Last edited: