gonemental
Member
- Joined
- Nov 14, 2010
- Messages
- 295
- Reaction score
- 11
I have tried to give credit where credit is due. This is a PVP focused level 85 subtlety Combat Rotation with no movement code.
Stealthy is a plugin to refresh weapon enchants and automatically go into stealth. It will apply Wound Poison to your Main Hand and Crippling Poison to your Offhand and Ranged. Its up to you to keep stocked up on them. It will automatically turn on Stealth if you are in a Battleground, Not in Combat, Not Casting, and Not mounted.
**Best used with Combat/Heal Bot**
Version 1.3
7/25 More Tweaks in logic. It now will start attacking if you are using Combat Bot or LazyRaider and you have a valid target. It now uses Rupture.
Version 1.3.1
Now keeps Hemorrhage debuff on target. Will check for "Crippling Poison" before trying to apply it with shiv. Checks for Rupture before attempting to Cast. Checks for Hemorrhage before using ShadowDance.
You can change your offhandpoison if you want to use shiv by changing the following:
Stealthy is a plugin to refresh weapon enchants and automatically go into stealth. It will apply Wound Poison to your Main Hand and Crippling Poison to your Offhand and Ranged. Its up to you to keep stocked up on them. It will automatically turn on Stealth if you are in a Battleground, Not in Combat, Not Casting, and Not mounted.
**Best used with Combat/Heal Bot**
Version 1.3
7/25 More Tweaks in logic. It now will start attacking if you are using Combat Bot or LazyRaider and you have a valid target. It now uses Rupture.
Version 1.3.1
Now keeps Hemorrhage debuff on target. Will check for "Crippling Poison" before trying to apply it with shiv. Checks for Rupture before attempting to Cast. Checks for Hemorrhage before using ShadowDance.
You can change your offhandpoison if you want to use shiv by changing the following:
Code:
#region UserSettings
//Set your Offhand poison here
private readonly string OffHandposion = "Crippling Poison";
//Set true to use Shiv to apply OffHandpoison
private readonly bool ShivApplypoison = true;
#endregion
Attachments
Last edited: