• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • FengInterrupt - No more Epicenter!

    Discussion in 'Uncataloged' started by hazard, Oct 8, 2012.

    1. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      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: Oct 11, 2012
    2. anobuddy

      anobuddy New Member Legendary

      Joined:
      Apr 11, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Gonna test this tomorrow, was allready making a macro for it, but this way I stay complete BuddyStyle!
       
    3. anobuddy

      anobuddy New Member Legendary

      Joined:
      Apr 11, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Not working :(
       
    4. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      OK I will look into this to see why it is not working and try to amend it.
       
    5. benj180

      benj180 Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Please do, this would be an awesome plugin :) That whole mechanic is a massive pain in the ass.
       
    6. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      OK attempt number two. Give the new file a go and tell me if it works this time.
       
    7. benj180

      benj180 Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      Will have to wait until reset dude, already cleared LFR and normal.
       
    8. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      You can still play LFR mate. You just won't get any loot for it.
       
    9. benj180

      benj180 Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      True dat, but have far more things to get done lol ;) If i get the time will try it out dude
       
    10. benj180

      benj180 Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      1
      Trophy Points:
      18
      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()
       
    11. KsuCoolCat

      KsuCoolCat Member

      Joined:
      Jan 16, 2012
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      8
      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.
       
    12. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Does this work ?
       
    13. lordimac

      lordimac New Member

      Joined:
      Mar 4, 2011
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
    14. mikar

      mikar New Member

      Joined:
      Jun 30, 2012
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    15. lordimac

      lordimac New Member

      Joined:
      Mar 4, 2011
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
      Well, If you are playing LFR or Normal Mode you can be sure that the actual Target (Tank) will get stunned.
       
    16. Jandurson

      Jandurson New Member

      Joined:
      Dec 9, 2011
      Messages:
      162
      Likes Received:
      0
      Trophy Points:
      0
      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 :)
       

    Share This Page