View Issue Details

IDProjectCategoryView StatusLast Update
0023206Return of ReckoningAbilitiespublic2024-10-19 05:26
ReporterOmegus Assigned ToMaxHayman  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0023206: Unable to un-equip morale abilities from morale slots
DescriptionYou 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 ReproduceEasy chat script commands for you:

/script SetMoraleBarData (1, 0)

/script SetMoraleBarData (2, 0)

/script SetMoraleBarData (3, 0)

/script SetMoraleBarData (4, 0)
TagsNo tags attached.

Activities

Omegus

Omegus

2024-08-27 20:03

reporter  

image.png (66,648 bytes)   
image.png (66,648 bytes)   
image-2.png (5,113 bytes)   
image-2.png (5,113 bytes)   

Issue History

Date Modified Username Field Change
2024-08-27 20:03 Omegus New Issue
2024-08-27 20:03 Omegus File Added: image.png
2024-08-27 20:03 Omegus File Added: image-2.png
2024-10-19 05:26 Emissary Assigned To => MaxHayman
2024-10-19 05:26 Emissary Status new => assigned