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:12,995
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 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 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 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-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-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 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 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-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-01-11, 09:56 PM  
Brainh
A Deviate Faerie Dragon

Forum posts: 16
File comments: 16
Uploads: 0
Wow, that was fast! Thanks man
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 09:48 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Brainh
First off, great addon, great work!

Just one little thing, getting this error when enabling custom auras and also the custom auras doesnt work for me.
Woops, reuploading now with it fixed.
Last edited by Nibelheim : 02-01-11 at 09:49 PM.
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 09:36 PM  
Brainh
A Deviate Faerie Dragon

Forum posts: 16
File comments: 16
Uploads: 0
First off, great addon, great work!

Just one little thing, getting this error when enabling custom auras and also the custom auras doesnt work for me.

Code:
Message: Interface\AddOns\nibSpellAlertConfig\Config.lua:357: attempt to index field '?' (a nil value)
Time: 02/02/11 04:34:04
Count: 5
Stack: Interface\AddOns\nibSpellAlertConfig\Config.lua:357: in function <Interface\AddOns\nibSpellAlertConfig\Config.lua:355>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?
...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:798: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:613>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[3]"]:9: in function <[string "safecall Dispatcher[3]"]:5>
(tail call): ?
...face\AddOns\AtlasLoot\Libs\AceGUI-3.0\AceGUI-3.0.lua:314: in function `Fire'
...ot\Libs\AceGUI-3.0\widgets\AceGUIWidget-CheckBox.lua:68: in function <...ot\Libs\AceGUI-3.0\widgets\AceGUIWidget-CheckBox.lua:57>

Locals: <none>
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 09:00 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Implemented Duration and Stack Count texts. Keeping them simple at first to make sure the system is bug free.

You can adjust their:
  • Font
  • Size
  • Color
  • Position
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 10:16 AM  
Keyzer
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
Great addon.
Could you implement a stack counter too please? Maybe even make the texture change colour depending how many stacks the buff/debuff have.
Report comment to moderator  
Reply With Quote
Unread 01-30-11, 08:30 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Re: in game config...

Originally posted by madhaxor79
hello i just downloaded this so i could do away with power auras but when try to config it i have to go thru the in game menu interface options and then when i get the window i cant really config anything and actually see it cause the in game menu is there and when you close it, it closes the config can we get a /nibaura config or something so we just get the window for config not the menu thats is unmovable btw loving what i have been able to do with it also on a side note maybe set it up to collect the custom aura's to be in the config guide area so we can use the custom alert in any of the locations on the fly thanks for the awesome addon keep up the good work
/nibspac

Report comment to moderator  
Reply With Quote
Unread 01-30-11, 08:15 PM  
madhaxor79
A Defias Bandit

Forum posts: 3
File comments: 19
Uploads: 0
in game config...

hello i just downloaded this so i could do away with power auras but when try to config it i have to go thru the in game menu interface options and then when i get the window i cant really config anything and actually see it cause the in game menu is there and when you close it, it closes the config can we get a /nibaura config or something so we just get the window for config not the menu thats is unmovable btw loving what i have been able to do with it also on a side note maybe set it up to collect the custom aura's to be in the config guide area so we can use the custom alert in any of the locations on the fly thanks for the awesome addon keep up the good work
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: