View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023206 | Return of Reckoning | Abilities | public | 2024-08-27 20:03 | 2024-10-19 05:26 |
Reporter | Omegus | Assigned To | MaxHayman | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0023206: Unable to un-equip morale abilities from morale slots | ||||
Description | You are supposed to be able to un-equip abilities from morale slots by shift-right-clicking on the ability within the slot, as per the tooltip (see attachment). Internally the UI calls a client-provided function named SetMoraleBarData (m, 0) where m is the morale level (1/2/3/4). For example: To clear slot 1: SetMoraleBarData (1, 0) To clear slot 2: SetMoraleBarData (2, 0) etc Currently when you do this, the server does not remove the ability from the morale slot and instead comes back with an error in chat that says "Not a valid Morale Ability", so it looks like it's not handing the special case where setting the ability to 0 is supposed to clear the slot. | ||||
Steps To Reproduce | Easy chat script commands for you: /script SetMoraleBarData (1, 0) /script SetMoraleBarData (2, 0) /script SetMoraleBarData (3, 0) /script SetMoraleBarData (4, 0) | ||||
Tags | No tags attached. | ||||