• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - Interrupt] Interrupter - All Classes

    Discussion in 'Archives' started by strix, Feb 2, 2011.

    Thread Status:
    Not open for further replies.
    1. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      Simple plugin to interrupt other player's spellcasting.

      Currently does not support chosing what to interrupt.
      To use with probably any botbase,

      How exactly it works:
      1. Waiting BasicDelay when enemy starts casting,
      2. Waiting 0 to SimulatePlayerDelay,
      3. Making sure enemy is still casting and interrupts,

      Settings editable with notepad, default settings in ( ) brackets:
      PlayingByHand (true) - if it should prevent HB from doing anything else than interrupting
      BasicDelay (500 ms = half sec) - interruption delay to prevent interrupting fake casts
      SimulatePlayer (true) - simulate player's reflex (using next settings or not)
      SimulatePlayerDelay (0 to 300 ms = 0 to 0,3 sec) - additional time to wait, randomly chosen between 0 and what you set in milliseconds

      To make sure no spell goes through, both delays summed up should not extend (or even be too close to) fastest spell's casting time.

      Changelog:
      29.08.2011 - v2.1 it's working again
      02.02.2011 9:20 - v2.0 added more settings
      v1.0 - initial release
       

      Attached Files:

      Last edited: Aug 31, 2011
      Zacharybinx34 likes this.
    2. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      How is it used?
      I mean which bot should i use with? Combat/Heal bot 1.0.0?

      And also how does it works? It auto interrupts my focus target or current target or can I choose who to interrupt?
      Is it possible for me to choose which spell to interrupt?
       
    3. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      Currently it's 10 min release, with most basic options maybe will add more in couple days. Now i can't afford spending any minute more on it ;)
       
    4. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      okay, well i believe this plugin will get stronger in the future.

      Still, one more question, which bot should i start it with?
       
    5. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      erm, Honorbuddy and prolly any botbase available, im always launching my plugins on Grinding.
       
    6. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Hey Strix it works great! thanks for the help.
      I only have a small questions, if im a healing shammy, i cant always keep my eyes on my enemy to let this plugin works, so is there way for me to interrupt my enemy while not changing my current target?
       
    7. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      If somebody make me a list of all interruptable spells, their ids and cast times, i've nothing against :p
       
    8. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      I'll try, but I could only find spell names. I dont know where to get spell ids. Those red ones are ones I think have priority to interrupt.

      And I also came up with an idea that I dont know if you could make it happen, a purge helper that auto cleans enemy target with speical buffs.

      Paladin
      Holy Light
      Exorcism
      Flash Light
      Divine Light

      Druid
      Healing Touch
      Entangling Roots
      Starfire
      Regrowth
      Hurricane
      Cyclone
      Nourish

      Mage
      Fireball
      Arcane Missiles
      Frostbolt
      Pyroblast
      Evocation
      Polymorph
      Arcane Blast

      Priest
      Flash Heal
      Smite
      Mind Blast
      Holy Fire
      Heal
      Binding Heal
      Prayer of Healing
      Mind Control
      Greater Heal
      Mana Burn
      Mass Dispel
      Mind Spike

      Shaman:
      Lightning Bolt
      Healing Wave
      Healing Surge
      Greater Healing Wave
      Chain Lightning
      Lava Burst
      Chain Heal
      Hex

      Warlock
      Shadow Bolt
      Immolate
      Drain Life
      Fear
      Soul Harvest
      Drain Mana
      Soul Fire
      Incinerate
      Seed of Corruption

      Things I think should be purged:
      Soulburn
      Heroism
      Bloodlust
      Innervate
      Blessing of Freedom
      Spiritwalker's Grace
      Divine Plea
       
    9. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Hey strix. this 2.0 version doesnt really works for me. It dont let me play by hand, it still loads the CC and use other skills.
       
    10. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      are you sure you set "PlayingByHand" to true?
       
    11. Saif

      Saif Member

      Joined:
      Aug 10, 2010
      Messages:
      192
      Likes Received:
      1
      Trophy Points:
      18
      Strix the plugin works great and I've been waiting on a plugin like this for a long time now. Is there anything in the works for letting the plugin interrupt your focus? That would make bg's and arenas a lot smoother for me.

      Thanks,
      Saif
       
    12. laipihouer

      laipihouer New Member

      Joined:
      Jan 28, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Ya, this is what i had
      "private static bool PlayingByHand = true; // true/false - if it should be for playing by hand

      private static int BasicDelay = 500; // initial interruption delay in milliseconds
      // to prevent interrupting fake casts

      private static bool SimulatePlayer = true; // true/false - simulate player's reflex?
      private static int SimulatePlayerDelay = 300; // random number between 0 and what you set in milliseconds"

      Please don't give up on this plugin. It will be so useful.:D
       
    13. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      this thing stillwork
      ?
       
    14. tera_X

      tera_X New Member

      Joined:
      Jan 14, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I alway get this error with the latest HB version.

      Edit: But it seems to work. :S
       
    15. Impala

      Impala Member

      Joined:
      Feb 19, 2011
      Messages:
      363
      Likes Received:
      0
      Trophy Points:
      16
      I thought it was broke, is this confirmed to work?
       
    16. marvix

      marvix New Member

      Joined:
      May 11, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      yes it still working.but since they removed "Donothing" option of HB u cant use this in arena..coz what ever u`ll do it will still use the normal CC.

      this was a fking awesome pluging and got me 2 k rating on my dk :mad:

      please guys..either fix this addon so it doesn't use cc or any thing of the bot, or get back the "Donothinothing" in bot :(
       
    17. Someday

      Someday New Member

      Joined:
      Jan 15, 2010
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      This plugin would be so fucking awesome in arena... is i possible to release a version usable when playing by hand?
      As marvix said - "do nothing" is no longre implemented in HB2 :-/
       
    18. B3AST

      B3AST Member

      Joined:
      Mar 6, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      'do nothing' is still sort of implemented under party bot setting is it not?
       
    19. marvix

      marvix New Member

      Joined:
      May 11, 2010
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      no ..it wil use ur cc also
       
    20. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      Use Lazyraider :)
       
    Thread Status:
    Not open for further replies.

    Share This Page