Download
(2Kb)
Download
Updated: 08-29-12 07:12 AM
Pictures
File Info
Updated:08-29-12 07:12 AM
Created:10-18-10 01:13 PM
Downloads:4,619
Favorites:13
MD5:

Fulminator

Version: 1.4
by: Vilkku [More]

Fulminator is an addon for Elemental Shamans that provides spell overlay effects for Fulmination by using the Blizzard spell overlays added in 4.0.1. Overlays can be enabled and disables separately.

The overlay is shown when Lightning Shield has reached a certain amount of stacks (customizable, default 9). Overlay appears after a short while or when you cast Earth Shock.

Lava Surge overlay support was dropped in version 1.4 as it is now (WoW version 5.0) included in the game by default.

All settings can be found in the AddOn options panel.

Please post any bugs, issues or suggestions in the comments, and thank you for using Fulminator!

1.4 (29.8.2012)
-Updated for 5.0
-Removed Lava Surge overlay since it is now included in the game by default

1.3 (30.11.2011)
-Updated for 4.3

1.2 (29.6.2011)
-Updated for 4.2

1.1b (27.4.2011)
-4.1 compatibility update

1.1 (19.10.2010)
-Added Lava Surge, huge thanks again to Jotaro for doing all the work for me, you rock!
-Added options panel

1.0b (19.10.2010)
-Implemented fixes by Jotaro (thanks!): Using PLAYER_REGEN_DISABLED instead of PLAYER_ENTER_COMBAT (seriously, I used PLAYER_REGEN_DISABLED in all my mods until the latest build where I figured I could change it, I'm not a clever man) and using GetSpellInfo() instead of the spell name when getting the number of stacks
-Removed debug lines
-The slash command shouldn't show any errors any more if used the wrong way
-Next version will have Lava Surge effects as well ;)
Optional Files (0)


Post A Reply Comment Options
Unread 10-26-10, 05:57 AM  
Vilkku
An Aku'mai Servant
 
Vilkku's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 77
Uploads: 4
Just a quick note that adding Tidal Waves is on hold until someone tells me exactly how they want it to be shown :P
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 01:56 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
I just wanted to say thank you so much for this addon! I was really hoping to find a more lightweight mod to track Lava Surge procs and this is absolutely it. You are a god amongst men!
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 06:48 AM  
Vilkku
An Aku'mai Servant
 
Vilkku's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 77
Uploads: 4
Originally posted by Silesian
Any chance of adding Tidal Waves to see great Blizz spell effects as resto.

Thanks for this addon!
I'll add that in the next version, then Not sure how soon that will come out, tough. I'll also add a option to display the Lava Surge overlay every time Lava Burst becomes ready, instead of only when it's triggered by Lava Surge.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 05:02 AM  
Silesian
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Any chance of adding Tidal Waves to see great Blizz spell effects as resto.

Thanks for this addon!
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 11:11 PM  
Vilkku
An Aku'mai Servant
 
Vilkku's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 77
Uploads: 4
Originally posted by Lunarion
It seems I get an error whenever I try to set the stack via the command line. Also, the aura doesn't want to appear.

Code:
Message: Interface\AddOns\Fulminator\Fulminator.lua:60: attempt to compare number with nil
Time: 10/18/10 17:51:04
Count: 1
Stack: Interface\AddOns\Fulminator\Fulminator.lua:60: in function `?'
Interface\FrameXML\ChatFrame.lua:4106: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3717: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:3755: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>

Locals: arg = "<9>"
stacks = nil
(*temporary) = "<9>"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to compare number with nil"
You aren't supposed to include the < or > when you do the command, I guess I was being a bit unclear. "/fulminator 9" will be enough.

I will be adding some custom error messages to the slash command to avoid confusion in the next version.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 06:10 PM  
Jotaro
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 13
Uploads: 1
localization / event

Please use PLAYER_REGEN_DISABLED instead of PLAYER_ENTER_COMBAT to start your Initialize function.

Also,
Code:
local _,_,_, count  = UnitAura("player", GetSpellInfo(324));
if you want your AddOn to work on non-english clients.

Aside from that, exactly what I was looking for, I was wondering why Blizz didn't include an aura for this in the first place.

Can we maybe get an aura für Lava Surge procs, too? They are easy to miss.
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 03:51 PM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
It seems I get an error whenever I try to set the stack via the command line. Also, the aura doesn't want to appear.

Code:
Message: Interface\AddOns\Fulminator\Fulminator.lua:60: attempt to compare number with nil
Time: 10/18/10 17:51:04
Count: 1
Stack: Interface\AddOns\Fulminator\Fulminator.lua:60: in function `?'
Interface\FrameXML\ChatFrame.lua:4106: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3717: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:3755: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>

Locals: arg = "<9>"
stacks = nil
(*temporary) = "<9>"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to compare number with nil"
__________________
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 03:47 PM  
TuLe
A Black Drake
 
TuLe's Avatar

Forum posts: 87
File comments: 32
Uploads: 0
Nice i was goin to make an Power Aura for this. Nice to see developers findin new and exiting fix for our beloved game and chars!

Thanks for this!
Report comment to moderator  
Reply With Quote
Unread 10-18-10, 03:18 PM  
Lunarion
A Deviate Faerie Dragon
 
Lunarion's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 12
File comments: 73
Uploads: 1
I was very surprised that a nine stack of Lightning Shield didn't have a spell aura for Shaman. I screwed around with making an alert in MSBT, but this is much better. Thank you.
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: