• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

SpellPriority

 

Project Updated:
Files Updated: Sat, Oct 17 2009
Supports Game Version: 3.2.0
Category: Combat, Caster, Damage Dealer, and Warlock
Tags:

[Edit Tags]

Project Manager: Rewad
Additional Authors: No additional authors
Current Version: SpellPriority v0.8.1b
License: GNU Lesser General Public License version 3 (LGPLv
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 151
Downloads Total: 23,472
Favorites: 34
Comments: 48
  • About SpellPriority
  •  

Current development stage: Beta
Your feedback is welcome!

What does it do?
SpellPriority shows you the next, and best spell to use, for max. DPS with a simple icon.
Watch this little demo movie on Youtube
http://www.youtube.com/watch?v=09L560WwaQk

Which classes are supported?
Warlock for 100% (I only play Warlock ), other similar classes (Priest, Mage, Hunter etc.) are also supported but not yet fully tested (and maybe no tacticfiles are created yet for them).
Support for "special" classes Rouge (combo points), Deathknight (runes and runicpower) have lower priority but are also planned.

What is the basic idea behind SpellPriority?
SpellPriority use diffrents "tacticsheets" for diffrent classes and talentbuilds, with little lua-coding skills are you able to create your own tacticfile ingame (with WoWLua) for your playstyle.

What is a tacticfile?
The tacticfile defines which action is likely the best for diffrent situations in combat. For example: Which spell you should use after you have finished your current spellcast when an important debuff expires on the target. The tacticfile is created and optimised for a specific class / talentbuild and glyphs, so you have to choose a tacticfile which is created for your talentbuild and glyphs.

Current included tacticfiles:
Warlock:
- Destruction Basic v1
- Destruction Raid v1
- Affliction Basic v1
- Affliction Raid v1.2
- Demonology Raid v1.1
Hunter:
- Classic SV Raid
- Classic MM Raid
Mage:
- Mage Fireball TTW v1
- Mage Fireball TTW no Scorch v1

DevTools
This is a module, included in SpellPriority as a seperate addon, for people who:
- want to create their own tacticfile
- have some knowlege about Lua
- time and fun
- and for my guildies / friends to make tacticfiles for other classes
- and of course for myself, better workflow

I have documented DevTools as well as I can, but there are likely some points that are not clear enough or incomplete, someone needs to test it Maybe later I will create a little explanation movie.

For DevTools, you will need the addon WoWLua, you can get it here:
http://www.wowinterface.com/downloads/info7366-WowLua.html
After this you can use the command /spdev to open the GUI, where you can start with the first few steps.

If you create a tacticfile which you want to share with the community, please contact me, and maybe I can include your tacticfile in the next release.

Network
http://wow.curse.com/downloads/wow-addons/details/spellpriority.aspx
http://www.wowinterface.com/downloads/info14438-SpellPriority.html

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  SpellPriority v0.8.1b Beta 3.2.0 3,393 10/17/2009
  SpellPriority v0.8b Beta 3.2.0 2,435 10/1/2009
  SpellPriority v0.7.1b Beta 3.2.0 5,201 8/22/2009
  SpellPriority 0.7b Beta 3.2.0 1,613 8/16/2009
  SpellPriority v0.6.1b Beta 3.2.0 2,610 8/6/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Emoroan said 

    I notice that if immolate only has about 0.5-1 second left on the target it will tell me to cast immolate even if I could fit a conflag in first.

    Reply Report Permalink
  • Aetharan said 

    Primarily out of curiosity, would it be a good or bad idea to modify the tactic file to watch my own mana and prioritize Life Tap if Mana <25% and Health >25%?

    Reply Report Permalink
  • Rewad said 

    done!
    next release is a seperated tacticfile implemeted for this :)

    Reply Report Permalink
  • Rewad said 

    v8.1b is not a realy big update. I have added three tacticfiles from Kraggs, thank you.
    Newest features in this version are:
    Switcher : swtiches automatical between diffrent tacticfiles, current only when you change your talentbuild
    Binding text : if enabled shows a text the current key-binding of that spell

    Reply Report Permalink
  • Emoroan said 

    Though of adding a dictionary lookup or something so we can use friendlier names when creating rotations?

    eg spell.FelArmor = 47893;
    then we can go
    if not SP:get_playerbuff(spell.FelArmor) then return spell.FelArmor

    I'm not sure if I can do this already, but getting the targets level may be handy, i don't typically cast curses on trash mobs

    Reply Report Permalink
  • Rewad said 

    SpellPriority need spellids to work with all clients in any language.
    I can create a dictionary but this would be only helpful for people in your language.

    --if not SP:get_playerbuff(spell.FelArmor) then return spell.FelArmor
    is not realy friendlier for german, they need:
    --if not SP:get_playerbuff(spell.Teufelsrüstung) then return spell.Teufelsrüstung

    Because of that use SP spellid's :)

    Getting the targets level:
    A tacticfile is basicaly simple lua code. This allow you to use the complete WoW-API. So you can use: UnitClassification("target"), or UnitLevel("target") (http://www.wowwiki.com/API_UnitLevel).
    But I adding these functions anyway to the SP-API because we need to check the unit level only when you change your target and not every time when SP update.

    Reply Report Permalink
  • Emoroan said 

    My bad, different languages didn't occur to me =) makes total sense.

    Any chance of getting a right click menu on the icon to change which tactic file is used?

    Reply Report Permalink
  • Last night I installed spell priority. Does it only work for Level 70+ Locks or is it up to me to go in and program it for my level 52 lock? Because every time i tired using it the icon it showed was a spell i don't have yet. Or does anyone have any suggestions for a Level 52 Lock?

    Reply Report Permalink
  • Kraggs said 

    All the current warlock tactics are optimized for level 80 characters.
    Fel Armor is the first item it checks, which is not trainable until level 62.

    Reply Report Permalink
  • I'll try update hunter tactics files. I'm not really playing much lately due to some in-game drama which made me stop playing hardcore. But it's on my priority list as soon as I decide to hit that wow button again =)

    Reply Report Permalink
  • Kraggs said 

    Here are my Mage raid tactics for Fireball/TTW spec
    http://pastey.net/126106 Includes Scorch in the rotation
    http://pastey.net/126107 Does not include scorch
    Both Tactics return the Icon for Hot Streak when Pyroblast should be cast.
    I thought the Icons for Fireball and Pyroblast looked to similar.

    Reply Report Permalink
  • Rewad said 

    thank you

    Reply Report Permalink
  • masheng said 

    Hi, Rewad,is that possible you could cover a Demo spec raid tacticfile?

    Reply Report Permalink
  • Kraggs said 

    Masheng,

    I have a really nice Demo Raid profile working, PM me and I'll email a copy of to you. It is set to do Immolate corruption the curse of your choice (COA, COE or COD)and shadow bolt as filler. It also detects decimation and prompts you to use soul fire when decimation procs.

    Kraggs

    Reply Report Permalink
  • MegaKSVS said 

    Some interesting info: when using Shamanistic Rage big 60 appears over icon. As GCD used Lightning Shield and Healing wave.

    And one question: how to hide icon when i don't need to cast in battle (all skills on CD)?

    Reply Report Permalink
  • Rewad said 

    --Some interesting info: when using Shamanistic Rage big 60 appears over icon. As GCD used Lightning Shield and Healing wave.

    SP doesn't create a string (number in you situation). think this comes from another addon.

    And one question: how to hide icon when i don't need to cast in battle (all skills on CD)?

    not yet implemented. but this is on my todo list.

    Reply Report Permalink
  • Kraggs said 

    I have not had a chance to play with 0.8b yet but I have created a raid tactic for Warlock Demonology Raid buff spec 0/56/15. It works really well. I am also working on Mage and shadow priest tactics.
    Let me know if you want me to send them to you to be included in the next update.

    I really love your addon Rewad. Would it be possible to add another Icon or two or a couple of bars below the main icon for cooldowns like Metamorphosis and trinkets? For things that are not in the main spell rotation but that are off cooldown and ready to be cast.

    Reply Report Permalink
  • Kraggs said 

    0.8b Is working quite nicely.

    Reply Report Permalink
  • Rewad said 

    sure. please paste you tacticfile at http://pastey.net/ and send me your links. or, if you like, you can also upload your tacticfiles for a class as a addon for SpellPriority at curse.com and support them by yourself.

    --Would it be possible to add another Icon or two or a couple of bars below the main icon for cooldowns like Metamorphosis and trinkets?

    sounds good, but i have current no plans for somthing like that. but i plan to support multiple tacticfiles. the idea is to run two or more tacticfiles (with theyr own icons) at the same time. one tacticfile for max. dps, one for raidbuffs, one for defens... :)

    Reply Report Permalink
  • Kraggs said 

    Here is the link to my Demonology 0/56/15 tactic
    http://pastey.net/126086

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 28,439 Deadly Boss Mods Boss Encounters, and Combat
  2. 14,118 Recount Combat
  3. 7,015 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,822 Omen Threat Meter Boss Encounters, and Combat
  5. 3,182 Decursive Buffs & Debuffs, Boss Encounters...