Download
(16Kb)
Download
Updated: 11-27-12 11:54 PM
Pictures
File Info
Updated:11-27-12 11:54 PM
Created:12-28-10 02:18 PM
Downloads:9,877
Favorites:57
MD5:

Poisonous  Popular! (More than 5000 hits)

Version: 5.1.1
by: CheshireKatt [More]

Rogue poison and enrage alert addon.

  • Alert if your target is enraged so you can Shiv (or Soothe, or Tranquilizing Shot) it off.
  • Can be configured to be *really* annoying if your weapons are unpoisoned, or if poisons are about to expire.

For 5.0, all poison bar and buff bar functionality has been removed since poisons show up clearly in the buff list now, and poisons have their own in-UI flyout button which makes the poison bar rather pointless. And of course, since poisons are now (finally!) spells and not items, the auto-buy functionality has also been removed.

5.1.1: Minor update to support patch 5.1 and fix CRZ initialization issue. No progress on moving the alert yet, RL has been busy.

5.0.1: Updated for Mists of Pandaria / 5.0. Poison bar removed. Weapon buff text update removed. Autobuy functionality removed. Now supports Lethal / Non-Lethal poisons to go with Mists of Pandaria poison changes.

4.3.5: Fixed the incorrect cooldown sweep display again
4.3.4: Changed Poison Bar button update code to be more efficient. Throttled poison temporary enchant button updates to once per second. Removed old LibButtonFacade support, updated to support Masque (LibButtonFacade's successor) instead.
4.3.3: Throttled checks for updating the poison alert frame to once per second to try to fix some lag issues.
4.3.2: Fixed poison bar button texture bug again (spec swap, zone change) and removed incorrect and irrelevant cooldown arc.
4.3.1: Fixed poison bar button texture bug from WoW 4.3.
4.2.0.4: Added a new option, "Mark Temporary Enchant Icons" to disable my currently very clumsy buff scans to mark temp enchant icons with information on active poisons.
4.2.0.3: Added some debug options to help troubleshoot the disappearing bar.
4.2.0.1: Actually updated the toc for 4.2
4.2.0.1: Oh yeah, Hunters. Tranquilizing Shot is now supported by the enrage watch.
4.1.0.4: Druids can now use Poisonous's "Show Enraged Target" functionality if they have Soothe learned.
4.1.0.3: Ok, I think I *actually* fixed LBF/rABS compatibility this time.
4.1.0.2: Fixes to improve LibButtonFacade / rActionButtonStyler compatibility. I hope. :)
4.1.0.1:
  • Optional enrage detection (for Shiv)
  • I've had enough requests for it that I've gone and added a "don't nag about offhand poisons" 'cuz it doesn't actually hurt me any. If someone doesn't want to spend 10c every hour for poison on their thrown weapon it's not really my concern. :)
  • Various little tweaks internally
4.0.3.1:
  • Added support for reskinning the poison bar with ButtonFacade or rActionButtonStyler
  • Added an option to have the poison warning not tint the screen when displayed (just show the timers)
  • Added options to change button scaling and padding
Post A Reply Comment Options
Unread 07-14-11, 03:11 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Re: Out of date

Originally posted by sajocolo
Why is it still shows on the addon list as out of date? Maybe Toc file needs a fix.

Also which botton is for off cause middle mouse one isnt, Tx
.toc version updated. The buttons are Left = Mainhand, Right = Offhand, Alt+either = Thrown.
Report comment to moderator  
Reply With Quote
Unread 07-05-11, 12:18 AM  
sajocolo
A Kobold Labourer

Forum posts: 0
File comments: 86
Uploads: 0
Out of date

Why is it still shows on the addon list as out of date? Maybe Toc file needs a fix.

Also which botton is for off cause middle mouse one isnt, Tx
Last edited by sajocolo : 07-05-11 at 12:30 AM.
Report comment to moderator  
Reply With Quote
Unread 05-31-11, 05:23 PM  
twilightsamus
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Thanks so much! If I get a chance before an update to the addon itself, I'll try what you posted.
Report comment to moderator  
Reply With Quote
Unread 05-31-11, 05:05 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
That's a pretty good idea. You *should* be able to get it working by editing Poisonous.lua and changing the very top of the file from:
Code:
if ( select( 2, UnitClass( "player" ) ) ~= "ROGUE" ) then
to
Code:
local playerClass select( 2, UnitClass( "player" ) )
if ( ( playerClass ~= "ROGUE" ) and ( playerClass ~= "DRUID" ) ) then
That should enable the addon for rogues and druids (or more specifically, disable it for non-rogue/non-druid characters instead of just non-rogues).

That being said, you'll probably have to turn off a lot of the settings to avoid poison warnings on your druid, but they're per-character so you won't mess up your rogue's config in doing so.

I'll add this to the next version as well.
Report comment to moderator  
Reply With Quote
Unread 05-29-11, 03:46 AM  
twilightsamus
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Is there any way to make the enrage alert appear for classes other than Rogue? (something I can delete/change in the LUA?) I've been trying to find something similar to the alert used here for my Druid so I can become more aware of when to Soothe.
Report comment to moderator  
Reply With Quote
Unread 05-24-11, 05:10 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Edit: Ok, 4.1.0.3 should be up shortly, I'm more confidant of my LBF/rABS fixes now, but let me know if it's still broken.
Last edited by CheshireKatt : 05-24-11 at 09:15 PM.
Report comment to moderator  
Reply With Quote
Unread 05-12-11, 01:14 PM  
Kryolos
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Whenever I try to skin the buttons using ButtonFacade it's a gamble on whether it will work or not everytime I log on.

For example - One time it'll work and if I log out (or reload UI) the buttons will reset back to their original look.

I tried messing with the textures through the LUA and the same things seems to happen. Textures change on first reload and then revert back to original.

Edit: Tried with rActionButtonStyler also and the same thing happens between logging / reloading UI.
Last edited by Kryolos : 05-12-11 at 03:39 PM.
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 07:35 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Originally posted by Cassiopeija
Is it possible to deactivate the poison warning for thrown weapons while armed with a fishing pole?
It should do this already, but to be honest I haven't tested it too much -- I'll give it a look.

Originally posted by Animalm4st3r
Is there any chance to deactivate the poison warning for thrown weapons?
I'm still low level and don't need this at the moment.
Poisons are still useful when you use Throw or Deadly Throw so I'm not entirely sure I want to make it toggleable (since then people may forget to turn it back on once they get Fan of Knives), especially since poisons are comically inexpensive now, but I'll see about turning it off until you learn Fan of Knives at least. Or maybe I'll just give in and add a "don't warn about thrown weapon poisons" option. We'll see.
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 03:07 PM  
Cassiopeija
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Is it possible to deactivate the poison warning for thrown weapons while armed with a fishing pole?
Report comment to moderator  
Reply With Quote
Unread 04-10-11, 08:05 AM  
Animalm4st3r
A Murloc Raider

Forum posts: 8
File comments: 20
Uploads: 0
Is there any chance to deactivate the poison warning for thrown weapons?
I'm still low level and don't need this at the moment.

Greetings
Animal
Report comment to moderator  
Reply With Quote
Unread 02-12-11, 12:52 AM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Very nice addon, I just have a request , is it possible to make the poisons bar retractable? matched with a nice minimap-like button which will expand the bar with a left click?
I've considered it before but it's always been low-priority for me (since I haven't gotten around to looking into how the whole secure popup handler works), but I can try to give it a look sometime soon. No promises, of course.
Report comment to moderator  
Reply With Quote
Unread 01-29-11, 11:36 AM  
vruva
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Very nice addon, I just have a request , is it possible to make the poisons bar retractable? matched with a nice minimap-like button which will expand the bar with a left click?
Report comment to moderator  
Reply With Quote
Unread 01-06-11, 11:19 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Another request that I think is nice to have is to have the option to always confirm "yes" when applying the poison through this addon. I know it can be achieved through script like:
Sadly it looks like Blizzard has for some reason protected the ReplaceEnchant() function that I'd need to use with 4.0, so I can't have it be called in response to the replace enchant event. I'll see if I can come up with something, but for now I can't remove the prompt.
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 11:55 AM  
Silvanaa
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 3
Vile poisons (http://www.wowhead.com/spell=16515) adds the ability to proc the poisons on your melee weapons, it doesn't remove the ability to proc your throwing weapon's poison. So you should be running main hand IP, off hand DP, and throwing weapon DP, because if you put DP on your throwing weapon you will get a 5 stack of DP on all your targets faster. And then your off hand and throwing weapon will change to apply IP.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 10:45 PM  
wowaddictt
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Another request that I think is nice to have is to have the option to always confirm "yes" when applying the poison through this addon. I know it can be achieved through script like:

/click StaticPopup1Button1

But I'm not sure if it works in LUA.

thanks again.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: