Hey,
Answering in the order you asked.
1. Dummys are not considered Bosses, so you have to uncheck only on boss for cooldowns to get used.
2. It's already pooling energy outside of Major Cooldows / FW on target, it will pool and only use your maintenance spells like Rupture and Slice'n'Dice, it will only use Evis if you are over 3 anticipation stacks if you are in "pool mode". Im looking into pooling even more Energy if SD / Vanish is coming off cd.
3. it should only ever cast vanish on SD if you ticked the t18 4p checkbox, where you want to use vanish with SD up, because you get a 30% dmg increase after vanishing which should go into your SD because of the energycost reduction for Ambush.
if you got t184p it's not about maximizing FW uptime but maximising output on ShadowDance. I just double checked, if you don't have the checkbox in options enabled, it will not cast vanish if you have FW up on your target.
4. It should use Premed if you are able to use it (vanished/subterfuge/SD) and have less than or equal to 4 combopoints, because premed can't generate anticipation Combopoints, after looking at the code, it should work, but i will look into it when playing myself and fix it if I can reproduce your situation.
5. not to easy to implement because you can't tell the routine when the fight will start, so assume you just killed trash and a pulltimer of 20 seconds starts, routine will then use premed and you will loose an combopoint because of decay.
opening should be completely handled by yourself like so :
12 seconds prepull : premed
4 seconds prepull : Tricks on Tank
2 seconds prepull : Slice'n Dice
1 seconds prepull : Opener macro
The opening macro would be the following assuming you have t184p :
This will use your Agi pot, put SR up, uses Vanish and instantly puts up 5cp Rupture(5 cp from t18 2p) for your sanguary veins.
Opening is also kinda messy to implement, so your best bet would be doing it manually like that.
No worries, I'm glad for every feedback i can get to improve![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
cheers, MoreCox
Answering in the order you asked.
1. Dummys are not considered Bosses, so you have to uncheck only on boss for cooldowns to get used.
2. It's already pooling energy outside of Major Cooldows / FW on target, it will pool and only use your maintenance spells like Rupture and Slice'n'Dice, it will only use Evis if you are over 3 anticipation stacks if you are in "pool mode". Im looking into pooling even more Energy if SD / Vanish is coming off cd.
3. it should only ever cast vanish on SD if you ticked the t18 4p checkbox, where you want to use vanish with SD up, because you get a 30% dmg increase after vanishing which should go into your SD because of the energycost reduction for Ambush.
if you got t184p it's not about maximizing FW uptime but maximising output on ShadowDance. I just double checked, if you don't have the checkbox in options enabled, it will not cast vanish if you have FW up on your target.
4. It should use Premed if you are able to use it (vanished/subterfuge/SD) and have less than or equal to 4 combopoints, because premed can't generate anticipation Combopoints, after looking at the code, it should work, but i will look into it when playing myself and fix it if I can reproduce your situation.
5. not to easy to implement because you can't tell the routine when the fight will start, so assume you just killed trash and a pulltimer of 20 seconds starts, routine will then use premed and you will loose an combopoint because of decay.
opening should be completely handled by yourself like so :
12 seconds prepull : premed
4 seconds prepull : Tricks on Tank
2 seconds prepull : Slice'n Dice
1 seconds prepull : Opener macro
The opening macro would be the following assuming you have t184p :
PHP:
#showtooltip
/castsequence reset=30 Draenic Agility Potion,Shadow Reflection;
/castsequence reset=10 Vanish,Rupture;
This will use your Agi pot, put SR up, uses Vanish and instantly puts up 5cp Rupture(5 cp from t18 2p) for your sanguary veins.
Opening is also kinda messy to implement, so your best bet would be doing it manually like that.
No worries, I'm glad for every feedback i can get to improve
![Smile :) :)](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f642.png)
cheers, MoreCox