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

[Plugin - Interrupt] Interrupter - All Classes

Status
Not open for further replies.

strix

New Member
Joined
Feb 13, 2010
Messages
442
Reaction score
18
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
 

Attachments

Last edited:
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?
 
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 ;)
 
okay, well i believe this plugin will get stronger in the future.

Still, one more question, which bot should i start it with?
 
erm, Honorbuddy and prolly any botbase available, im always launching my plugins on Grinding.
 
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?
 
If somebody make me a list of all interruptable spells, their ids and cast times, i've nothing against :P
 
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
 
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.
 
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
 
are you sure you set "PlayingByHand" to true?

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
 
I alway get this error with the latest HB version.

[15:13:47:858] System.NullReferenceException: Object reference not set to an instance of an object.
at Styx.Bot.CustomClasses.Interrupter.Pulse() in c:\Users\xxx\Downloads\Honorbuddy_2.0.0.4620\Plugins\Interrupter.cs:line 55
at Styx.Plugins.PluginWrapper.Pulse()

Edit: But it seems to work. :S
 
I thought it was broke, is this confirmed to work?
 
I thought it was broke, is this confirmed to work?

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 :@

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 :(
 
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 :-/
 
'do nothing' is still sort of implemented under party bot setting is it not?
 
Status
Not open for further replies.
Back
Top