Leafkiller's MoP Feral/Guardian Ovale Script
Re: Leafkiller's MoP Feral/Guardian Script
Is casting trash condition different for
Sotf + NV
Sotf + DoC ?
I havent seen trash for sotf + NV for quite a while at all.
Almost ranked 4th for Gara HC. I let buffed Rip drop at 9% somehow.
Sotf + NV
Sotf + DoC ?
I havent seen trash for sotf + NV for quite a while at all.
Almost ranked 4th for Gara HC. I let buffed Rip drop at 9% somehow.
T13 http://raidbots.com/epeenbot/eu/lightni ... orcereria/
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Sorcerer wrote:Is casting trash condition different for
Sotf + NV
Sotf + DoC ?
I havent seen trash for sotf + NV for quite a while at all.
Almost ranked 4th for Gara HC. I let buffed Rip drop at 9% somehow.
Here are the Thrash conditionals:
if BuffPresent(CLEARCASTING) and TargetDebuffExpires(THRASHCAT 3) and BuffExpires(dream_of_cenarius_damage) Spell(THRASHCAT)
if ComboPoints() >= 5 and target.DebuffRemains(THRASHCAT) < 6 Spell(THRASHCAT)
It should be the same for all specs since the DoC test looks for the absence of a buff.
Re: Leafkiller's MoP Feral/Guardian Script
I will reinstall ovale + narien's later to see if it will show trash again.
But like, by going standard math logic shouldnt conditional
and BuffExpires(dream_of_cenarius_damage) imply that it could suggest trash only if DoC buff did expire, and since it cant expire in NV spec it wont suggest it?
Idk if the code recognizes "OR" or others
Maybe slowly I will learn the code finnaly.
But like, by going standard math logic shouldnt conditional
and BuffExpires(dream_of_cenarius_damage) imply that it could suggest trash only if DoC buff did expire, and since it cant expire in NV spec it wont suggest it?
Idk if the code recognizes "OR" or others
T13 http://raidbots.com/epeenbot/eu/lightni ... orcereria/
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Ovale interprets "BuffExpires(dream_of_cenarius_damage)" as the absence of the buff.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Note, psuman99 pointed out to me that I used 20% for the amount of damage that NV heals do when the actual number is 25% so the damage contribution is higher than what I initially posted. Also, for those who have not followed the discussion in the "Experimental Rotation" thread, the number is also higher because NS allows more HTs to be cast. I also found an issue with some DoC code spilling over into the NV and HotW rotations that I have been working on a fix for (taking it out was not sufficient because it was helping SotF). This is also discussed in the "Experimental Rotation" thread and my current fix also increases the number of HTs.
Using the most recent version of the sim script that includes Healing Touch and Nature's Swiftness during Nature's Vigil, and fixing the DoC code referenced above, I calculate a 407dps increase for NV.
Using the most recent version of the sim script that includes Healing Touch and Nature's Swiftness during Nature's Vigil, and fixing the DoC code referenced above, I calculate a 407dps increase for NV.
Re: Leafkiller's MoP Feral/Guardian Script
Doesnt it put DoC vs NV rotation pretty much within margin of DPS error?
T13 http://raidbots.com/epeenbot/eu/lightni ... orcereria/
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Sorcerer wrote:Doesnt it put DoC vs NV rotation pretty much within margin of DPS error?
No.
Re: Leafkiller's MoP Feral/Guardian Script
the latest version never suggests mangle with glyph of shred and frontal attack checked
Re: Leafkiller's MoP Feral/Guardian Script
Missed a zero ;X
Anyway, Leaf. Cleaned Ovale/Nerien's completly, reinstall with WTF files dump.
No thrash suggestions still.
Anyway, Leaf. Cleaned Ovale/Nerien's completly, reinstall with WTF files dump.
No thrash suggestions still.
T13 http://raidbots.com/epeenbot/eu/lightni ... orcereria/
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
T14 http://raidbots.com/epeenbot/eu/sylvanas/sorcereria/
STREAMING 19-24 CET http://www.twitch.tv/Sorcereria PW: Django
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Pheratia wrote:the latest version never suggests mangle with glyph of shred and frontal attack checked
It works perfectly for me. Make sure that Mangle is on one of your action bars.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Sorcerer wrote:Missed a zero ;X
Anyway, Leaf. Cleaned Ovale/Nerien's completly, reinstall with WTF files dump.
No thrash suggestions still.
I see them all the time. Make sure that Thrash is on your action bars.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Kihrawr wrote:The script appears to be bugged with Faerie Swarm. It seems to think the ability has no CD, so it suggests it even when you can't cast it. Presumably this is just a matter of making sure the Faerie Fire code works for Faerie Swarm as well.
Just wanted to let you know I did not forget about this. It will be fixed in my next release.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
I just pushed a new version (Nerien's 2.0.16).
It has support for Feral Spirits, Faerie Swarm, HT/NS for NV, TTD and Thrash changes per the latest sim script and improved pooling logic for non-DoC specs. I played around with all three specs on a training dummy and really liked what I was seeing with NV. You have to be quick with the HT, and often you will get NS immediately after HT (which makes sense since it is using a PS for the first HT). Most of the time I got two HTs in which is consistent with the simc numbers (7.65 HTs for 3 NVs - it only calls for the HTs after Berserk drops off).
It also has support for Stampede/Ravage!. If you have 4 piece pvp gear, please check that out and let me know how it is working.
It has support for Feral Spirits, Faerie Swarm, HT/NS for NV, TTD and Thrash changes per the latest sim script and improved pooling logic for non-DoC specs. I played around with all three specs on a training dummy and really liked what I was seeing with NV. You have to be quick with the HT, and often you will get NS immediately after HT (which makes sense since it is using a PS for the first HT). Most of the time I got two HTs in which is consistent with the simc numbers (7.65 HTs for 3 NVs - it only calls for the HTs after Berserk drops off).
It also has support for Stampede/Ravage!. If you have 4 piece pvp gear, please check that out and let me know how it is working.
Re: Leafkiller's MoP Feral/Guardian Script
I've released a new version of Ovale 5.0.21 that adds a warning for unrecognized spell IDs used in the script. This caught an error in Leafkiller's current script, there is a reference to "tigers_fury" that's probably a copy-and-paste error.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Jeshu wrote:I've released a new version of Ovale 5.0.21 that adds a warning for unrecognized spell IDs used in the script. This caught an error in Leafkiller's current script, there is a reference to "tigers_fury" that's probably a copy-and-paste error.
I believe that is the the cause of an issue with Rake refresh that aggixx has reported. Thanks for letting me know.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
I pushed a change, but it has not shown up yet :/ If it does not show up soon, I will push it again.
Edit - going to push anyways because I left out the comment.
Edit - going to push anyways because I left out the comment.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Pushed. The latest version is now 2.0.19.
Re: Leafkiller's MoP Feral/Guardian Script
After respeccing into Faerie Swarm, I keep seeing it suggested in the rotation for seconds at a time, even if I reapply it. Any suggestions?
Re: Leafkiller's MoP Feral/Guardian Script
Jeshu wrote:I've released a new version of Ovale 5.0.21 that adds a warning for unrecognized spell IDs used in the script. This caught an error in Leafkiller's current script, there is a reference to "tigers_fury" that's probably a copy-and-paste error.
I've noticed that sometimes TF is being ignored when Berserk is up. Is this perhaps the cause of this issue (and is it fixed in 2.0.19?)?
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Alpheus wrote:Jeshu wrote:I've released a new version of Ovale 5.0.21 that adds a warning for unrecognized spell IDs used in the script. This caught an error in Leafkiller's current script, there is a reference to "tigers_fury" that's probably a copy-and-paste error.
I've noticed that sometimes TF is being ignored when Berserk is up. Is this perhaps the cause of this issue (and is it fixed in 2.0.19?)?
If you select the display Berserk option the script will show Berserk in place of TF if both are off of cool down. You should have TF macroed into Berserk, so there is no reason to show both. That is a feature, not a bug.
- Leafkiller
- Exalted
-
- Posts: 1127
- Joined: Fri Jun 04, 2010 4:28 am
Re: Leafkiller's MoP Feral/Guardian Script
Jinks wrote:After respeccing into Faerie Swarm, I keep seeing it suggested in the rotation for seconds at a time, even if I reapply it. Any suggestions?
First off, if you keep seeing FF called for, it is likely someone else is applying the debuff, even on a training dummy. Just click off the FF checkbox and let the other person worry about it.
I did address an issue today where the cool down of Faerie Swarm was being ignored. Make sure you update Nerien's addon.
Re: Leafkiller's MoP Feral/Guardian Script
Leafkiller wrote:Alpheus wrote:Jeshu wrote:I've released a new version of Ovale 5.0.21 that adds a warning for unrecognized spell IDs used in the script. This caught an error in Leafkiller's current script, there is a reference to "tigers_fury" that's probably a copy-and-paste error.
I've noticed that sometimes TF is being ignored when Berserk is up. Is this perhaps the cause of this issue (and is it fixed in 2.0.19?)?
If you select the display Berserk option the script will show Berserk in place of TF if both are off of cool down. You should have TF macroed into Berserk, so there is no reason to show both. That is a feature, not a bug.
Ah cheers, was not aware of that.
Re: Leafkiller's MoP Feral/Guardian Script
Leafkiller wrote:Pushed. The latest version is now 2.0.19.
The latest version I've been able to download from Curse is 2.0.18. (Beta releases enabled.) Did your push go through?
Re: Leafkiller's MoP Feral/Guardian Script
it's there if you go to "other downloads" at the addon page, but for some reason shows lower in the list than .18
that worked, thanks!Leafkiller wrote:Pheratia wrote:the latest version never suggests mangle with glyph of shred and frontal attack checked
It works perfectly for me. Make sure that Mangle is on one of your action bars.
Who is online
Users browsing this forum: Bing [Bot] and 1 guest


