Items not going into bank or being pulled from bank when clicking a set.
Immodium opened this issue ยท 7 comments
Before cata pre-patch I was able to go to the bank and pull out or toss in a set depending on which one I clicked. Now when I do that nothing happens.
I looked through the issues logs and didn't see a fix for it? Sorry if this a duplicate, but I would like to know how to fix it.
ItemRack/ItemRack/ItemRack.lua
Line 122 in e2c84c2
change this line to
elseif ItemRack.IsBCC() or ItemRack.IsWrath() or ItemRack.IsCata() then
ItemRack/ItemRack/ItemRack.lua
Line 122 in e2c84c2
change this line to
elseif ItemRack.IsBCC() or ItemRack.IsWrath() or ItemRack.IsCata() then
That worked, thank you!
Should be fixed by #277
@Rottenbeer this is still not working on Season of Discovery.
Additionally, this is the error that is being thrown:
69x ItemRack/ItemRack.lua:43: bad argument #1 to 'IsInventorySlotEngravable' (outside of expected range 0 to 4294967295 - Usage: local result = C_Engraving.IsInventorySlotEngravable(containerIndex, slotIndex))
[string "=[C]"]: in function `IsInventorySlotEngravable'
[string "@ItemRack/ItemRack.lua"]:43: in function `AppendRuneID'
[string "@ItemRack/ItemRack.lua"]:709: in function `getid'
[string "@ItemRack/ItemRack.lua"]:822: in function `FindInBank'
[string "@ItemRack/ItemRack.lua"]:2180: in function `MissingItems'
[string "@ItemRack/ItemRack.lua"]:1264: in function `BuildMenu'
[string "@ItemRack/ItemRack.lua"]:1920: in function `OnClick'
[string "@BugSack/Libs/LibDBIcon-1.0-55/LibDBIcon-1.0.lua"]:179: in function <BugSack/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua:177>
Locals:
(*temporary) = -1
(*temporary) = 1
(*temporary) = "outside of expected range 0 to 4294967295 - Usage: local result = C_Engraving.IsInventorySlotEngravable(containerIndex, slotIndex)"
Did further research and found arkayenro/arkinventory#2019. I am not sure this is the correct fix, but I changed line 36 of ItemRack.lua
to return C_Engraving and blizzard_id ~= nil and C_Engraving.IsEngravingEnabled()
and it seems to work.
You can look at the git changes arkayenro did to fix the issue: ArkInventory-3.11.01-alpha-7-with-git-changes-from-6.zip