Hi, I am experiencing the bag position moving thing and am really pleased to see it will soon be fixed.
Thank you for your work on this addon. I appreciate your effort and have been using this addon happily for months.
However, on my hunter if I auto rearrange my inventory (the red icon) to fill the empty spaces in my ammo bag I get an error that tells me you can't place that in there. This function always used to work fine and has only stopped working recently (a week?). Sorry I can't give more information but there is no error that bugsack catches or anything like that for me to post.
However, on my hunter if I auto rearrange my inventory (the red icon) to fill the empty spaces in my ammo bag I get an error that tells me you can't place that in there.
odd, its using blizzards own api now, it shouldnt get that at all.
is it repeatable? or only after you log/zone?
do you have any special/weird ammo or anything?
did you have an empty ammo bag in your normal inventory?
do you use the english client?
odd, its using blizzards own api now, it shouldnt get that at all.
is it repeatable? or only after you log/zone?
do you have any special/weird ammo or anything?
did you have an empty ammo bag in your normal inventory?
do you use the english client?
It is repeatable. It happens every time and has been doing so for about ten days now. Logging/zoning doesn't seem to be a factor. No weird ammo as the hunter I get this on is only level 29. It might be a second bag issue as I have a level 30 bag in inventory and I will therefore check this out (I will bank the second bag). Yes, my client is English.
One factor I only recently noticed is that I only get this on my Horde hunter, but not on my Alliance one. I will check the 2nd bag in inventory issue and post back here.
Thanks for your reply.
EDIT: OK, I checked into my Horde hunter after updating my mods and the problem has gone as mysteriously as it arrived. Looks like it wasn't anything to do with your mod (as your mod wasn't part of the update) but rather something else interfering with it in some way. I didn't even get as far as removing the other bag as I wanted to verify the error was still there...
I am having a reaccuring issue of the Arc bags positioning themselves in the top right of my screen everytime I log in and log out. It appears they stay in place as long as I am logged on my toon but as soon as I log out they go right back to the top right of the screen. It is really quite annoying as I am constantlu logging between toons.
There's a bug in the latest version in which produces the following error:
Interface\\AddOns\\ArkInventory\\ArkInventory.lua:6010: cache data for 'ARKINV_Frame1ContainerBag0Item9' does not exist yet
Error has multiple variations at the numerical values noted in bold red.
it usually means that ai tried to draw what was in that slot before it had read what was in it, most of the time its lag (server delay) related and should only really happen on the fist open. i should probably recode that bit so it doesnt force a hard error and instead uses the temporarily unknown graphic.
Whenever I zone somewhere, either my backpack or as much as three out of my 4 bags vanish, with "??? Unknown" in their place.
/ai standby twice fixes it.
This problem appeared after I disabled the Offline part for all my bags, since I don't need AI to store this information (I have other addons that do it).
it usually means that ai tried to draw what was in that slot before it had read what was in it, most of the time its lag (server delay) related and should only really happen on the fist open. i should probably recode that bit so it doesnt force a hard error and instead uses the temporarily unknown graphic.
Its been happening a lot since 2.4.2. Until then I had never seen it do that before.
Disabling tooltips on bag slots without having to disable all tooltips would be super :P
I just unchecked all the info in the Tooltip section while keeping Tooltips enabled, it disables anything AI does to the tooltip without getting rid of all tooltips. A temp fix until Ark does add the function, if it's possible.
uploaded to SVN
completely? as is no tooltips? or just the stuff i add (which can already be disabled)
I know when you first implemented it, the entire game's tooltips would be disabled if Enable Tooltips in AI was unchecked. But as long as you leave it checked and everything else unchecked AI doesn't mess with the tooltip.
completely? as is no tooltips? or just the stuff i add (which can already be disabled)
Completely, as in "no longer hides half the bag when trying to figure out what items are in which bag to move stuff around to empty a bag" XD
Using AI with auctioneer (another fairly popular addon you may have heard of :P) causes huge tooltips on bags listing prices and such, which regardless of where you put it on the screen causes covers half the AI window when trying to locate the highlighted green items.
Completely, as in "no longer hides half the bag when trying to figure out what items are in which bag to move stuff around to empty a bag" XD
Using AI with auctioneer (another fairly popular addon you may have heard of :P) causes huge tooltips on bags listing prices and such, which regardless of where you put it on the screen causes covers half the AI window when trying to locate the highlighted green items.
thats an auctioneer issue, it forcibly resets the tooltip anchor to something it thinks is good. disable auctioneer and then mouseover a bag, the tooltip will go *underneath* which is where i coded it to go a lot of versions ago. you basically have to live with it because i cant do anything to stop it.
fixed in the next version, i uncommented something i shouldnt have and didnt notice because i run at 100% scaling.
Man that was very fast
Thanks
Thank you for your work on this addon. I appreciate your effort and have been using this addon happily for months.
However, on my hunter if I auto rearrange my inventory (the red icon) to fill the empty spaces in my ammo bag I get an error that tells me you can't place that in there. This function always used to work fine and has only stopped working recently (a week?). Sorry I can't give more information but there is no error that bugsack catches or anything like that for me to post.
odd, its using blizzards own api now, it shouldnt get that at all.
is it repeatable? or only after you log/zone?
do you have any special/weird ammo or anything?
did you have an empty ammo bag in your normal inventory?
do you use the english client?
One factor I only recently noticed is that I only get this on my Horde hunter, but not on my Alliance one. I will check the 2nd bag in inventory issue and post back here.
Thanks for your reply.
EDIT: OK, I checked into my Horde hunter after updating my mods and the problem has gone as mysteriously as it arrived. Looks like it wasn't anything to do with your mod (as your mod wasn't part of the update) but rather something else interfering with it in some way. I didn't even get as far as removing the other bag as I wanted to verify the error was still there...
Oh well, all is good in the land of Wow again.
Thank you for your time.
Sorry for the false alarm. :)
Interface\\AddOns\\ArkInventory\\ArkInventory.lua:6010: cache data for 'ARKINV_Frame1ContainerBag0Item9' does not exist yet
Error has multiple variations at the numerical values noted in bold red.
it usually means that ai tried to draw what was in that slot before it had read what was in it, most of the time its lag (server delay) related and should only really happen on the fist open. i should probably recode that bit so it doesnt force a hard error and instead uses the temporarily unknown graphic.
/ai standby twice fixes it.
This problem appeared after I disabled the Offline part for all my bags, since I don't need AI to store this information (I have other addons that do it).
Its been happening a lot since 2.4.2. Until then I had never seen it do that before.
Thank you very much!!!
It is working perfectly now!
I just unchecked all the info in the Tooltip section while keeping Tooltips enabled, it disables anything AI does to the tooltip without getting rid of all tooltips. A temp fix until Ark does add the function, if it's possible.
["WOW_ITEM_TYPE_CONTAINER_BAG"] = "Tasche", must be in deDE.lua
["WOW_ITEM_TYPE_CONTAINER_BAG"] = "Beh\195\164lter",
i think bliz changed this with 2.4.?
uploaded to SVN
completely? as is no tooltips? or just the stuff i add (which can already be disabled)
I know when you first implemented it, the entire game's tooltips would be disabled if Enable Tooltips in AI was unchecked. But as long as you leave it checked and everything else unchecked AI doesn't mess with the tooltip.
Completely, as in "no longer hides half the bag when trying to figure out what items are in which bag to move stuff around to empty a bag" XD
Using AI with auctioneer (another fairly popular addon you may have heard of :P) causes huge tooltips on bags listing prices and such, which regardless of where you put it on the screen causes covers half the AI window when trying to locate the highlighted green items.
["WOW_ITEM_TYPE_CONTAINER_GEM"] = "Edelsteintasche",
["WOW_ITEM_TYPE_CONTAINER_LEATHERWORKING"] = "Lederertasche",
thats an auctioneer issue, it forcibly resets the tooltip anchor to something it thinks is good. disable auctioneer and then mouseover a bag, the tooltip will go *underneath* which is where i coded it to go a lot of versions ago. you basically have to live with it because i cant do anything to stop it.
fixed