viewtopic.php?p=74786#p74786fragnot wrote:If you have the legendary shoulders for Unholy, does this bot use Dark Transformation AFTER Apoc and Dark Arbiter?
Does it only work if Legendary Shoulders is equipped?MrSergey wrote:viewtopic.php?p=74786#p74786fragnot wrote:If you have the legendary shoulders for Unholy, does this bot use Dark Transformation AFTER Apoc and Dark Arbiter?
I tested the version to see if it was the right rotation, and it still used Dark Transformation before Dark Arbiter, and Apocalypse was not being cast properly. This was the one you linked UnholyDK5 version.
@MrSergey - can you answer pleasefragnot wrote:Does it only work if Legendary Shoulders is equipped?MrSergey wrote:viewtopic.php?p=74786#p74786fragnot wrote:If you have the legendary shoulders for Unholy, does this bot use Dark Transformation AFTER Apoc and Dark Arbiter?
I tested the version to see if it was the right rotation, and it still used Dark Transformation before Dark Arbiter, and Apocalypse was not being cast properly. This was the one you linked UnholyDK5 version.
E... Sergey i just want to let you know that this patch unholy is better than frost. I have been using maxdps for my frost but as of right now maxdps for unholy is not working properly. Please look into that in your free time. Make sure if you are going to improve the software tell us how to use it properly.
With version DK7 that is made for Legendary shoulders. There are some flaws.
- The bot only pairs Apocalypse with Dark Transformation.
- Bad opening
- The bot does not have a problem to cast Dark Arbiter before or without Dark Transformation only relies on stored RP.
These are the steps to improve it.
Basic opening should be:
(if you get 6 wounds with FS)
Outbreak > FS > FS > Apoc > DA > DT > DC...
(if you dont get 6 wounds with FS)
Outbreak > FS > FS > (< 6 wounds) SS > ... [wait on runes because you can't blow a DC] ... > FS > Apoc > DA > DT > DC
-The bot should try to get 6+ wounds on a target 10 sec before Apocalipse.
-Don't store RP when DA is off cooldown only if DT is off cooldown or will be soon off cooldown (~10s)
Bot is doing a good job when it comes to waiting with DT. But when using Convergence of Fates it will wait for Apocalypse but it won't cast DA with it. Even when it is off cooldown.
Basically DT should be delayed like this
After waiting check if Apo or DA is not within 6 sec cd so you can include it in the rotation.
- The bot only pairs Apocalypse with Dark Transformation.
- Bad opening
- The bot does not have a problem to cast Dark Arbiter before or without Dark Transformation only relies on stored RP.
These are the steps to improve it.
Basic opening should be:
(if you get 6 wounds with FS)
Outbreak > FS > FS > Apoc > DA > DT > DC...
(if you dont get 6 wounds with FS)
Outbreak > FS > FS > (< 6 wounds) SS > ... [wait on runes because you can't blow a DC] ... > FS > Apoc > DA > DT > DC
-The bot should try to get 6+ wounds on a target 10 sec before Apocalipse.
-Don't store RP when DA is off cooldown only if DT is off cooldown or will be soon off cooldown (~10s)
Bot is doing a good job when it comes to waiting with DT. But when using Convergence of Fates it will wait for Apocalypse but it won't cast DA with it. Even when it is off cooldown.
Basically DT should be delayed like this
Code: Select all
if (DT ready)
if (Apocalypse <=20s || DA <=20s)
wait for it
else cast DTvao1010 wrote:With version DK7 that is made for Legendary shoulders. There are some flaws.
- The bot only pairs Apocalypse with Dark Transformation.
- Bad opening
- The bot does not have a problem to cast Dark Arbiter before or without Dark Transformation only relies on stored RP.
These are the steps to improve it.
Basic opening should be:
(if you get 6 wounds with FS)
Outbreak > FS > FS > Apoc > DA > DT > DC...
(if you dont get 6 wounds with FS)
Outbreak > FS > FS > (< 6 wounds) SS > ... [wait on runes because you can't blow a DC] ... > FS > Apoc > DA > DT > DC
-The bot should try to get 6+ wounds on a target 10 sec before Apocalipse.
-Don't store RP when DA is off cooldown only if DT is off cooldown or will be soon off cooldown (~10s)
Bot is doing a good job when it comes to waiting with DT. But when using Convergence of Fates it will wait for Apocalypse but it won't cast DA with it. Even when it is off cooldown.
Basically DT should be delayed like thisAfter waiting check if Apo or DA is not within 6 sec cd so you can include it in the rotation.Code: Select all
if (DT ready) if (Apocalypse <=20s || DA <=20s) wait for it else cast DT
Great post..
Mr Sergey ??? Can you help ???