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: 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:
This will come in -very- handy during the repgrinds indeed! Cheers for the idea znuffie, and thanks for the coding highvoltz
is there a way you could make it turn itself off if the macro succeeds? like check if it says "target not in range" or what ever and still work, but if doesn't say that, then it shuts off. I don't know if I'm explaining this well... I'd like to use this, combined with Mr.Autofight to farm the time lost protodrake. But I'm afraid that the macro spamming would override Mr.Autofight
Nope, sorry, that's pretty much the basic idea, doesn't do anything else than spamming the macro. But Mr AutoFight shouldn't stop unless you gain aggro/enter combat. Replace the /targetenemy with /target Time-Lost Proto Drake in the macro.
This seems like exactly what I am looking for (farming goblin factions as well).. But being a DK, I don't have many instant damaging spells without a (rune) CD...
I think taunt does damage to NPCs not already attacking you, pretty short cd, Could put taunt in a macro along with death grip,icy touch,death coil and it'll cast whichever isn't on cd or has enough RP/runes up
I hate you I was looking for this plugin just 3 days ago, I couldn't find it, so I had to make my own (read: steal some code from other plugins). Thanks
Quick question, if i put in two targets ( currently im doing the wintersabre grind *yawn* and as hb currently will do one quest objective then the next it only targets the bears first then the ravagers) will it spam spam on either of the two taget mobs i chose or will it only try to do the first one.. i have manually tried this and it seems only to do my initial one but maybe your plugin will do the second one
..it works perfectly fine with all HB releases. I'm using this for the Crittergeddon guild achievment.
I get this error in the log: Plugin from C:\Users\Manbag\Downloads\Honorbuddy 2.0.0.3449\Plugins\RunMacro.cs could not be compiled! Compiler errors: File: RunMacro.cs Line: 19 Error: The type or namespace name 'XNAMath' does not exist in the namespace 'Tripper' (are you missing an assembly reference?) If it works fine, then I probably just did something wrong, just don't know what it is.