My account
log in
I don't have any Firestorm account
register

report : Rightclick item in the bank error

Report details

Status
Title : Rightclick item in the bank error
Status : 0
Creation date : June 9, 2017
Update date : September 5, 2019 20:59:26
expansion :
category : Items
subcategory : - - -
Support : - - -
priority : normal
rating :
3 0
Rightclick item in the bank error
June 9, 2017 12:40:42

Realm: Sylvanas
Character: Dallaryen, Alli, 103 Nelf DH, and all alts
Zone: banks @ new Dalaran, Shrines in Vale of Eternal Blossoms, SW, IF, Org, + what i forgot

Complete description of your issue:
When I rightclick an item in the bank then it is not moved to the inventory, but rather back to the bank, in a circle. This causes the UIErrorMessage "These items can't be swapped." ( ERR_CANT_SWAP / EQUIP_ERR_ITEMS_CANT_BE_SWAPPED )
Exception being if there is a free slot with smaller index in the bank, then the item is moved there without error message. From bank to bank.
On retail the item is moved to my inventory when rightclicking in the bank.

Steps for reproducing the issue:
Go to any bank, rightclick an item in your bank (containerId -1, or bank bags 5-11). Item should appear in inventory / carried bags (containerId 0-4).
http://imgur.com/a/JH9Ba

Technical details:
Rightclicking items executes http://wowprogramming.com/docs/api/UseContainerItem api function implemented in the client (not in lua).
Dumped the actual parameters by hooking it with hooksecurefunc( 'UseContainerItem', function (...) DevTools_Dump( { ... } ) end )
The values are valid: indexes accurate, containerId -1 for bank, 5-11 for bank bags, 1-4 for inventory bags, as stated on wowprogramming.
This issue is also present on another legion server with a slightly different client executable. I guess the root cause could be in the core?

Ca. 10 people out of 30 replied to my query, they all experience the same issue:
http://imgur.com/ZsqJrzP

additional informations
screenshot :
Rightclick item in the bank error
September 5, 2019 20:59:26

Wow this report is very old but it's happening on the BFA server too and it's super annoying. :(

You must be logged in to add a response and to vote.