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,883
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 12-28-10, 06:45 PM  
wtrhzrd
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Great Addon

This works great for me. Only question I have is if there's an easy way in the lua or xml files to change the size of the buttons on the bar? I'd like to be able to make them the same size as my action bar buttons I have setup in Dominos. If not, it's all good, was just wondering. Nice job though, this works great.
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 06:48 PM  
Silvanaa
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 3
Awesome addon first off, great functionality, it let me replace two other addons. Is it possible to change the borders on the poison bar? id really like if i could change it to fit my UI better aesthetically.
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 10:17 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Awesome addon first off, great functionality, it let me replace two other addons. Is it possible to change the borders on the poison bar? id really like if i could change it to fit my UI better aesthetically.
Glad you like it! I haven't looked into anything style-wise with the poison bar (right now it has no borders, it's just the poison icons), but I can take a look at ButtonFacade and see what it looks for for a reskinnable button.

This works great for me. Only question I have is if there's an easy way in the lua or xml files to change the size of the buttons on the bar? I'd like to be able to make them the same size as my action bar buttons I have setup in Dominos. If not, it's all good, was just wondering. Nice job though, this works great.
Right now there's no commands for it (I've considered adding sliders for scale/padding, but haven't yet.) In the meantime:

To change their spacing: In Poisonous.lua, search for "offsetX =", you should find it in four places (all close to each other, in Poisonous:UpdatePoisonBarButtons()). Change the 2 (or -2) to whatever spacing you'd like (if you want a spacing of 4, change 2 to 4, -2 to -4).

To change their size: In Poisonous.lua, search for "button:SetWidth( 28 )", you should find it in Poisonous:GetPoisonBarButton(). Change the width to what you'd like, and similarly for the line below it, "button:SetHeight( 28 )".
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 03:32 AM  
Silvanaa
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 3
Originally posted by CheshireKatt
Glad you like it! I haven't looked into anything style-wise with the poison bar (right now it has no borders, it's just the poison icons), but I can take a look at ButtonFacade and see what it looks for for a reskinnable button.
Awesome, if its possible to make it compatible with rActionButtonStyler as well, that would be even more awesome
Report comment to moderator  
Reply With Quote
Unread 12-29-10, 04:34 PM  
wtrhzrd
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by CheshireKatt
Right now there's no commands for it (I've considered adding sliders for scale/padding, but haven't yet.) In the meantime:

To change their spacing...
Perfect, thanks.
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 01:17 AM  
Taargkrizzt
A Murloc Raider

Forum posts: 5
File comments: 18
Uploads: 0
Hi, I am really liking this addon as I constantly forgot to repoison and restock. However, the annoying part of the alerts are just a bit too annoying for me. If I Just want to get the timers when poisons are about to expire - and not the screen color change -is there anything easy to edit in the lua, or is that a major rework?

EDIT: nm I managed to fix this myself by setting some vaules to 0.
Last edited by Taargkrizzt : 01-02-11 at 03:47 AM.
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 12:53 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Hi, I am really liking this addon as I constantly forgot to repoison and restock. However, the annoying part of the alerts are just a bit too annoying for me. If I Just want to get the timers when poisons are about to expire - and not the screen color change -is there anything easy to edit in the lua, or is that a major rework?
I've had a few requests for a "Less Annoying Alerts" option, so I'll probably have an option to disable the screen color change in the next release.

For those that want to remove it in the lua for now, look in Poisonous.lua for "alert.background:SetVertexColor( r, g, b, a )" and change it to "alert.background:SetVertexColor( r, g, b, 0 )", that'll remove all the color changes with the background alert, but leave the text there.
Last edited by CheshireKatt : 01-02-11 at 02:17 PM.
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 10:54 PM  
weirdguy508
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
I really like the addon, it is a big help, but when ever I use IceHud and this addon, I get an endless amount of errors to the point where WoW ask to shut down because there are so many errors, and it seems to be only when I have IceHud on.
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 11:35 AM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
I really like the addon, it is a big help, but when ever I use IceHud and this addon, I get an endless amount of errors to the point where WoW ask to shut down because there are so many errors, and it seems to be only when I have IceHud on.
Interesting -- is IceHud the only other addon you use? Can you enable UI errors and let me know what the errors it's getting are?
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 11:36 AM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
I've just uploaded an update to Poisonous that should cover all the requests I've gotten so far (except the IceHud errors, still gotta look into that). Enjoy!
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 04:26 PM  
Silvanaa
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 3
Perfect, thanks for the feature adds looks really sharp now.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 11:29 AM  
wowaddictt
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
The poison expiration warning is very nice. This one actually works! Thanks!

One request though is that it would be nice to turn off the warnings for the thrown weapon only. As a mutilate spec rogue, we do not really apply poisons on the thrown weapon because it is built into our spec.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 02:30 PM  
weirdguy508
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
Hmm well I just played with other addons and Poisonous and the error never came up again, I have not updated it yet so, I don't really know, but if it happens again I will copy the error and post it.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 08:08 PM  
CheshireKatt
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 42
Uploads: 3
Hmm well I just played with other addons and Poisonous and the error never came up again, I have not updated it yet so, I don't really know, but if it happens again I will copy the error and post it.
Okies -- let me know if it comes back.

One request though is that it would be nice to turn off the warnings for the thrown weapon only. As a mutilate spec rogue, we do not really apply poisons on the thrown weapon because it is built into our spec.
As a mutilate rogue you still want to apply poisons to your thrown weapon. Vile Poisons simply gives you a chance to proc your mainhand and offhand poisons on Fan of Knives in addition to your thrown weapon poison.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 10:41 PM  
wowaddictt
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
As a mutilate rogue you still want to apply poisons to your thrown weapon. Vile Poisons simply gives you a chance to proc your mainhand and offhand poisons on Fan of Knives in addition to your thrown weapon poison.
Yes it's a chance, but with Vile Poisons (rank 3), the chance is 100% so there is no point wasting poisons on the thrown weapon unless it's required for some raid situation where crippling poison is needed.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: