FengInterrupt by Hazard **TANK USE ONLY** Both collects and uses the Lightening Fist against Feng The Accursed. This is in BETA at the moment and currently has NOT been tested. Please provide feedback as the button use timer may need tweaking.
Gonna test this tomorrow, was allready making a macro for it, but this way I stay complete BuddyStyle!
Hey man, sorry delay in getting back to you. Tried this but getting error as follows: [00:17:36.555 D] System.NullReferenceException: Object reference not set to an instance of an object. at FengInterrupt.HazzPuppet.Pulse() in c:\Honorbuddy 2\Plugins\FengInterrupt\FengInterrupt.cs:line 39 at Styx.Plugins.PluginWrapper.Pulse()
To resolve the null pointer, change the contents of the pulse method to: Code: if (Me.CurrentTarget != null && Me.CurrentTarget.CastingSpell.Name == "Lightning Fists") { Lua.DoString("RunMacroText('/tar [@targettarget, exists] /click ExtraActionButton1');"); } if (Me.CurrentTarget != null && Me.CurrentTarget.CastingSpell.Name == "Epicenter") { Lua.DoString("RunMacroText('/click ExtraActionButton1');"); } However, you will need to do some additional work around this to prevent it from trying to use Shroud of Reversal on Epicenter before it has successfully stolen Lightning Fists.
as far as i know, you have to channel the shroud onto someone else who gets hit by the stun. so how can the bot know who will get hit?
Well, If you are playing LFR or Normal Mode you can be sure that the actual Target (Tank) will get stunned.
Been looking for something like this, any chance for a working version? For those wondering how this will work. This plugin simply sends 1 macro @ the target of your target (target feng and it targets Fengs target) to "steal" Lightning Fist and then sends another macro to interrupt epicenter using lightning fist. To make this easier (and dummy proof) why not macro focus feng then use a macro for Target-of-Focus? That would eliminate the targeting problem. Unless theres a way to find out if your extraactionbutton contains a certain spell I dont see how you could verify if you actually possess Lightning fist or not. Food for thought and a ninja bump