-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Items not going into bank or being pulled from bank when clicking a set. #266
Comments
+1 to this happening to me in cata |
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 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 |
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.
The text was updated successfully, but these errors were encountered: