Recipe: Living Action Potion #1446


  • Fixed
  • Defect
Closed
Assigned to pompachomp
  • _ForgeUser5804469 created this issue Apr 14, 2012

    ARL Version (ie: 1.0): 2.3.0

    ARL Revision:

    Are you running Skillet/ATSW or any other tradeskill mods? Tradeskill DW

    What is the in-game error you received (DON'T INCLUDE A LIST OF ADDONS YOU ARE RUNNING, PLEASE)? n/a

    What did you do with ARL to cause the error/problem? no error

    Are you running with libraries embedded or disembeded? no idea

    How critical is fixing this defect? don't know

    Please provide any additional information below: the alchemy recipe: living action potion IS in game. ARL states it was removed from game. the recipe is still BoP, but is now sold from Evie Whirlbrew in Everlook.

  • _ForgeUser5804469 added the tags New Defect Apr 14, 2012
  • _ForgeUser5804469 added an attachment living.jpg Apr 14, 2012

    living.jpg

    <p>purchased from vendor on 4/14/2012</p>

  • pompachomp removed a tag New Apr 15, 2012
  • pompachomp added a tag Accepted Apr 15, 2012
  • pompachomp unassigned issue from ackis81 Apr 15, 2012
  • pompachomp self-assigned this issue Apr 15, 2012
  • _ForgeUser4303305 posted a comment Jun 24, 2012

    vendor.lua added:
        AddVendor(11188,    L["Evie Whirlbrew"],                "Winterspring",            59.2,    50.0,    "Neutral")

    alchemy.lua changed Living Action Potion to:
        -- Living Action Potion -- 24367
        recipe = AddRecipe(24367, V.ORIG, Q.COMMON)
        recipe:SetRecipeItemID(20013)
        recipe:SetCraftedItemID(20008)
        recipe:SetSkillLevels(285, 285, 300, 320, 340)
        recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOP)
        recipe:SetItemFilterType("ALCHEMY_POTION")
        recipe:AddVendor(11188)


    Edited Jun 24, 2012
  • pompachomp removed a tag Accepted Jun 25, 2012
  • pompachomp added a tag Fixed Jun 25, 2012

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