Proto
New Member
- Joined
- Jan 8, 2012
- Messages
- 219
[Plugin] BurstOSpeed - Rogue Burst of Speed
DESCRIPTION:
BurstOSpeed is very simply a plugin created to ensure that your rogue's level 60 talent "Burst of Speed" buff is enabled as much as possible while running around out-of-combat.
(Note: If you are not spec'd into Burst of Speed, this plugin will still cast Darkflight (racial) or Sprint, if available.)
Although Singular has this function built into its Combat Routine, it does not ALWAYS function when it can and should be used. BurstOSpeed will make certain it does, without conflict.
It's designed to only cast Burst of Speed when the rogue is moving, and energy is full.
It will not cast Burst of Speed in combat, while casting, while mounted (mount, transport or taxi), another speed buff is active (such as itself, Sprint or Darkflight), or your rogue is dead. =)
BurstOSpeed should not conflict with any Combat Routine, or waste precious energy when needed.
In a nutshell, if you have the energy and you're moving, move faster! ... but only out of combat
INSTALLATION:
Take the BurstOSpeed zip file and unzip it in your folder "Honorbuddy/Plugins/"
Once that is done you should have the file path "Honorbuddy/Plugins/BurstOSpeed/BurstOSpeed.cs"
UPDATES:
By request I've included a modified version of this addon below. Will only cast Burst of Speed and with 30 or more Energy.
Also by request Always Stealth plugin
Version 2.2
1) Removed use of POI's in code
2) Fixed problem where cast was possible only when Rogue energy was at 100. This broke for Level 100 Rogues using Venom Rush talent giving 115 max energy. Now set to cast at 99 or more energy.
Version 2.1.1
1) Replaced "English" only aura & spell names with ID's
Version 2.1
1) Replaced OnEnable & OnDisable overrides
Version 2.0
1) Update after WoW patch 6.0.2 (removed Initialize & Dispose overrides due to changes in HB)
Version 1.1
1) Cleaned up code
2) Will cast Darkflight (racial) if available before Burst of Speed
3) Will cast Sprint if available before Burst of Speed
DESCRIPTION:
BurstOSpeed is very simply a plugin created to ensure that your rogue's level 60 talent "Burst of Speed" buff is enabled as much as possible while running around out-of-combat.
(Note: If you are not spec'd into Burst of Speed, this plugin will still cast Darkflight (racial) or Sprint, if available.)
Although Singular has this function built into its Combat Routine, it does not ALWAYS function when it can and should be used. BurstOSpeed will make certain it does, without conflict.
It's designed to only cast Burst of Speed when the rogue is moving, and energy is full.
It will not cast Burst of Speed in combat, while casting, while mounted (mount, transport or taxi), another speed buff is active (such as itself, Sprint or Darkflight), or your rogue is dead. =)
BurstOSpeed should not conflict with any Combat Routine, or waste precious energy when needed.
In a nutshell, if you have the energy and you're moving, move faster! ... but only out of combat
INSTALLATION:
Take the BurstOSpeed zip file and unzip it in your folder "Honorbuddy/Plugins/"
Once that is done you should have the file path "Honorbuddy/Plugins/BurstOSpeed/BurstOSpeed.cs"
UPDATES:
By request I've included a modified version of this addon below. Will only cast Burst of Speed and with 30 or more Energy.
Also by request Always Stealth plugin
Version 2.2
1) Removed use of POI's in code
2) Fixed problem where cast was possible only when Rogue energy was at 100. This broke for Level 100 Rogues using Venom Rush talent giving 115 max energy. Now set to cast at 99 or more energy.
Version 2.1.1
1) Replaced "English" only aura & spell names with ID's
Version 2.1
1) Replaced OnEnable & OnDisable overrides
Version 2.0
1) Update after WoW patch 6.0.2 (removed Initialize & Dispose overrides due to changes in HB)
Version 1.1
1) Cleaned up code
2) Will cast Darkflight (racial) if available before Burst of Speed
3) Will cast Sprint if available before Burst of Speed
Attachments
Last edited: