Unequippable weapons do not indicate they cannot be equipped #596
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Weapons that cannot be equipped are overlaid with a red X when held over the appropriate slot in the Equip window. That is no longer happening with weapons for which the player has not got the appropriate skills.
When the player attempts to equip a weapon for which they do not have the required skills, the red X is not present indicating that the weapon can be equipped. Upon equipping, the equip delay timer runs, but the weapon does not equip. A "Your is required to be at least !" message is displayed. Right-clicking the item in the inventory similarly runs the equip delay timer and displays the message.
Slot checks on the item remain. I attempted to equip a left-hand only weapon in the right hand and the weapon properly displays the red X over the Equip window.
Level and side checks are also working.
To Reproduce
Steps to reproduce the behavior:
/item 160287 160287 200
)Expected behavior
A red X should show over any item that cannot be equipped in the hovered over slot.
Screenshots

Slot checks remain functional (this weapon is left hand only):

Character info:
Playfield info:
Not sure if my current changes have fixed this or not.. I can't seem to repro it.
This does indeed appear to be fixed. Closing.