Note a test alarm created in the GUI as the following:


It has "mute when bound by duty" selected, it has "Music Box" (sound two) for the alarm sound.

When created with the GUI, the alarm works as expected and all settings are correctly honored.

However,

Here is the text that it generates for copying:
Code:
/alarm "Test Alarm" et rp 2000 3 sound01 mute
FIRST BUG: The text always has "sound01" no matter which sound is chosen.

SECOND BUG: attempting to set an alarm with this slash command does not work correctly. No matter what "sound0X" number you specify, the alarm is always created with the default Bell / sound01.

THIRD BUG: even though the slash command specifies "mute" at the end, the alarm is NOT muted when in a duty activity, and the alarm sounds anyway.

This is a problem because alarms must be manually set in the GUI at every login, which is tedious. I had tried using the generated slash-commands to make a macro that i could use to set all my alarms when I log in; and this partially worked - the alarms are created - but they ALWAYS have the default sound no matter which sound0x i specify, and they NEVER mute properly in duty activities despite "mute" being in the command.