Download
(206Kb)
Download
Updated: 07-12-10 03:55 PM
Pictures
File Info
Updated:07-12-10 03:55 PM
Created:10-22-08 09:13 PM
Downloads:6,668
Favorites:59
MD5:

cAspectOfTheViper  Popular! (More than 5000 hits)

Version: 2.1.3
by: Chimaine [More]

2.1.3 is an update to make it work with 3.3. Since Cataclysm remakes the Aspect system, cAoV will be discontinued.

cAoV is a lightweight Stand-Alone Addon which reminds you to turn off/on Aspect of the Viper.

New in 2.1:
Redone the flashing system, should be much better this time without leaking memory like a window.

cAoV has two different Modes:
Standart
When your mana goes below a certain value and you have Aspect of the Hawk/Dragonhawk active, the Aspect of the Viper icon shows up.
When your mana goes above a certain value and you have Aspect of the Viper active, the Aspect of the Hawk/Dragonhawk icon shows up.

Simple
If you have Aspect of the Viper active, an icon shows up.

Extra options for both modes
Option to flash icons so you won't overlook them.
Option to flash screen edges, so you really notice it.
Option to only show icon if player is in combat.
Option to only show icon if player is in group.

FAQ
Q: How do I configure cAoV?
A: Just type in "/caov" or "/caspectoftheviper" and the gui shows up.

Q: Can I change the border or the font?
A: You can simply select another font via the gui. If you want to change the border, you can define another path in the gui or replace the file in the addon folder.

I'm from Germany, so please don't mind my mistakes

2.1.3
- Update TOC for Patch 3.3
- Added, improved and rearranged options
- Updated libarys

2.1.1
- Fixed disable screen flash in simple mode.

2.1
- replaced PLAYER_REGEN_ENABLED/DISABLED handling with InCombatLockdown()
- New (again) flashing system
- Added missing LibCallbackHandler to options. Why did nobody notice that?
- Fully implement option to change the alpha of the icon
- Removed unnessecary options
- Added option to adjust flash speed
- Added option to adjust update intervals

2.0
- Use own flash function instead of blizzards
- Added a load on demand GUI (/caov), currently with AceGUI
- Many minor code changes

1.52
- Fixed line 21 error

1.51
- Fixed death and mounted check
- Only disable itself if not a Hunter or below lvl 20

1.5
- Added check if player is dead, mounted or flying
- Added fullscreen flash

1.4
- Added a 2nd display mode
- Changed a lot of code

1.3
- Added option to only show icon if player is in group
- Changed some code

1.2
- Added a flash to the button. Enabled if mana goes above a certain value
- Moved configuration into a seperate file: config.lua

1.1
- Added simple temporary slashcommands
- Now working with every localisation. Spellnames now retrieved from the SpellID.
Optional Files (0)


Post A Reply Comment Options
Unread 01-10-09, 07:33 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Aight, thanks a lot, it's perfect as it is, sad that u gave up on your hunt for a dk though
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 01-09-09, 08:35 AM  
Chimaine
A Deviate Faerie Dragon
 
Chimaine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 46
Uploads: 8
Originally posted by Caellian
If i may suggest something this to disable the icon in these conditions ?

Code:
if UnitIsDeadOrGhost('player') or IsMounted() or IsFlying() then return end
Heh, right. Never thought about it, because I don't play my hunter anymore. Will be in the next version.

Also I'm not going to add a SCT support (like I postet on the main page), since most SCT AddOns have a trigger system or something like that. I don't want to mess with things other AddOns can do better
__________________
Author cAddOns
Chimaine on EU-Destromath.

ATTN! A german writing english!
Last edited by Chimaine : 01-09-09 at 08:37 AM.
Report comment to moderator  
Reply With Quote
Unread 01-08-09, 05:38 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
I've only did some brief testing but so far it works perfectly, thanks a lot Chimaine !

If i may suggest something this to disable the icon in these conditions ?

Code:
if UnitIsDeadOrGhost('player') or IsMounted() or IsFlying() then return end
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Last edited by Caellian : 01-08-09 at 11:52 AM.
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 10:48 AM  
Chimaine
A Deviate Faerie Dragon
 
Chimaine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 46
Uploads: 8
Originally posted by Caellian
Just as suggestion, Make it also display the aspect of the 'dragon/hawk' icon once above a 'high' mana treshold.

Like, below 15% display the viper icon (switch to viper) and above 85% the dragon/hawk icon (switch to hawk)

I kinda did it locally, also added a msbt message but that's a bit dirty, and i really would like to see that in the main release, if you find it interesting ofc.
I'm working on it.
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 04:46 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Just as suggestion, Make it also display the aspect of the 'dragon/hawk' icon once above a 'high' mana treshold.

Like, below 15% display the viper icon (switch to viper) and above 85% the dragon/hawk icon (switch to hawk)

I kinda did it locally, also added a msbt message but that's a bit dirty, and i really would like to see that in the main release, if you find it interesting ofc.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 03:38 PM  
Chimaine
A Deviate Faerie Dragon
 
Chimaine's Avatar
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 46
Uploads: 8
Originally posted by Gemily
Is there anyway you could make this addon like your tracking addon? I really like that the icon is clickable so that if I want to track the target I can.

You could do that with this addon (and is actually what I thought it would do) make the icon click AoV if you're low on mana, and then Dragonhawk/Hawk for when you're full!
Unfortunately that's not possible...
I could make the button clickable, but then it would be imposible to hide/show it when you are in combat, or even change the action to AotH. That is restricted by the Blizzard API...
So it would only work if you are ooc, and that's a half thing. I don't like half things ^^
Report comment to moderator  
Reply With Quote
Unread 12-05-08, 12:38 PM  
Gemily
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is there anyway you could make this addon like your tracking addon? I really like that the icon is clickable so that if I want to track the target I can.

You could do that with this addon (and is actually what I thought it would do) make the icon click AoV if you're low on mana, and then Dragonhawk/Hawk for when you're full!
Report comment to moderator  
Reply With Quote
Unread 12-04-08, 04:24 PM  
Fleetfoot
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 67
Uploads: 5
Same here, was just thinking in raid tonight that i needed to code something up like this, but thankfully i looked here first. Big thanks
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 05:38 PM  
Nandonini
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 8
Uploads: 1
Just the thing I where looking for, thanks.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: