Ovale Spell Priority

Ovale Spell Priority

6M Downloads

Warnings with Balance Druid

JargerWolf opened this issue ยท 5 comments

commented

Whenever I add in my simcraft script I get the following warnings:

[04:07 PM] OvaleSimulationCraft: Warning: Symbol 'oneths_intuition_buff' not defined
[04:07 PM] OvaleSimulationCraft: Warning: Symbol 'astral_acceleration_buff' not defined
[04:07 PM] OvaleSimulationCraft: Warning: Symbol 'fury_of_elune_buff' not defined
[04:07 PM] OvaleSimulationCraft: Warning: Symbol 'radiant_moonlight' not defined
[04:07 PM] OvaleSimulationCraft: Warning: Symbol 'solar_solstice_buff' not defined

I dont think it has any affect on the rotation but I thought I would let you know :)

commented

I have Problems to use my Simc Script in Ovale. Which Version of Simc do you use?!? Could you give a little how to?

commented

You can put this into the Override tab for now:

Define(lights_judgment 255647)
Define(solar_solstice_buff 252767)
Define(fury_of_elune_buff 211547)
#Define(fury_of_elune_buff 211545)
Define(astral_acceleration_buff 242232)
Define(oneths_intuition_buff 209406)
Define(force_of_nature_caster 205636)
#Define(force_of_nature_caster 248280)

There are two lines that had different spell IDs in wowhead, I'm not sure which to use. I'm not 100% positive about any of the values.

I put these in and I stopped getting errors. However, it isn't working well. For instance, it never suggests applying moonfire and sunfire. I don't know how to code or test the code though, so I can't fix.

commented

I appreciate you putting into the PDF but it inserted lots of line breaks! :)
My script looks like yours, unsurprisingly. However, mine, on a target dummy has me repeatedly cast Solar Wrath until I have the power for Starsurge, suggests that, then goes back to wrath. No Moon spells, moonfire, or sunfire. But... I am using the alpha version which may explain why we get different results.
BTW, it looked like in your version you uncommented the two defines I had commented out. I assume this means the script is using the last value for each of the buffs, and again, I don't know which is correct.

commented

Thank you so much for the information. It worked perfectly. The code I have shows me when to Moon and Sunfire. I tried to post it here but I can't get it to post without formatting really weird and screwing up the code.

commented

Ovale Script.pdf

Here is a PDF file with the code I use in Ovale. I copied it directly from Simcraft so it should show you when to use Moon and Sunfire. I hope this help someone else :)