MQ2Medley - MMOBugs Wiki

Revision as of 20:51, 11 May 2018 by Fry (talk | contribs) (→‎TLOs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Plugin Info
Name MQ2Medley
Author winnower
Commands /medley
Source Available No

Description

This plugin grew out my frustration with MQ2Twist and it being hard to change from twist to twist while still being efficient and not recasting the songs that already had signification duration left. Was hard to use aria, "A Tune Struck in My Head", and burn twists effectively.

This is the next evolution of MQ2Twist. Features

  • Set conditions for each song in the medley. Only want to cast on named? Only want to do insult if mana > 10%? Only want to cast dots if attack is on? Only want to cast mana regen when not in combat?
  • Advanced queuing support. Can specific target of queued spells for mez or cure and plugin will switch back to existing target with plugin reflexes. Optional interrupt when queing song.
  • Adapt your song song set without missing a beat when under the effect of "A tune stuck in my head"
  • Priority scheduling. Did you just mez 3 mobs? Switch back to your most important spells automatically
  • Automatically switch to maintaining 7 songs when Tune is up
  • Switch from medley to medley while still remembering the duration of current songs. Named up? just do switch to your burn medley to introduce new songs to the mix, while knowing what songs are already up.

Commands

This plugin provides one command for you to use with multiple options.

  • /medley name - Sing the given medley.
  • /medley queue - "song/item/aa name" [-targetid|spawnid] [-interrupt] - add songs to queue to cast once
  • /medley stop/end/off - stop singing
  • /medley - Resume the medley after using /medley stop
  • /medley delay # - 10ths of a second, minimum of 0, default 3, how long after casting a spell to wait to cast next spell
  • /medley reload - reload the INI file
  • /medley quiet - Toggles songs listing for medley and queued songs


Quickstart

Add a section to your server_playername.ini file like

[MQ2Medley-melee]

songif=!${Me.Invis}

song1=possessed dreadstone minstrel's rapier^8^${Target.Type.Equal[NPC]} && (${Target.PctHPs}<98) && !${Target.Slowed.ID}

song2=Rapier of Somber Notes^60^${Spell[Symphony of Battle].Stacks}&&!${Me.Buff[Symphony of Battle].ID}

song3=Selo's Sonata^60^${Spell[Selo's Sonata].Stacks}

song4=Dichotomic Psalm^60^1

song5=Tune Stuck In Your Head^780^1

song6=War March of Jocelyn Rk. II^18+(6*${Medley.Tune})^1

song7=Aria of Maetanrus Rk. II^13 + (6*${Medley.Tune})^1

song8=Blade of Vesagran^120^${Target.Type.Equal[NPC]}&&${Target.PctHPs}<98&&(!${SpawnCount[group pc shaman radius 100]}||${Me.Song[Prophet's Gift of the Ruchu].ID})

song9=Boastful Bellow^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song10=Bladed Song^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song11=Fierce Eye^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song12=Fundament: Third Spire of the Minstrels^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song13=Funeral Dirge^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song14=Quick Time^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song15=Song of Stone^18^${Target.Type.Equal[NPC]} && ${Target.PctHPs}<98

song16=Fjilnauk's Song of Suffering Rk. II^18^1

song17=Silisia's Lively Crescendo^45^1

song18=Arcane Melody Rk. II^18 + (6*${Medley.Tune})^1

/medley melee

You are now singing songs

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

TLOs

Medley.Medley

- string of current medley

- false (boolean) if no current medley

Medley.TTQE (time to queue empty)

- double time in seconds until queue is empty, this is estimate only. If performating normal medley, this will be 0.0

Medley.Tune

- int 1 if buffed with "A Tune Stuck in My Head", 0 otherwise

Medley.Active

- boolean true if MQ2Medley is currently trying to cast spells

Plugin Interaction

MQ2Medley has no plugin dependencies

MQ2Twist - should be able to coexist, just don't /twist and /medley at the same time

MQ2Cast - recommend not using this on your bard. use "/medley queue" to cast items and aa with cast time. use /alt activate or /cast item to cast instant cast AA and items, can do this even while medley is active (bards are awesome like that)


Availability

This plugin is available as a compiled binary in the MMOBugs binary distribution. The source code is not available