Download
(6Kb)
Download
Updated: 01-01-07 11:06 PM
Pictures
File Info
Updated:01-01-07 11:06 PM
Created:unknown
Downloads:2,711
Favorites:4
MD5:

StormstrikeChecker

Version: v2.01
by: Mauldah [More]

UPDATE:
This mod is not up to date on this site nor will it be updated here in the future. Please visit the Curse.com location in order to find the most up-to-date files.

Thanks,

Maul


-----------------------------------

This mod announces your Stormstrike debuffs and the target they land on in order to help other players utilize the buff with ease.

Recently added with v1.2 and v1.3 are a windfury damage counter that adds up the yellow damage of each windfury and displays it in the combat log. Also, a windfury damage record is now stored and will display in the default chat frame when you set a new record.

Check screenshot for commands.

v2.01
* 1-2-07
* Tidied up the Options frame
* SSC is now compatable with MikScrollingBattleText (Thanks Hoern)
* New /ss restart command. This resets all data and settings; use with caution

v2.0
* 1-1-07
* Restructured code, including SavedVariables
* New Options frame available via /ss menu
* Slash commands removed / changed due to replacement via the Options frame
* This version is NOT backwards compatible. Please reset your data upon loading (/ss reset)

v1.5
* 1-1-07
* The Windfury Record tracker now stores based on weapon subtype; Two-Handed or One-Handed.
* If a previous version of SSC has been used, it is suggested that you reset your windfury data (/ss wf reset)

v1.4
* 12-31-06
* SCT Compatability
* Floating Combat Text Compatability

v1.3
* 12-10-06
* Fixed a bug with the Windfury Counter
* Changed some display text
* Added Windfury Record counter!

v1.2 Expanded
* 12-10-06
* Windfury Counter Added!
* Adds up the 2 Bonus Windfury Attacks and displays them in the combat log

v1.1 WoW 2.0 Fix
* 12-09-06
* Changed to reflect WoW API changes

v1.0 Initial Release
* 12-02-06
* Announces Stormstrike

Post A Reply Comment Options
Unread 01-24-08, 03:13 PM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
I've not been working on this for quite some time, but I'm coming back to it. However, I doubt I'll be uploading on this site anymore (rather just do one site for simplicity and centralization of comments / bug reports). You can find the most recent download at Curse.com.

Thanks,
Maul
Report comment to moderator  
Reply With Quote
Unread 04-03-07, 12:28 AM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
I haven't been around for a while; life caught up.

I'll look into that Codebreaker. Hope to try and revive this now and get some new features in but I guess working out bugs would be a priority
Report comment to moderator  
Reply With Quote
Unread 03-12-07, 01:42 PM  
theecodebreaker
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Exclamation Errors

Got the following errors:

Error: attempt to index global 'SSC' (a nil value)
AddOn: StormstrikeChecker
File: StormstrikeChecker.lua
Line: 95
Count: 9
--------------------------------------------------
Error: attempt to index global 'SSC' (a nil value)
AddOn: StormstrikeChecker
File: StormstrikeChecker.lua
Line: 127
Count: 2
Report comment to moderator  
Reply With Quote
Unread 01-13-07, 09:25 PM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
@Mapekz

The mod works fine for me and the friends who I know have downloaded it. Make sure other mods aren't interfering.

I never have the problem of multiple announces when Dual Wielding but have heard that it happens to some. I'll see if I can fix that.

Third melee attack was not planned to be added and I have no plans of including it. Too much of a pain and too unreliable to be worth the work.
Last edited by Mauldah : 01-13-07 at 09:26 PM.
Report comment to moderator  
Reply With Quote
Unread 01-11-07, 04:47 PM  
Mapekz
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
It simply does not function.

There's a problem when OnLoad() is called. When you do "if (SSC == nil)" it in theory looks like ResetData() will be called. But something is preventing it from happening.

So, the whole mod fails to function just because ResetData() isn't being called for whatever reason.

I may suggest you try deleting your SavedVariables for SSC and try a fresh reinstall to see the problem for yourself.

SOLUTION
In your ResetData() function, you need to first initialize "SSC" as an array

SSC = {}

before assigning values such as SSC["Active"] etc

Two more things I'm looking into - making the SS Announce show up only ONCE when Dual Wielding and adding the third melee attack to the WF total (this requires a lot of math to figure out whether the weapon in the main hand is capable of doing damage equal to that of the WF attacks, etc).
Last edited by Mapekz : 01-11-07 at 08:35 PM.
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 09:20 PM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
Re: Re: Re: MSBT

v2.01 is a temporary update to provide basic compatability with MSBT. I'll be adding more configuration options when I expand the Options frame a bit more for all of the features.
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 08:28 PM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
Re: Re: MSBT

I downloaded MSBT and I see that it has it's own windfury counter that also displays number of hits and crits. I will, however, still upload a version that is compatible with MSBT.
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 04:31 PM  
Mauldah
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 6
Uploads: 1
Re: MSBT

Originally posted by Hoern
Just today I downloaded the last version and added Mik's Scrolling Battle Text support to the commandline version. The whole deal ain't that much work, the crucial line is:

Code:
MikSBT.DisplayMessage(WF_Message.." ("..WF_Total..")", MikSBT.DISPLAYTYPE_NOTIFICATION, true, 255, 0, 0, 32, 0, 2)
where 255,0,0 are color information, 32 is size, 0 just triggers the default font set in MSBT, and "2" means thick outline. "True" stands for sticky. Of course that could all be made configurable, but I figured tossing it in for myself it can't hurt to hardcode .

With the GUI I'd have to fumble with the XML, so bringing this up here and either asking for inclusion or offering to patch it and send you the diffs.
I'll work on this today or within the next few days (winter break is over )
Report comment to moderator  
Reply With Quote
Unread 01-02-07, 05:05 AM  
Hoern
Not THAT kind of Orc
 
Hoern's Avatar
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 13
Uploads: 10
MSBT

Just today I downloaded the last version and added Mik's Scrolling Battle Text support to the commandline version. The whole deal ain't that much work, the crucial line is:

Code:
MikSBT.DisplayMessage(WF_Message.." ("..WF_Total..")", MikSBT.DISPLAYTYPE_NOTIFICATION, true, 255, 0, 0, 32, 0, 2)
where 255,0,0 are color information, 32 is size, 0 just triggers the default font set in MSBT, and "2" means thick outline. "True" stands for sticky. Of course that could all be made configurable, but I figured tossing it in for myself it can't hurt to hardcode .

With the GUI I'd have to fumble with the XML, so bringing this up here and either asking for inclusion or offering to patch it and send you the diffs.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: