Poisons on thrown weapons acting up #194


  • New
  • Defect
Open
  • _ForgeUser1226306 created this issue Mar 8, 2011

    What steps will reproduce the problem?
    1. Log into a rogue
    2. In the options, select any poison to be the default for "Ranged"
    3. ALL poisons are now selected as the default for that slot
    4. Uncheck any of the poisons, and you uncheck all of them

    What is the expected output? What do you see instead?
    I'd like for the addon to only select the one poison of my choice to be the default.

    What version of the product are you using?
    r203

    Do you have an error log of what happened?
    It doesn't generate an error.

    Please provide any additional information below.
    Main hand and off hand poisons are working perfectly, it's only the ranged slot that's causing trouble.

  • _ForgeUser1226306 added the tags New Defect Mar 8, 2011
  • _ForgeUser1365725 posted a comment Jul 15, 2011

    Hello, Just to let you know. You can manually edit your "C:\Program Files (x86)\World of Warcraft\WTF\Account\ACCOUNTUSERNAME\SavedVariables\ZOMGBuffs.lua" to make this work properly (as long as you dont change the poisons you use).

    here is an excerpt from mine that i edited.

    ["CharacterName - RealmName"] = { ["notlearnable"] = { }, ["templates2"] = { ["Default"] = { ["classBuffs"] = { }, }, ["current"] = { ["modified"] = true, ["ranged"] = "Crippling Poison", ["offhand"] = "Crippling Poison", ["mainhand"] = "Wound Poison", }, }, ["reagents"] = { [2892] = 40, [6947] = 40, [5237] = 20, [10918] = 40, [3775] = 40, }, },

    You need to add the section in bold. Find your character name (mine was on line 187, but will be different depending on amount of characters and custom settings). You can probably open your text and do ctrl+f and search for your character name. you will see the main hand and offhand, however you may not see ranged. Follow these steps:

    1) Exit Wow

    2) Open your ZOMGBuffs.lua in the text editor of your choice (i use notepadplusplus, it has lua formatting and color) from the directory mentioned earlier.

    3) Navigate to the section similar to that listed above, most likely from searching for your character name.

    4) Add the line "["ranged"] = "Poison Name"," (outer quotes are to be excluded)

    5) Save this file in the same location under the same file name (overwrite the old file)

    6) Open WoW and Load your addon. The setting should stick after opening WoW.

    7) This can be tested by removing all poisons from weapons. Then have ZOMG try to automatically add the poisons.

    Let us know if this helps you out.

    Nick

    PS the formatting of my excerpt is not formatted properly, but you will find it...


To post a comment, please login or register a new account.