Get an Epic Experience with Premium

Ovale Spell Priority

Buffs & Debuffs Login to Add Favorites
  • 24 Likes
  • World of Warcraft
  • 39,399 Monthly Downloads
  • Supports: 5.2.0
  • 1,264,205 Total Downloads
  • Updated 05/14/2013
  • Created 08/17/2008
  • 625 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: GNU General Public License version 2 (GPLv2)
  • Newest File: 5.2.35
or

About Ovale Spell Priority

Ovale Spell Priority shows you what spell or ability you should use in order to maximize your damage.

It displays one or more icons that show the cooldown of an action. The action is conditionally defined through a user-defined script, e.g. you may display either Corruption if the DoT is not on your target or Shadow Bolt if the Corruption DoT is already on your target.

Default scripts are available for all dps classes and specs, based on SimulationCraft. There is an online tool to import your SimulationCraft profile (Mists of Pandaria only). You may also customize the default script to suit your needs (see Documentation) or use scripts made by other users.

See the video of a survival hunter using Ovale during Wrath of the Lich King.

Please use the forums to submit scripts or discuss them. If you want to report bugs, use the ticket manager.

Features

  • Default scripts for every DPS class and talent specialization.
  • Tracks DoTs, buffs, debuffs, cooldowns, combo points, runes, mana, everything that a player would need to choose what to do.
  • Adapts to your talent points and glyphs.
  • Change quickly the configuration at any time with configurable checkboxes and drop-down lists that can be shown/hidden by clicking on the icons, e.g. switching between single and multi-target damage, setting the curse to cast.
  • Multi-target DoT tracking: remember which target had a DoT and when the DoT will expire, allowing the script author to support multi-target dotting.
  • Compatible with the action icon skinning library Masque.
  • 100% configurable: everything is in an easy-to-understand script that you can modify and test in real-time without reloading your UI.
  • Can be used to track crowd-control spells on your focus.
  • Scoring system: evaluate how well you followed the script. Add a new Ovale panel in Recount and Skada, with a score between 0 (very bad) and 1000 (perfect).
  • Up to two-spells-ahead accuracy with some classes.

FAQ

Why does it not work for me?

Try to reset your Profile in the Ovale settings. Most problems come from faulty scripts.

Why is the key binding displayed for an action wrong?

The action may be in several action bars, e.g., the bars that you can cycle through or the bars that appear in special cases like Shadowform or Cat Form.

Why is the key binding not displayed at all?

The action must be in your standard Blizzard action bar in order for Ovale to know which key binding is used.

Why is the icon sometimes red?

The cooldown that is displayed in an icon is not always the true action cooldown. If this cooldown is longer than the action cooldown, then the icon is red. In most cases, it means that if you use this action too soon, then you will overwrite or clip a DoT, which may not be what you want.

Why can't I click on the icon to cast the spell?

Blizzard does not allow this. Only a predefined sequence of spells can be bound to an action icon and this sequence can not change in combat.

On my low-level character, there is nothing at all.

You need to reach level 10 and choose a specialization.

There is no bane or curse (or whatever) in the rotation.

Click the icon and select the bane or curse that you want to use from the dropdown menu list.

Custom scripts

------------------------------------------------------------------------
r915 | jlam | 2013-05-14 14:12:27 +0000 (Tue, 14 May 2013) | 1 line
Changed paths:
   A /tags/5.2.35 (from /trunk:914)

Tagging as 5.2.35 release.
------------------------------------------------------------------------
r914 | jlam | 2013-05-14 14:10:44 +0000 (Tue, 14 May 2013) | 1 line
Changed paths:
   M /trunk/OvaleData.lua

Dark Intent gives stamina, and Energizing Spores gives spell haste.
------------------------------------------------------------------------
r912 | jlam | 2013-04-30 16:33:18 +0000 (Tue, 30 Apr 2013) | 9 lines
Changed paths:
   M /trunk/OvaleAura.lua

Don't account for stacking damage buffs for now.

Back out part of r814 that multiplied the damage increase by the stack
size.  There are very few stacking damage buffs, and those can be handled
explicitly for now until Ovale gains a way to describe a stacking versus a
non-stacking buff.

This fixes the result of the Damage() and LastSpellEstimatedDamage()
conditions.
------------------------------------------------------------------------
r911 | jlam | 2013-04-30 16:33:06 +0000 (Tue, 30 Apr 2013) | 1 line
Changed paths:
   M /trunk/OvaleEquipement.lua

Recognize shaman caster tier 15 gear.
------------------------------------------------------------------------
r909 | jlam | 2013-04-23 17:21:33 +0000 (Tue, 23 Apr 2013) | 1 line
Changed paths:
   M /trunk/OvaleData.lua

Add support for Ji-Kun Primal Nutrient buff. From @aggixx.
------------------------------------------------------------------------
r908 | jlam | 2013-04-23 17:21:26 +0000 (Tue, 23 Apr 2013) | 5 lines
Changed paths:
   M /trunk/OvaleState.lua

Generalize SpellAddBuff to allow more than "refresh" or a number.

Also fix ticket #240 "Monk keg smash LUA error" by sanity checking that
the aura specified in SpellAddBuff is followed by a number before assuming
it's a new aura applied by the spell.
------------------------------------------------------------------------
r907 | jlam | 2013-04-23 17:21:18 +0000 (Tue, 23 Apr 2013) | 4 lines
Changed paths:
   M /trunk/OvaleStance.lua

Update stance list when a new spell is learned.

Learning a new spell may change the stance bar, e.g., while leveling or
gaining a new talent or a new temporary ability.
------------------------------------------------------------------------
r905 | jlam | 2013-04-18 23:43:56 +0000 (Thu, 18 Apr 2013) | 1 line
Changed paths:
   M /trunk/OvaleCondition.lua

Initialize a variable in a more clearly-documented way.
------------------------------------------------------------------------
r904 | jlam | 2013-04-18 23:43:49 +0000 (Thu, 18 Apr 2013) | 1 line
Changed paths:
   M /trunk/OvaleCompile.lua

Minor optimization: release nodes in O(n) time, not O(n^2) time.
------------------------------------------------------------------------
r903 | jlam | 2013-04-18 23:43:41 +0000 (Thu, 18 Apr 2013) | 4 lines
Changed paths:
   M /trunk/OvaleCompile.lua
   M /trunk/OvaleOptions.lua

Sanity check that all functions called within the script are defined.

Create a new debugging toggle that reports undefined functions to the chat
window when a script is compiled.
------------------------------------------------------------------------
r902 | jlam | 2013-04-18 23:43:33 +0000 (Thu, 18 Apr 2013) | 1 line
Changed paths:
   M /trunk/OvaleAura.lua

Fix ticket #237: Guard against nil aura table.
------------------------------------------------------------------------

Comments

First Previous Page 2 of 58 Next Last
  • #868

    bugging out bad for me, as a frost dk at level 85 i cant even target a hostile mob without getting pages full of errors in my chat. most of them involving the words "0, nil, 0,0,0,0,0"

  • #873

    This was definitely fixed in 5.2.25, but I know some people are having troubles with downloading through Curse Client right now.  Please try getting it directly from Curse.com and installing it into your Addons folder.

  • #867

    Do you guys even test this stuff before you release it? after like 35% hp this thing suggests Rupture and Envenom at 1 combo point. nice work.

  • #866

    Ovale 5.2.25 should fix the problems that DoT classes were having because the default scripts didn't have the required tick information for some spells.

  • #869

    Working again for me. Thanks for the swift reaction!

  • #863

    You guys should try 5.2.25.  It looks like he fixed it?  I know combat and ass rogue seem good again.

  • #864

    From now on, I will always greet the assassination rogue in my raid with, "Hey, ass rogue".

  • #862

    Nearly all the scripts are broken since the last update, downranked and uninstalled

  • #859

    Now as of 5.2.24 it only suggest rupture and slice and dice and nothing more :/

  • #861

    For my Priest it's Shadow Word: Pain only (even if applied) and for my rogue Revealing Strike (also when applied).

  • #857

    Ovale-5.2.24 is still bad on my Unholy DK. Whenever I target anything I get streams of errors.  Been broken since  Ovale-5.2.17. Have to go back to Ovale-5.2.16 to run cleanly.

    [09:24:35]Ovale: Aura 57933 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 127538 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 5217 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 52610 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 84745 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 84746 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: Aura 124974 not found in state for 0x0400000001F6F893
    [09:24:35]Ovale: group [448]
    [09:24:35]Ovale: if [441]
    [09:24:35]Ovale: Condition incombat() returned nil, nil, nil, nil, nil
    [09:24:35]Ovale: group [432]
    [09:24:35]Ovale: start=72605.472000 attenteFinCast=72605.472
    [09:24:35]Ovale: Action 42650 can start at 72605.472000
    [09:24:35]Ovale: Spell 20572 not learnt
    [09:24:35]Ovale: Action 20572 not found
    [09:24:35]Ovale: start=72605.472000 attenteFinCast=72605.472
    [09:24:35]Ovale: Action 46584 can start at 72605.472000
    [09:24:35]Ovale: group best action 42650 remains 72605.472, nil [432]
    [09:24:35]Ovale: if return 72605.472, nil [441]
    [09:24:35]Ovale: if [442]
    [09:24:35]Ovale: Condition timeincombat() returned nil, nil, nil, nil, nil
    [09:24:35]Ovale: value 2
    [09:24:35]Ovale: operator >=: elementA or elementB is nil
    [09:24:35]Ovale: if return nil [442]
    [09:24:35]Ovale: if [443]
    [09:24:35]Ovale: Condition timeincombat() returned nil, nil, nil, nil, nil
    [09:24:35]Ovale: value 4
    [09:24:35]Ovale: operator >=: elementA or elementB is nil
    [09:24:35]Ovale: if return nil [443]
    [09:24:35]Ovale: if [444]
    [09:24:35]Ovale: Condition timeincombat() returned nil, nil, nil, nil, nil
    [09:24:35]Ovale: value 4
    [09:24:35]Ovale: operator >=: elementA or elementB is nil
    [09:24:35]Ovale: if return nil [444]
    [09:24:35]Ovale: if [447]
    [09:24:35]Ovale: and [446]
    [09:24:35]Ovale: Condition talentpoints(1=3,) returned 0, nil, 1, 0, 0
    [09:24:35]Ovale: group [445]
    [09:24:35]Ovale: or
    [09:24:35]Ovale: Aura 55095 not found in state for 0xF13100C60000BF82
    [09:24:35]Ovale: Target 0xF13100C60000BF82 has no aura
    [09:24:35]Ovale: GetAura: aura 55095 not found on target filter=HARMFUL mine=true
    [09:24:35]Ovale: Condition debuffremains(1=55095,target=target,filter=debuff,) returned 0, nil, 0, 0, 0
    [09:24:35]Ovale: value 3
    [09:24:35]Ovale: 0.000000+(t-0.000000)*0.000000 < 3.000000+(t-0.000000)*0.000000
    [09:24:35]Ovale: Aura 55078 not found in state for 0xF13100C60000BF82
    [09:24:35]Ovale: Target 0xF13100C60000BF82 has no aura
    [09:24:35]Ovale: GetAura: aura 55078 not found on target filter=HARMFUL mine=true
    [09:24:35]Ovale: Condition debuffremains(1=55078,target=target,filter=debuff,) returned 0, nil, 0, 0, 0
    [09:24:35]Ovale: value 3
    [09:24:35]Ovale: 0.000000+(t-0.000000)*0.000000 < 3.000000+(t-0.000000)*0.000000
    [09:24:35]Ovale: and return 0, nil [446]
    [09:24:35]Ovale: start=72605.472000 attenteFinCast=72605.472
    [09:24:35]Ovale: Action 115989 can start at 72605.472000
    [09:24:35]Ovale: if return 72605.472, nil [447]
    [09:24:35]Ovale: start=72605.472000 attenteFinCast=72605.472
    [09:24:35]Ovale: Action 49206 can start at 72605.472000
    [09:24:35]Ovale: start=72605.472000 attenteFinCast=72605.472
    [09:24:35]Ovale: Action 47568 can start at 72605.472000
    [09:24:35]Ovale: group best action 42650 remains 72605.472, nil [448]
    [09:24:35]Ovale: Compute start = 72605.472000

  • #865

    This was a very tricky parser error, but should be fixed in 5.2.25.

  • #860

    Also happening on my Frost DK

  • #856

    Sorry for all of the problems with the most recent Ovale releases.  Ovale 5.2.24 should be stable again, but it does need more testing, so any help is appreciated.  This release was tested on feral druid, BrM/WW monk, elemental shaman and assassination rogue, and the rotation appears to be working properly now.

  • #855
    Re: simcraft converter

    Was wondering if any one else is having trouble with the sim converter not working

  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!