Command:/medley

From the wonderful RedGuides Wiki

This command is added by MQ2Medley

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /medley [option] [setting] | [queue <song name> <id> [-interrupt]]
Description Controls a queue for bard songs

Options

Option Description
(no option) Resume the medley after using /medley stop
<name> Sing the given medley
queue <"song/item/aa"> [-targetid|<spawnid>] [-interrupt] add songs to queue to cast once. The | in this syntax is used as part of the command. e.g. /medley queue "Slumber of Silisia" -targetid|${Me.XTarget[2].ID}
stop/end/off stop singing
delay <#> 10ths of a second, minimum of 0, default 3, how long after casting a spell to wait to cast next spell
reload reload the INI file
quiet Toggles songs listing for medley and queued songs
debug toggles debug mode
clear Clears the Medley

Examples

/medley melee

play medley defined in [MQ2Medley-melee] ini setion

/medley queue "Dirge of the Sleepwalker" -interrupt

Interrupt current song and cast AA "Dirge of the Sleepwaler"

/medley queue "Slumber of Silisia" -targetid|${Me.XTarget[2].ID}

When current song ends, will mez XTarget[2], briefly switching target to XTraget[2] then switching back to current target.

Target will be switched for one pulse, which is typically less than 20ms

/medley queue "Blade of Vesagran"

Add epic click to queue

/medley queue "Lesson of the Devoted"

Lesson of the Devoted AA will be added to the twist queue and sung when current song finished

See also