This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.
<p>purchased from vendor on 4/14/2012</p>
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)
To post a comment, please login or register a new account.