You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some equipment slots aren't visible without opening the equipment tab, ring & ammo, as I believe it uses something to do with it being visible on the player.
it would be nice for the ring and ammo slots to update from those widgets as well.
Or if there's a better way to get those slots without having to use the widgets then by all means.
EDIT: Turns out, it doesn't even cache the value when it's been seen, if the widget isn't visible, it returns null...
The text was updated successfully, but these errors were encountered:
cache ctx.equipment.itemAt(SLOT)
If the equipment tab isn't open, ring/quiver returns empty/null because they're not part of the player appearance, therefore it has to use the widgets to get that info.
It would be nice if we could update these from this menu in the bank, as well as the equipment tab.
There are some equipment slots aren't visible without opening the equipment tab, ring & ammo, as I believe it uses something to do with it being visible on the player.
You can now check your equipment from the bank
https://i.gyazo.com/f21ac289b57b81d01ad7f3934af8f1e0.png
it would be nice for the ring and ammo slots to update from those widgets as well.
Or if there's a better way to get those slots without having to use the widgets then by all means.
EDIT: Turns out, it doesn't even cache the value when it's been seen, if the widget isn't visible, it returns null...
The text was updated successfully, but these errors were encountered: