What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

FengInterrupt - No more Epicenter!

hazard

Well-Known Member
Joined
Sep 16, 2010
Messages
1,854
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.


 
Last edited:
Gonna test this tomorrow, was allready making a macro for it, but this way I stay complete BuddyStyle!
 
OK I will look into this to see why it is not working and try to amend it.
 
Please do, this would be an awesome plugin :) That whole mechanic is a massive pain in the ass.
 
OK attempt number two. Give the new file a go and tell me if it works this time.
 
You can still play LFR mate. You just won't get any loot for it.
 
True dat, but have far more things to get done lol ;) If i get the time will try it out dude
 
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 :)
 
Back
Top