Download
(209Kb)
Download
Updated: 06-28-11 03:15 AM
Pictures
File Info
Updated:06-28-11 03:15 AM
Created:10-12-10 05:58 AM
Downloads:13,082
Favorites:154
MD5:

nibSpellAlertConfig  Popular! (More than 5000 hits)

Version: 0.3.2 r4
by: Nibelheim, suicidalkatt

0.3.2 r3


What is it:

nibSpellAlertConfig allows you to take control of Cataclysm's new built-in Spell Alerts.

You can also add your own Custom Alerts to display using the Spell Alert system.

Type /nibspac to configure.



Basic Options:
  • Position
    • Move the Spell Alerts to anywhere on your screen
    • Adjust the Frame Level and Strata, allowing you to make the Spell Alerts appear above or under your frames.
  • Size
    • Set the Height and Width of the Spell Alert display area, allowing you to shift in/out the position of the alerts.
    • Scale. Make the Spell Alerts as big or small as you like.
  • Appearance
    • Opacity



Custom Alerts:
  • Aura
    • Set an Aura Name or SpellID to keep track of
    • Define whether the Aura is a Buff or Debuff
    • Set which unit to watch (Player or Target)
  • Position
    • Choose between all the standard Spell Alert positions to show your own alert
    • Scale your alert to make it larger / smaller
  • Texture
    • Choose between any of the standard Spell Alert textures, or your own custom textures
    • Color
  • Duration and Stack Count text

Supports Ace Profiles and SharedMedia.




Other nib Addons:

0.3.2 r3 Changes
  • TOC bump.
  • Libraries updated.


0.3.2 r3 Changes
  • Libraries updated.


0.3.2 r2 Changes
  • Bug fix in configuration window.


0.3.2 Changes
  • Timer and Stack Count texts added to Custom Alerts. Disabled by default.
  • Preview mode for Custom Alerts added.


0.3.1 r3 Changes
  • New textures added for Custom Alerts.


0.3.1 r2 Changes
  • Memory usage reduced by 60%+


0.3.1 Changes
  • Custom Alerts module is now disabled by default. Please tick Enabled to activate Custom Alerts.


0.3.0 Changes
  • Added Custom Alerts
    • Create your own Custom Alerts to use with the Spell Alert system


0.2.0 Changes
  • Added Libs\AceConsole-3.0


0.1.9 Changes
  • Removed Libs\AceConsole-3.0


0.1.8
  • Additional Spell Alerts added to the Config Mode


0.1.7
  • Updated Libraries
Post A Reply Comment Options
Unread 02-02-11, 07:13 PM  
Morgalm
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 184
Uploads: 4
Thanks
Report comment to moderator  
Reply With Quote
Unread 02-25-11, 12:03 PM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
Possible to extract debuff icons for textures?

When setting up custom alerts, I'd like to use the icon associated with the (de)buff.

Would it be possible for your addon to do this (similar to how TellMeWhen works when giving it a spellid or buff name)?

Also, would a texture position such as "Top Left + Top Right (Flipped)" be possible?

Thanks.
__________________
Theondry of Perenolde
Last edited by Theondry : 02-25-11 at 12:06 PM.
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 05:47 AM  
Drachenstern
A Kobold Labourer
 
Drachenstern's Avatar

Forum posts: 1
File comments: 4
Uploads: 0
Re: Possible to extract debuff icons for textures?

Hi,

that what i want too.. when a Spell overlay procs... not to look every time in the Action Bars.. what the Hell is the Spell that i'am have to use on this Proc?

I'ts better when i can see the Name of the Spell or Overlay (and the Time i have left) written in the Middle of the Screen, beside the correspondending Overlay.

To verify it every Time cost me Time to use the right spell. Yes with time i can it learn and remember it without this Function. But if You playing many alt Chars, you get a little bit confused.

Sorry my english

Originally posted by Theondry
When setting up custom alerts, I'd like to use the icon associated with the (de)buff.

Would it be possible for your addon to do this (similar to how TellMeWhen works when giving it a spellid or buff name)?

Also, would a texture position such as "Top Left + Top Right (Flipped)" be possible?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 07:08 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
You could add "InterfaceOptionsFrame_Show()" to your 'Open Config' button to close the interface options window.

I decided to steal your config layout for the next release of threat plates <3.
Last edited by suicidalkatt : 03-01-11 at 07:09 PM.
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 07:27 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by suicidalkatt
You could add "InterfaceOptionsFrame_Show()" to your 'Open Config' button to close the interface options window.

I decided to steal your config layout for the next release of threat plates <3.
I tried that (just tried again) and it seems to close both the Interface options window and nibSpellAlertConfig's window. Is there a trick to it?
Report comment to moderator  
Reply With Quote
Unread 03-03-11, 03:05 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally posted by Nibelheim
I tried that (just tried again) and it seems to close both the Interface options window and nibSpellAlertConfig's window. Is there a trick to it?
Code:
openoptions = {
	type = "execute",
	name = "Open config...",
	func = function() 
		TidyPlatesThreat:OpenOptions()
		InterfaceOptionsFrame_Show()
	end,
	order = 20,
},
Report comment to moderator  
Reply With Quote
Unread 03-03-11, 03:22 AM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by suicidalkatt
Code:
openoptions = {
	type = "execute",
	name = "Open config...",
	func = function() 
		TidyPlatesThreat:OpenOptions()
		InterfaceOptionsFrame_Show()
	end,
	order = 20,
},
Ah-ha. Tried it that way, and it closed everything. Stuck the InterfaceOptionsFrame_Show() before the OpenOptions and it works
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 11:29 PM  
Fadeshy
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Having problems adding "Lava Surge" into the custom auras.

The weird thing about Lava Surge is that it doesn't appear through the combat log.

I've tried its spell id (77762), and the actual name of the event which is (Lava Surge!) Anyone have any ideas on how to get this to work? or am I screwed because it doesn't appear in the combat log?
Report comment to moderator  
Reply With Quote
Unread 04-30-11, 11:40 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Fadeshy
Having problems adding "Lava Surge" into the custom auras.

The weird thing about Lava Surge is that it doesn't appear through the combat log.

I've tried its spell id (77762), and the actual name of the event which is (Lava Surge!) Anyone have any ideas on how to get this to work? or am I screwed because it doesn't appear in the combat log?
Custom Alerts only work for buffs/debuffs atm. I could add a Lava Surge proc though... hmm.
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 07:25 PM  
Fadeshy
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Nibelheim
Custom Alerts only work for buffs/debuffs atm. I could add a Lava Surge proc though... hmm.
Yeah, that would be really helpful!
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 03:19 PM  
Kogasu
A Kobold Labourer
 
Kogasu's Avatar

Forum posts: 0
File comments: 109
Uploads: 0
Thanks for this mod. It's just what I needed for debuff alerts on me, without a lot of bloat. Much appreciated.
Report comment to moderator  
Reply With Quote
Unread 05-30-11, 08:45 AM  
ronjon
A Kobold Labourer
 
ronjon's Avatar

Forum posts: 0
File comments: 43
Uploads: 0
i'm going to assume i cannot trigger an alert if a buff falls off/missing a buff on me?
Report comment to moderator  
Reply With Quote
Unread 07-11-11, 06:36 AM  
strickland
A Cyclonian

Forum posts: 40
File comments: 195
Uploads: 0
is it possible to remove one of blizzard alert, but keep the rest of them, I tried to remove druids clearcasting but i couldn't do that, I was on the guide tab and I put clearcasting "side" to None, but it still appears to me.
Report comment to moderator  
Reply With Quote
Unread 07-11-11, 02:11 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by strickland
is it possible to remove one of blizzard alert, but keep the rest of them, I tried to remove druids clearcasting but i couldn't do that, I was on the guide tab and I put clearcasting "side" to None, but it still appears to me.
You can't atm, but I'll see if I can implement such a feature.
Report comment to moderator  
Reply With Quote
Unread 07-21-11, 09:44 PM  
Poreo
A Warpwood Thunder Caller

Forum posts: 94
File comments: 136
Uploads: 0
Set opacity to 0 % but I can still see it...WHAT IS THIS SORCERY NIB

Jk, I just wanna remove the blizz auras entirely, I'm too good for em
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: