• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Poisoner

  Download the Curse Client

Project Updated:
Files Updated: Tue, Oct 21 2008
Supports Game Version: 3.0.2
Category: Rogue
Tags:

, , , , and [Edit Tags]

Project Manager: Silentdave
Additional Authors: issacobra
Current Version: Poisoner 3.01.1
License: All Rights Reserved
Avg Daily DL (last 30 days): 89
Downloads Total: 53,031
Favorites: 211
Comments: 44
  • About Poisoner
  •  

Credits to Karrion of Terenas for the original Poisoner

Installation
----

Extract this archive into your InterfaceAddOns folder. The full path
to the files should end up being something like:
C:Program FilesWorld of WarcraftInterfaceAddOnsPoisonerPoisoner.toc
and so on.

Usage
-

When the addon is installed, a small button is displayed near the minimap.
Click and drag the button to move it to a desired location. To apply poisons
to your weapons, click the minimap button and a menu of the poisons in
your packs will pop up. Click the poison type with the left mouse button to
apply it to your main hand weapon, and with the right mouse button to apply
it to your offhand weapon.

Command line useage

/poisoner enable - Enable display of the poisoner button.
/poisoner disable - Disable display of the poisoner button.
/poisoner lock - Prevent the poisoner button from being dragged.
/poisoner unlock - Allow the poisoner button to be dragged.
/poisoner scale x - Set the scale of the poisoner menu (x value of 1 = no change, less than 1 = shrink, larger than 1 = enlarge).
/poisoner position {left|right} - Set which side of the minimap button the menu appears.
/poisoner reset - Reset the position and scale of the poisoner button.

3.01.1 only.
/poisoner name - Name-only tooltips.
/poisoner full - full item tooltip.

Poisoner is enabled by default for Rogues, and disabled by default for all
other classes.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Poisoner 3.01.1 Release 3.0.2 25,141 10/21/2008
  Poisoner 3.01 Release 3.0.2 272 10/21/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Is anyone gonna update this?

    Reply Report Permalink
  • Hi Silentdave and issacobra.
    Poisoner is a really great add-on, i used to use it all the time.
    However, after the latest updates, it does not work for me? the button just aint there, and /poisoner xxxxxx just results in "type /help.. blabla"
    So i cant make wow register that its actually there:/

    Reply Report Permalink
  • Do you have WoW set to force the loading of out of date addons? If not then perhaps Poisoner simply isn't being loaded when you login.

    Reply Report Permalink
  • Just an FYI for those of you who use the russian client, there is now a working localization file available on wowinterface http://www.wowinterface.com/downloads/fileinfo.php?id=11312#optional

    One of the community managed to get it working and has been gratious enough to upload the file for everyone else.

    Reply Report Permalink
  • Moosish: It is possible to make the menu popup and auto hide while in and out of combat, the problem is time, for the past couple of months and currently I've been extremely busy in RL that I just dont have the time, alot of the older sections of code need rewriting for the current API.

    Metalronin: What you would be asking for is an auto-switching combat bar? if so then thats not possible as blizzard prevent addons and macros from automatically changing stuff ie the user HAS to initiate the action with a click or button press thus there are already a plethora of macros around that will change bars for ya on a button press. If not an auto combat bar then you would be asking for a secondary action bar for yer stealth skills - use an action bar addon like dominos/bartender/macaroon they'll do it much better for ya and are already available.

    Reply Report Permalink
  • Moosish said 

    Just some possible suggestions:(I LOVE this AddOn!)
    -Is there a way to allow use of the AddOn during combat? (or is that part of Blizzard's crusade against creating frames while in combat?).
    -Also, is it possible to make the menu disappear after finishing applying a poison?

    Thanks again! Great AddOn!

    Reply Report Permalink
  • Hey does anyone know if there is a mod like this for use when a rogue goes into shadow dance that would be great....Silentdave have you considered this?

    Reply Report Permalink
  • I dont quite get what ya mean.. are you thinking along the lines of producing a seperate action bar? for when ShD is active?

    Reply Report Permalink
  • Awesome add on. I use it alot.

    Reply Report Permalink
  • Badwin said 

    I got the minimap icon but clicking on it doesnt do anything - the list of available poisons doesnt appear doesnt matter how many times i click on it... My guess is that the addon doesnt work correctly with the localised names of poisons (i am using a RU client).

    Reply Report Permalink
  • Would be perfect if it could show on FuBar. Thanks!

    Reply Report Permalink
  • westsidemvp, ya got a new message on wowinterface ;)

    Reply Report Permalink
  • yeah thats being worked on deadlycuts ;), 3.0 broke it, my initial thing was to get the basics of the addon working again, next up is a rewrite of the older portions of code such that its 100% 3.0 stuff so that things like popup/hide work :), my problem atm is finding the time, got an extremely busy RL atm :(

    Reply Report Permalink
  • great addon.
    But in 3.01.1 i must click on minimap button to show available poisons. in older versions i just move my mouse on poisoner button and it shows me all my poisons w/o clicking on button. So can you make it optional (clicking on button/ w\o clicking on buton) if it takes not a lot of time? =)
    Thank you =)

    Reply Report Permalink
  • just a refresher: poisoner is called "Posioner 3" on wowinterface

    Reply Report Permalink
  • KhumbuRi - the problem you have is most likely caused by another addon, Poisoner is very sensitive to addons that try to control the minimap buttons eg spartanui, minimapbuttonbag (aka mbb). I know thats not an ideal answer, but in the absense of mass reports and that i myself use the english client with no problems, that suggest that the problem is external to both the client and poisoner thus another addon.

    Westsidempvp - that reply below should have had the following info:

    russian client = 100% use of russian language only = poisoner just needs localising to russian.

    go into poisoner's directory and make a copy of the file "localisation.lua" and rename the copy accordingly (you can see other language files present).

    edit your new file with any text editor - you're looking for all the words inside the speech marks only, you must not translate the LUA code itself.

    additionally do not change some of the symbology withint the speech marks such as %w+ or .* or ^(%d+) and finally %s*([IVX]*).

    please note that the string field %s*([IVX]*) is purely the roman numeral system it recognizes those, if in russian they are different then please modify the characters inside the sqr brackets accordingly (the I V X).

    once happy, save all changes and edit poisoner.xml.

    At the top you can see several script file=blah blah lines, the last of those has file="poisoner.lua", you want to include your file before the poisoner.lua line, simply copy-paste one of the others and modify it accordingly, save that and try it out.

    if it works (which it should), drop me a line on wowinterface and i'll get the localization file off you and incorporate or you can add it there as an optional file and i'll throw up a quick DIY guide for it.

    Reply Report Permalink
  • KhumbuRi said 

    Thanks SilentDave, Its working now. Unloaded ALL other addons and it still did not work. Deleted the saved variables and it still did not work. Deleted the addon completely and reinstalled - WORKED. Must have been some rubbish in the addon folder I guess. Thanks for your prompt responses.

    Reply Report Permalink
  • not working(((

    my localisation_ru.lua file

    --
    -- Regular expressions to match poison names
    --
    Poisoner_Patterns = {
    "%w+ точило",
    "%w+ грузило",
    ".*масло маны",
    ".*волшебное масло",
    "Масло льда",
    "Масло Тьмы",
    ".*яд%s*([IVX]*)"
    };

    --
    -- Other internal strings
    --

    -- the pattern to search for in a tooltip for the number of charges
    -- remaining on an expendable item
    POISONER_PATTERN_CHARGES = "^(%d+) Charges$";

    --
    -- Display strings
    --

    -- tooltip strings
    POISONER_MINIMAPBUTTON_TIP1 = "Poisoner";
    -- error messages
    POISONER_COMMANDERROR = "Unknown poisoner command: ";
    POISONER_DRAGERROR = "Error dragging poisoner button";
    POISONER_POSITIONERROR = "Unknown position option";

    Has made everything as you have told,

    poisoner.xml
    Report Permalink

  • try to explain. when i click on poisoner button, does not appear what menu with poisons. just nothing. ive used this addon on english version before, and know how its work, but here not working. And where is no any errors or something.
    [URL=http://img340.imageshack.us/my.php?image=poisoner3vr2.jpg][IMG]http://img340.imageshack.us/img340/5104/poisoner3vr2.jpg[/IMG][/URL]
    [URL=http://g.imageshack.us/img340/poisoner3vr2.jpg/1/][IMG]http://img340.imageshack.us/img340/poisoner3vr2.jpg/1/w526.png[/IMG][/URL]

    Reply Report Permalink
  • the line
    [code]POISONER_PATTERN_CHARGES = "^(%d+) Charges$"; [/code]

    you will most likely need the "Charges" word translating also, the way the scanning works is it first attempts to identify valid items in yer bag eg Instant Poison VII when it finds a valid item, it will then scan the item's tooltip and look for the word "Charges", once it finds that it then parses that line for a number which is the actual quantity that you have, rinse n repeat, it then returns all that info, now, button "showing" is done dependant on quantity (no point in showing a zero quantity item), however if the tooltip scanner fails to find the word "Charges" then it returns a zero quantity for that item thus the button is not shown. That is what seems to be the remaining problem.

    also, in Poisoner.lua, right at the bottom you'll see -
    [code]
    function PoisonerDebug(message)
    if (false) then
    if (message == nil) then
    message = "";
    end
    ChatFrame1:AddMessage(message);
    end
    end
    [/code]
    change the "(false)" to "(true)". run the game and click the minimap icon a few times and watch for debug spam in your chat window, after a couple of minimap button clicks you should start seeing a line like "children of poisoner:" and another line that shows a value of more than "0". if that value stays as zero then that indicates that the item scanning is not working as per localisation. in the event of that being the issue, drop me a pm on wowinterface and we'll take it from there.

    1 final thing: localisation.lua is the default locale to use (on the euor and us client this defaults to english), it is entirely possible that the russian client may require the russian translation file to be called localisation.lua as opposed to localisation_ru.lua as the default locale is russian (just a quick thing thats easily checkable from your end).

    Reply Report Permalink
    • Similar Addons
    •  

    Average downloads per day

    1. 259 RoguePowerBars (Updated) Buffs & Debuffs, Combat, and...
    2. 186 Rogue Focus Classic PvP, Combat, Druid, Rogue...
    3. 177 Stunwatch Rogue
    4. 148 UIM:ComboPoints Rogue
    5. 125 Rogue Power Bars Buffs & Debuffs, and Rogue