diff --git a/ARLConfig.lua b/ARLConfig.lua index f3905d0..1a89454 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -1193,14 +1193,24 @@ local function giveDocs() type = "description", name = L["USING_FILTERS_DESC"], }, - header2 = { + header3 = { order = 5, type = "header", - name = L["Reporting Bugs"], + name = L["Common Issues"], }, - desc2 = { + desc3 = { order = 6, type = "description", + name = L["COMMON_ISSUES_DESC"], + }, + header4 = { + order = 7, + type = "header", + name = L["Reporting Bugs"], + }, + desc4 = { + order = 8, + type = "description", name = L["REPORTING_BUGS_DESC"], }, }, diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua index 1fff879..bc0f2e1 100644 --- a/Locals/ARLLocals-enUS.lua +++ b/Locals/ARLLocals-enUS.lua @@ -73,7 +73,9 @@ L["ARL_DOC_DESC"] = "Documentation for Ackis Recipe List" L["Using Filters"] = true L["USING_FILTERS_DESC"] = "Filters may be toggled on or off. There are two types of filters: one which will prevent the recipe from showing up at all, and one which will prevent a specific type of acquire information from showing up.\nWith the first type of filter, these match the proprieties of the recipe (ie: binding). If you toggle ARL to not show BoP recipes, no recipes that are BoP will show up in the scan. The second type of filter deals with acquire information. If a recipe is available as a mob drop, or from a vendor and you toggle to not show vendor recipes, the recipe will still show up but vendor information will be hidden for it. The reason is that there is still another way to acquire this recipe (mob drop) so it should still be included in the scan." L["Reporting Bugs"] = true -L["REPORTING_BUGS_DESC"] = "When reporting a bug, please make sure you do the following:\n1) Download the latest version, available from http://www.wowace.com/projects/arl/files/\n2) Make sure there is not a bug report filed for your issue already. You can check these at http://www.wowace.com/projects/arl/tickets/\n2a) Disable addons such as Skillet or ATSW.\n3) If your problem is not listed and you are using the latest version verify your addon settings. Verify filters, profiles, etc.\n4) You have found a bug that no one has reported before. Create a new ticket at http://www.wowace.com/projects/arl/tickets/ with a descriptive heading about the problem. In the ticket make sure you include the error message that you received (just the error message, I don't need a listing of the addons you use), the recipe/profession you were working with, and any other info that you think may help." +L["REPORTING_BUGS_DESC"] = "When reporting a bug, please make sure you do the following:\n\n1) Download the latest version, available from http://www.wowace.com/projects/arl/files/\n\n2) Make sure there is not a bug report filed for your issue already. You can check these at http://www.wowace.com/projects/arl/tickets/\n\n2a) Disable addons such as Skillet or ATSW.\n\n3) If your problem is not listed and you are using the latest version verify your addon settings. Verify filters, profiles, etc.\n\n4) You have found a bug that no one has reported before. Create a new ticket at http://www.wowace.com/projects/arl/tickets/ with a descriptive heading about the problem. In the ticket make sure you include the error message that you received (just the error message, I don't need a listing of the addons you use), the recipe/profession you were working with, and any other info that you think may help.\n\nWhen posting a bug report, do NOT include all of the addons from swatter. This just makes it difficult to read. If you want a good error reporting mod, get BugSack. Do not post errors/missing recipes in the comments, or send them to me via a PM. Post them as a ticket which I can address and track easily." +L["Common Issues"] = true +L["COMMON_ISSUES_DESC"] = "Please refer to these common issues before submitting a bug report.\n\n1) Recipe X does not show up! - Check your filter settings to make sure that the recipe is not being filtered.\n\n2) Inscription is missing so many glyphs! Why aren't they listed? Turn off your 'classes' filter. By default (and due to popular request) ARL will only show recipes which your class can use and most glpyhs are not usable by your class.\n\n3) I don't want to see opposite faction recipes! Turn on the factions filter. This will set it up to only display your factions obtainable recipes. If something still shows up and it shouldn't, please submit a bug report." -- Config UI Elements and their associated descriptions L["Include Filtered"] = true diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua index bbed005..360c5ef 100644 --- a/RecipeDB/ARL-Custom.lua +++ b/RecipeDB/ARL-Custom.lua @@ -60,6 +60,7 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB, 25, "There is a chance that you find it in 5 different rooms in blackrock depths, its random spawn though, and sometimes it doesnt even spawn at all.") self:addLookupList(CustomDB, 26, "Molten Core Bosses") self:addLookupList(CustomDB, 27, "MC Duder In BWL") + self:addLookupList(CustomDB, 28, "BT trash/bosses") end diff --git a/RecipeDB/ARL-Tailor.lua b/RecipeDB/ARL-Tailor.lua index 7031554..d99ea86 100644 --- a/RecipeDB/ARL-Tailor.lua +++ b/RecipeDB/ARL-Tailor.lua @@ -1946,7 +1946,7 @@ function addon:InitTailoring(RecipeDB) recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,41205,375,32586,4,3908) self:addTradeFlags(RecipeDB,41205,1,2,10,21,22,23,24,25,26,27,28,29,30,36,40,56) - self:addTradeAcquire(RecipeDB,41205,7,4) + self:addTradeAcquire(RecipeDB,41205,8,28) -- Mantle of Nimble Thought -- 41206 recipecount = recipecount + 1