ESO_player123 wrote: »You checked the junk section too, right?
LootAllTheStuff wrote: »I guess that raises the question of whether any of the currencies take up an actual inventory slot for some reason. Do you have enough room to bank your currency too?
DenverRalphy wrote: »Complete shot in the dark.. but have you tried equiping a weapon and check to make sure you don't have a poison sitting in your inventory?
I can't recall why exactly, but for some reason that is the first thing that popped into my head as if I was recalling it from somewhere way way back.
karthrag_inak wrote: »quest item?
LootAllTheStuff wrote: »Long shot, but is there anything in your game email, either sent or received, that might be pending still?
/script d(select(2, next(SHARED_INVENTORY:GetOrCreateBagCache(BAG_BACKPACK))).name)

@ZOS_Kevin i submitted a ticket but was told specifically that I will not receive a response. There wasn’t a way to include screenshot in a ticket so I shared it here, above.
@ZOS_Kevin i submitted a ticket but was told specifically that I will not receive a response. There wasn’t a way to include screenshot in a ticket so I shared it here, above.
File a /help ticket, not a /bug/feedback ticket, for a response.
I tried submitting this command on my alt as well which has 0/215 - and I get the same UI error. So the 1/215 I’m making assumption on my main toon isn’t an item actually in catalog then? 🤷♂️
/script d(GetNumBagUsedSlots(BAG_BACKPACK))
@ZOS_Kevin i submitted a ticket but was told specifically that I will not receive a response. There wasn’t a way to include screenshot in a ticket so I shared it here, above.
File a /help ticket, not a /bug/feedback ticket, for a response.
I did and they closed it saying it should be submitted as a bug ticket. 🤷♂️🫥
I tried submitting this command on my alt as well which has 0/215 - and I get the same UI error. So the 1/215 I’m making assumption on my main toon isn’t an item actually in catalog then? 🤷♂️
Try this command:/script d(GetNumBagUsedSlots(BAG_BACKPACK))
It should return a number. That should be the number of used slots. If it is 0 then the 1/215 is a UI error. If It's 1 then there is an error in the saved data for INVENTORY_BACKPACK - it could be a corruption that ZOS would need to fix.
Also try putting 215 items into your backpack. See if you get 215/215 for the 214th and 215/215 or 216/215 for the 215th

@ZOS_Kevin i submitted a ticket but was told specifically that I will not receive a response. There wasn’t a way to include screenshot in a ticket so I shared it here, above.
File a /help ticket, not a /bug/feedback ticket, for a response.
I did and they closed it saying it should be submitted as a bug ticket. 🤷♂️🫥
Reply - which will reopen the ticket - to explain they need to provide help. You may also post your ticket number here and tag a CM to get some help. They can check into it when Support refuses to do their job.
Haven’t tried, but with the command above we verified its inventory slot bugDid you try this? Get a stack of 215 items (food, lock pick, what ever) then split them into single items until they are all split. If you are able to split them all into single items, you have a count of your inventory. A little time consuming, but it will visual display your total inventory and if it a UI bug or a hidden inventory slot bug.
I tried submitting this command on my alt as well which has 0/215 - and I get the same UI error. So the 1/215 I’m making assumption on my main toon isn’t an item actually in catalog then? 🤷♂️
Try this command:/script d(GetNumBagUsedSlots(BAG_BACKPACK))
It should return a number. That should be the number of used slots. If it is 0 then the 1/215 is a UI error. If It's 1 then there is an error in the saved data for INVENTORY_BACKPACK - it could be a corruption that ZOS would need to fix.
Also try putting 215 items into your backpack. See if you get 215/215 for the 214th and 215/215 or 216/215 for the 215th
Ty for this! Yea I typed it in and it returned with 1