Download
(868 b)
Download
Updated: 04-23-09 07:12 PM
Pictures
File Info
Updated:04-23-09 07:12 PM
Created:04-23-09 07:12 PM
Downloads:2,790
Favorites:10
MD5:

Viper Alert

Version: 0.1
by: Ilo [More]

This addon is meant for those hunters with Alzheimer's syndrome who forget their Aspect of the Viper on for too long.
It will notify you in the chat window with a big red sentence and play a sound. If you keep Aspect of the Viper on even when you're at full mana it's gonna spam you until you switch it off. This 'feature' is made to annoy the noobs.

It's by no means supposed to be very precise and the timing might be off for some, but whachugonnado?

Suggestions and/or requests are welcome

Post A Reply Comment Options
Unread 09-28-09, 07:14 AM  
Ilo
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 14
Uploads: 1
Re: Dur!

Originally posted by B_C_D_C
Greetings,

I posted originally to complain it wasn't working - when in fact, you've made it do something I never considered - it's only annoying during combat! You rock!

Now, a suggestion instead - would it be possible to have the addon alert me when my mana reached a specified percent, so that I know to swap to viper?

Also, how does it decide when to tell me to swap? I'm guessing percent based, but.. sometimes, it nags me to swap out of aspect before I'm full mana (usually around 3/4 full) and I'd like it to.. not do that.

Regards,

B/C/D/C
Sorry for the late reply :P

It starts nagging around 95% mana, the algorithm is a bit screwy.
You can search for this line
Code:
if ((UnitMana("player") * 100)/UnitManaMax("player") > 95) then
and replace it with

Code:
 if ((UnitMana("player") * 100)/UnitManaMax("player") >= 98) then
It should start nagging you when you reach 100% mana. I can't test this right now because my account is frozen at the moment.
Report comment to moderator  
Reply With Quote
Unread 08-16-09, 11:30 PM  
B_C_D_C
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Dur!

Greetings,

I posted originally to complain it wasn't working - when in fact, you've made it do something I never considered - it's only annoying during combat! You rock!

Now, a suggestion instead - would it be possible to have the addon alert me when my mana reached a specified percent, so that I know to swap to viper?

Also, how does it decide when to tell me to swap? I'm guessing percent based, but.. sometimes, it nags me to swap out of aspect before I'm full mana (usually around 3/4 full) and I'd like it to.. not do that.

Regards,

B/C/D/C
Last edited by B_C_D_C : 08-16-09 at 11:59 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: