Results: 3Comments by: maido
File: FCO ItemSaver08/17/17
Ah, thanks for the intel. Thanks...
Posted By: maido
Ah, thanks for the intel. Thanks to you for the very quick fix! I am still surprised they don't have an official changelog of all the API modifications they make, not even Blizzard has an official one but at least many websites keep track of them, so things are usually a lot easier to spot, and such big changes are usually broadca...
File: FCO ItemSaver08/16/17
I think they changed the way they m...
Posted By: maido
I think they changed the way they manage the bank bag Id or something, I printed on screen the bagId passed to the FCOIS.MyGetItemInstanceIdNoControl and after a load of integer (as it should be) last value is a "table: A01481blablabla", so that's where the mistake comes from. I removed the error by wrapping the same function in a b...
File: Dustman05/23/17
Quick & Dirty fix: open Dustman.lua...
Posted By: maido
Quick & Dirty fix: open Dustman.lua, go to line 208: local function BuildUsableIngredientsList() for recipeListIndex = 1, GetNumRecipeLists() do local _, numRecipes = GetRecipeListInfo(recipeListIndex) for recipeIndex = 1, numRecipes do local known, _, numIngredients = GetRecipeInfo(recipeListIndex, recipeIndex) fo...