• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Spamming MACRO - Hunting RARES!

    Discussion in 'Honorbuddy Forum' started by Extreme_kid, Nov 8, 2012.

    1. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Spamming MACRO - Hunting RARES!

      Hey there! I was wondering if theres a plugin for honorbuddy that I can configure to say , keep spamming the 1 key on my action bar!
      Say I'm waiting for a rare to spawn! I was wondering if it would be possible to make a macro to target whatever NPC is you're camping for and cast one of ur instant spells and Have the macro on your actionbar and honor buddy to keep spamming it for you.

      It would really come handy specially when there are bunch of other people camping for the same NPC, it all comes down to who can get the TAG first before everyone else and it always come down to seconds right when the Targeted NPC spawns.

      A Plugin that would work along with Combat bot would be amazing , for your toon to sit there idle and keep spamming the Macro in your action bar. Once you have the Tag you can always take control and finish the rest of the fight by yourself!

      Any help would be appreciated,

      What I need to know if there is already such a Plugin or ANY other program , addon , etc etc that can take care of this task for me.

      Please if you're reading this take a minute to write back as Im sure there are plenty of others around here that might be interested in this as well! :)


      Thank you!
       
    2. thalord

      thalord Community Developer

      Joined:
      Apr 24, 2011
      Messages:
      651
      Likes Received:
      11
      Trophy Points:
      0
    3. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      I used to use Rarekiller on my Hunter back in Cataclysm to tame all the rare pets I needed but, but here I'm trying to hunt down & kill MOP rare MoP rare mobs.
      I'm assuming I have to use the section that says : HUNT By ID ? and then enter that one specific rare Mop Mob's ID that I'm camping for ?

      I hope I'm understanding this correcting ?!


      Again just out of curiosity, is there another addon that you can setup to spam one of the buttons on your action bar regardless of what it is just spamming it ?! If not then I'm guessing my only choice is Rarekiller
       
    4. thalord

      thalord Community Developer

      Joined:
      Apr 24, 2011
      Messages:
      651
      Likes Received:
      11
      Trophy Points:
      0
      Never used it but i know people used it to kill the photo drake in Wrath so it should do what you neeed.
      Dont know if theres a Plugin like that
       
    5. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Why not just use NPCScan in game addon ? It alerts you when it finds a rare mob near.
       
    6. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Ahhhh I see , then I guess I'll wait to see if anyone else has any experience hunting MOP rares with Rarekiller!
      And by that I do not mean the bot killing the NPC but just Tagging it right away when it spawns,

      Earlier tonight I was camping one of the rare NPCs in Vale of Eternal Blossom and there were like bunch of other people including a warlock, I had my hands on my keyboard and ready for when the mob spawn to tag right before everyone else. When the mob spawned the warlock reacted SO fast that I everyone else was caught off guard, I mean... I don't think the mob was fully yet spawned when the warlock tagged it! like the whole thing happened in less than a few mili seconds which is just way too fast for a normal human or maybe is it that I'm slow ?! lol

      funny thing is the warlock was fishing at the same time, so he must have his mouse cursor on his bubbler for when it moves, he couldn't have possibly target the NPC so quickly.
      What are your thoughts on this , whoever is reading this. I really like to know if theres a way to secure a Tag
      Its not the first time and probably wont be the last that I've lost a rare to somebody else even after camping it for so long.

      Any help would be appreciated! :)
       
    7. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      You did not understand my first post, I'm not flying around hoping that Id come across one of the rares!

      I'm standing RIGHT on TOP of the spawning point of the specific NPC I'm trying to hunt & waiting to spawn, just need a method to TAG the NPC right when it spawns as I'm not the only one around camping these things!

      Any ideas?!
       
    8. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Haven't tried this, may not work at all (or may end up spamming far too fast), but something along these lines could work..

      Code:
      using Styx;
      using Styx.Common;
      using Styx.Common.Helpers;
      using Styx.Patchables;
      using Styx.Plugins;
      using Styx.WoWInternals;
      using Styx.WoWInternals.WoWObjects;
      
      namespace MacroSpamer
      {
          public class MacroSpam : HBPlugin
          {
      
              public override void Pulse()
              {
                      Lua.DoString("/tar MOB NAME");
                      Lua.DoString("/cast INSTANT CAST SPELL TO TAG");                
              
              }
      
              public override string Name { get { return "Macro Spam"; } }
      
              public override string Author { get { return "Millz"; } }
      
              public override Version Version { get { return new Version(1,0,0,0);} }
          }
      }
      
       
    9. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      I do not have slightest clue what those codes are or how to use them! lol
      I do not have an issue with the bot spamming way too fast , cause if the NPC isn't there yet it wouldn't really make a difference, the but would be just standing there idle BUT if the target IS there , or Spawns right when you're spamming aimlessly for yourself , you have a very high chance of securing the Tag for yourself!

      You do not happen to write plugins do you ?! lol
       
    10. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      I looked around a little bit , Im assuming thats a plugin code I have to save in notepad as CS format ?! o_O with the NPC name and the spell I want to cast for tagging ?! I'm going to give it a try and post back here!
       
    11. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Yeah, it's plugin code, but i'm no expert at writing plugins, so it might not work at all. I didn't try it.
       
    12. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      I just tried the codes it doesn't work :[
      I have to see if I can find someone to maybe do this or if theres already a similar plugin out there that does the same job ?! :confused:
       
    13. Extreme_kid

      Extreme_kid New Member

      Joined:
      Apr 22, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Anyone else know about this ?!
       
    14. Pev

      Pev New Member

      Joined:
      Oct 1, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      This is really needed, Loosing Warbringers all the time. Some way to make this happen?
       

    Share This Page