All Projects → Sidoine → Ovale

Sidoine / Ovale

Licence: MIT license
An add-on for World of Warcraft that displays icons based on scripts

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ovale

Cursebreaker
TUI/CLI addon updater for World of Warcraft.
Stars: ✭ 597 (+1197.83%)
Mutual labels:  addon, world-of-warcraft
Elvui
ElvUI for World of Warcraft - The Burning Crusade (2.4.3)
Stars: ✭ 89 (+93.48%)
Mutual labels:  addon, world-of-warcraft
Weakauras2
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
Stars: ✭ 731 (+1489.13%)
Mutual labels:  addon, world-of-warcraft
RaidBrowser
Bringing LFR to Wrath of the Lich King
Stars: ✭ 19 (-58.7%)
Mutual labels:  addon, world-of-warcraft
Pfui
A User Interface Replacement for World of Warcraft: Vanilla & TBC
Stars: ✭ 226 (+391.3%)
Mutual labels:  addon, world-of-warcraft
Wildpants
Shared services between Bagnon and Combuctor. Pants are a dangerous foe indeed.
Stars: ✭ 19 (-58.7%)
Mutual labels:  addon, world-of-warcraft
Yaht
Yet another Hunter Timer for WoW Classic
Stars: ✭ 63 (+36.96%)
Mutual labels:  addon, world-of-warcraft
OmniCC
Cooldown count for everything
Stars: ✭ 81 (+76.09%)
Mutual labels:  addon, world-of-warcraft
Bagnon
Single window displays for you items
Stars: ✭ 125 (+171.74%)
Mutual labels:  addon, world-of-warcraft
Shestakui classic
ShestakUI for WoW Classic (1.13.2)
Stars: ✭ 108 (+134.78%)
Mutual labels:  addon, world-of-warcraft
Total-RP-3
The best roleplaying add-on for World of Warcraft.
Stars: ✭ 25 (-45.65%)
Mutual labels:  addon, world-of-warcraft
pfQuest
A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
Stars: ✭ 109 (+136.96%)
Mutual labels:  addon, world-of-warcraft
SpartanUI
SpartanUI
Stars: ✭ 28 (-39.13%)
Mutual labels:  addon, world-of-warcraft
Dungeontools
Fork of Nnoga's Mythic Dungeon Tools addon to restore mob data and improve upon the base code!
Stars: ✭ 329 (+615.22%)
Mutual labels:  addon, world-of-warcraft
ElvUI-5.4.8
ElvUI for World of Warcraft - Mists of Pandaria (5.4.8)
Stars: ✭ 20 (-56.52%)
Mutual labels:  addon, world-of-warcraft
Ajour
A World of Warcraft addon manager written in Rust.
Stars: ✭ 803 (+1645.65%)
Mutual labels:  addon, world-of-warcraft
WoWUnit
A unit testing framework for World of Warcraft
Stars: ✭ 20 (-56.52%)
Mutual labels:  addon, world-of-warcraft
AdiBags
WoW Addon — Adirelle's bag addon.
Stars: ✭ 94 (+104.35%)
Mutual labels:  addon, world-of-warcraft
Tdbattlepetscript
Battle pet combat script for wow.
Stars: ✭ 97 (+110.87%)
Mutual labels:  addon, world-of-warcraft
Elvui
ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)
Stars: ✭ 229 (+397.83%)
Mutual labels:  addon, world-of-warcraft

Ovale Spell Priority is a rotation-helper addon that 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 based on SimulationCraft. You may also customize the default script to suit your needs (see [Documentation][]) or use scripts made by other users. Tank scripts based on guides from Icy Veins are maintained by the Ovale_TankScripts addon.

Please use the Discord Server to submit scripts or discuss them. If you want to report bugs, use the ticket manager. You may contribute code on our Github project or help with translation.

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

Features

  • Tracks DoTs, buffs, debuffs, cooldowns, combo points, runes, mana -- everything that a player would need to decide what to do.
  • Adapts to your equipment and talents.
  • 100% configurable: everything is in an easy-to-understand script that you can modify and test in real-time without reloading your UI.
  • Compatible with the action icon skinning library Masque.
  • Uses LibButtonGlow-1.0 to flash abilities on action bars in addition, or as an alternative, to displaying the ability icons.

FAQ

How closely are the default scripts based on SimulationCraft?

The SimulationCraft APL language and the Ovale script language are functionally very similar and concepts from one can be translated into the other in a very direct and mechanical way. For all intents and purposes, the default scripts are the SimulationCraft APLs imported into the game and displayed visually.

Why is the key binding displayed for an action wrong?

You may be running an action bar addon, e.g., Bartender4, etc., that does not use the Blizzard action bar frames. The currently supported action bars are the default UI and Dominos.

Why don't my abilities flash on my action bars?

You may be running an action bar addon, e.g., Bartender4, etc., that does not use the Blizzard action bar frames. The currently supported action bars are the default UI and Dominos.

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. However, be aware that the default Ovale scripts are tuned for max-level characters and you may be missing key abilities at low levels that are assumed to exist. If the default script is not working for you, you will need to find or write a script more appropriate for your character's level.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].