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

  • Your Rating

  • Share
  • Report Abuse

ShamWow_Enhance

 

Project Updated:
Files Updated: Sat, Apr 18 2009
Supports Game Version: 3.1.0
Category: Combat, Damage Dealer, and Shaman
Tags:

[Edit Tags]

Project Manager: tgunlien
Additional Authors: No additional authors
Current Version: ShamWow_Enhance 1.0.4
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge
Avg Daily DL (last 30 days): 88
Downloads Total: 20,294
Favorites: 17
Comments: 24
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About ShamWow_Enhance
  •  

Displays active enhancement shaman dps abilities in order of priority (5 Stack Maelstrom Lightning Bolt, Stormstrike, Earth Shock, Lava Lash). Also reminds you to recast Shields and Weapon Buffs when they run out.

Update 1.0.4

  • Fixed a problem where abilities would not refresh when Feral Spirits were active.
  • Added a new mode=Auto option to the config screen. It will automatically switch to resto mode if it detects Mana Tide Totem, Elemental if it Totem of Wrath, otherwise it will use good old Enhance mode.
  • Made the elemental mode less "jumpy"

Update 1.0.3

  • Update to patch 3.1

Update 1.0.2

  • Despite it's name, I have added modes for Elemental and Resto specs to the configuration screen in preparation for dual specs.
  • When no other spells are active, there will be a precast indicator 1 second early for the next spell that will become active.

Update 1.0.1

  • Added a small clearcast indicator.
  • Added a text alert for spell reflect buffs on the target.
  • Changed threat text font to show up more clearly.
  • If no other melee abilities are active an attack icon will show up in red if you are out of range of your target.

  • Downloads (5)
  •  
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  
  ShamWow_Enhance 1.0.4 Release 3.1.0 16,930 4/18/2009
  ShamWow_Enhance1.0.3 Release 3.1.0 747 4/15/2009
  ShamWow_Enhance1.0.2 Release 3.0.9 1,038 4/1/2009
  ShamWow_Enhance1.0.1 Release 3.0.9 840 3/18/2009
  ShamWow_Enhance 1.0.0 Release 3.0.9 740 3/10/2009
  • 1 page(s)
  • 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.
  • cru1999 said

    Are going to make uddate on ShamWow_Enhance

    Reply Report Permalink
  • DPharao said

    Is there posible for you ppl to make one addon for PALA tanking aswell ?
    I need to know what to cast while tanking as pala...

    And can anyone update this addon on this site ?

    Reply Report Permalink
  • Look up protection is stupendisly simple

    Reply Report Permalink
  • eRott said

    It would be cool if you could add an option to disable the addon while not playing as the selected spec in the options menu, or something. I find it pretty useless for Resto and only use it while i'm playing as Enhancement.

    Even though I've selected the Enhancement option, while playing as Resto, some icons still pop up if my Earthliving Weapon isn't up or my Water Shield. This can get in the way of my UI since the setup and position of frames and addons change depending on my spec.

    Reply Report Permalink
  • tomazy said

    And ! we made a last change to check if the FS debuff on target is yours :)

    Reply Report Permalink
  • tomazy said

    We made another change to include magma totem in the rotation. Icon will be shown after lava lash as soon as magma totem finished AND no other fire totem is dropped.

    So, with all changes, the rotation is now the same as before but ask for flameshock if target don't have flameshock debuff, and then ask for earthshock while the target is under the flameshock debuff, and earthshock has been replace by flame shock when you're to far from the target.

    Feel free to contact me on curse if you want this new .lua file

    (With this rotation, it's highly recommended to replace your windfury glyph by flameshock glyph)



    Reply Report Permalink
  • ashgaion said

    Could you send me the new LUA file?
    E-mail adress is in a private conversation.
    Thx in advance man :D

    Reply Report Permalink
  • PhatCat said

    where can we get a copy of the updated LUA? :)

    Reply Report Permalink
  • tomazy said

    Message me your mail and i'll send you the new _unofficial_ .lua :)

    Reply Report Permalink
  • tomazy said

    a friend made some modifications to update the enhancement rotation, by including FS>ES>ES>FS cycle.

    This checks if FS debuff has been applied to the target, and addSpell ES or FS to the queue.

    --- ShamWow_Enhance.lua 2009-09-25 21:57:53.000000000 +0200
    +++ ShamWow_Enhance.lua 2009-09-26 15:22:32.000000000 +0200
    @@ -489,6 +489,7 @@ local function RecalcEnhanceQueue(nextCa

    -- check target debuffs
    local hasSSDebuff = false;
    + local hasFSDebuff = false;
    for i=1,40 do
    local name = UnitDebuff("target", i);
    if not name then
    @@ -496,6 +497,8 @@ local function RecalcEnhanceQueue(nextCa
    end
    if name == stormstrikeName then
    hasSSDebuff = true;
    + elseif name == flameshockName then
    + hasFSDebuff = true;
    end
    end

    @@ -586,7 +589,11 @@ local function RecalcEnhanceQueue(nextCa
    end

    if (not ranged) and earthshockCastable then
    - addSpell(earthshockName);
    + if hasFSDebuff == false then
    + addSpell(flameshockName);
    + else
    + addSpell(earthshockName);
    + end
    end

    if lavalashCastable then

    Reply Report Permalink
  • tomazy said

    i'm using this awesome addon for a long time now and that may be my prefered :)
    Is there any update planned to include flame shock in the rotation since FS>ES>ES>FS is now the best rotation ?

    the rotation should be something like:
    .Maelstrom Weapon x5 + Lighting Bolt if Stormstrike debuff on target
    .Flame shock // Earthshock if flame shock and Storm Strike debuff on target
    .Storm Strike
    .Flame shock // Earthshock if flame shock debuff on target
    .Lava Lash

    Thanks for the hard work ! :D

    Reply Report Permalink
  • bestpike said

    yea id like to modify the cycle also. and maybe remove some of those spells

    Reply Report Permalink
  • dorianous said

    Ya wheres the 3.2 update??

    Reply Report Permalink
  • forious said

    3.2???

    Reply Report Permalink
  • Te4t0n said

    Will you be updating this to 3.2?

    The best priority queue is:

    1) Spirit Wolves
    2) Maelstrom Weapon x 5 stacks- Lighting Bolt
    3) Earthshock if Storm Strike debuff is on target
    4) Storm Strike
    5) Earthshock
    6) Magma Totem
    7) Lightning Shield
    8) Lava Lash
    9) Maelstrom Weapon x 3 stacks- Chain Lightning
    10) Maelstrom Weapon x 4 stacks- Lighting Bolt

    ref: http://elitistjerks.com/f79/t67034-enhancement_bis_gear_set_up_discussion/p6/

    Reply Report Permalink
  • Haggis93 said

    I love this addon!:D Only thing I would like to see is customizable priorities. Hopefully this gets updated to 3.2 also.

    Reply Report Permalink
  • dksu said

    This is a very simple yet very useful addon, I love it.

    I have just two suggestions;

    (1) Make the priority bar customizable.

    (2) Since Enhancement Shaman have to have Magma Totem up constantly, this should be added to the priority bar (i.e. a reminder to refresh when there's, say, 5 seconds left).

    Reply Report Permalink
  • icecubel said

    A really really awesome addon. If only the priorities can be changed, it would be perfect.

    Keep up the good work.

    Reply Report Permalink
  • Te4t0n said

    This Add on has really improved my DPS.

    I would like to see:

    1) The ability to change the priority system. (I don't use WF/FT; i use WF/WF)

    Otherwise it's perfect I love it. :D

    Simple, Clear, fast, Easy to see; all the other add ons are over complicated.

    P.S i love how u can size it, show move of the underlying spells to come and position it, lock it etc.

    Also, do you think we could get an option to just before the dogs disappear at under a second of up time left: set a stance?
    Because when i go to a boss fight i put them on attack but for trash, i need defensive so they don't run off, attack and pull; without a timer on the dogs I can not do this myself :(

    Thank you so much.

    Reply Report Permalink
  • mordon said

    WF/WF is gone, you are losing so much DPS its not even funny as WF/FT scales so much better for shamans now. I know i tried it and there is so much sim data that shows the same thing. Your preference if you want to run that way but dont tell me you are in the top 5 on dps cause it will not happen with that setup.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 26,373 Deadly Boss Mods Boss Encounters, and Combat
  2. 8,355 Recount Combat
  3. 3,303 Decursive Buffs & Debuffs, Boss Encounters...
  4. 3,071 BigWigs Bossmods Boss Encounters, and Combat
  5. 3,071 Omen Threat Meter Boss Encounters, and Combat