• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • RunMacro - A simple plugin that spams a macro every second (or less)

    Discussion in 'Archives' started by znuffie, Nov 13, 2010.

    1. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      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: runmacro-result.png
       
      Last edited: Nov 13, 2010
      Redberet9912 likes this.
    2. Nab

      Nab Member

      Joined:
      May 31, 2010
      Messages:
      381
      Likes Received:
      2
      Trophy Points:
      18
      This will come in -very- handy during the repgrinds indeed!

      Cheers for the idea znuffie, and thanks for the coding highvoltz :)
       
    3. ladygamer

      ladygamer Member

      Joined:
      Oct 15, 2010
      Messages:
      175
      Likes Received:
      1
      Trophy Points:
      18
      thanks, saved, i'm sure it'll be useful later =) thanks again!
       
    4. volicio

      volicio New Member

      Joined:
      Oct 29, 2010
      Messages:
      48
      Likes Received:
      1
      Trophy Points:
      0
      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
       
    5. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      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.
       
      Last edited: Nov 14, 2010
    6. UnknowNGameR

      UnknowNGameR New Member

      Joined:
      Apr 5, 2010
      Messages:
      494
      Likes Received:
      9
      Trophy Points:
      0
      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...
       
    7. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      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
       
    8. x11r6

      x11r6 New Member

      Joined:
      Jan 15, 2010
      Messages:
      354
      Likes Received:
      7
      Trophy Points:
      0
      I hate you :p 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 :)
       
    9. ceduna

      ceduna New Member

      Joined:
      Jan 27, 2010
      Messages:
      327
      Likes Received:
      5
      Trophy Points:
      0
      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
       
    10. 7548

      7548 New Member

      Joined:
      Jul 26, 2010
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      this is perfect.... now, if only it worked with the new HB. please =)
       
    11. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      ..it works perfectly fine with all HB releases. I'm using this for the Crittergeddon guild achievment.
       
    12. kabishmann

      kabishmann New Member

      Joined:
      Apr 12, 2010
      Messages:
      102
      Likes Received:
      2
      Trophy Points:
      0
      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.
       
    13. Beowulfe

      Beowulfe Community Developer

      Joined:
      Nov 4, 2010
      Messages:
      194
      Likes Received:
      20
      Trophy Points:
      0
    14. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
      Also added to the first post. Forgot that I changed my local version to fix this.
       

    Share This Page