Skip to content

Instantly share code, notes, and snippets.

@mahmoudimus
Forked from myran2/fyrak.md
Created May 9, 2024 00:01
Show Gist options
  • Save mahmoudimus/69cc0763b0f7882e5e2b5f11e7f55484 to your computer and use it in GitHub Desktop.
Save mahmoudimus/69cc0763b0f7882e5e2b5f11e7f55484 to your computer and use it in GitHub Desktop.
Mythic Fyrak macro guide - MD

Mythic Fyrak Macro/WA Setup & Troubleshooting

The Macro - You probably already have this from Smolderon prog

Liquid

/run WeakAuras.ScanEvents("LIQUID_PRIVATE_AURA_MACRO", true)

NS

/run WeakAuras.ScanEvents("NS_PA_MACRO", true)

Bonus stuff

  • Some people like including a Squeaky Bat use in their macro, so that you can see in logs when people pressed the macro.
    • The bats cost like 5-10k on the AH and are NOT consumed on use, so everyone in your raid only needs one.
    • This way, any casts of Squeaky Bat (179295) in logs would indicate a macro press.
    • Add this line to your macro - /use Squeaky Bat
  • Some people also like to include a "use extra action button" line in their macro to free up a keybind. This means your p3 seed button would be the same as your macro button.
    • Add this line to your macro - /click ExtraActionButton1

Installation

Raid Leader needs:

  1. Oi's Mythic Fyrak Macro Debugger
  2. Octopals WA verifier

Everyone in the raid needs:

  1. Octopals WA verifier client
  2. Whatever WA Pack you've decided to use

Initial Setup

Raid Leader:

  1. WA Verifier
  • in custom options, add all of the WAs that everyone in your raid needs, plus any WAs you DONT want them to have (aberrus and vault WA packs)
    • Liquid WAs Example
      • Check WeakAura Versions text:
        • Liquid - Amirdrassil
        • Liquid Anchors (don't rename these)
        • LiquidWeakAuras
        • Liquid - Aberrus
        • Vault of the Incarnates
    • NS WAs Example
      • Check WeakAura Versions text:
        • Northern Sky Amirdrassil
  • Note: also in custom options, can disable MRT addon version, WA version, BW version if you want to make the table narrower.
    • MRT Note checksum still valuable because everyone needs the same note for assignments to work.
  1. Oi's WA
  • read the description!
  • you need to enable the correct aura for the WA pack you're using

Everyone

  • Set a UNIQUE sound for all private auras
    • You want to build up the pavlovian response: When you hear this unique sound - press your macro.
    • These are the important private auras that require a macro press:
      1. Flamebound
      2. Molten Eruption
    • This is what it looks like when the aura sounds are configured correctly.
    • There are ways to configure this without the Liquid Anchors aura, but I'm not familiar with them. I believe Reloe's aura pack uses a similar concept.

Raid night before you pull

  • RL types /waaudit to open WA auditor.
    • Will show a big table of everyones installed WAs and their versions.
    • Red numbers mean their version differs from yours
  • If everyone is green, you are probably good to pull.

To test macros

  1. When you test the macros depends on which WA you are using.
    • If using the Liquid auras, have all 20 people press their macros immediately on pull, then jump off the edge.
    • If using NS auras, you need to wait until P2 starts, have all 20 people press their macros, then jump off.
  2. Oi's Fyrak Macro troubleshooter WA should be populated with a list of everyone who pressed their macro.
  • Anyone who isnt present in the list didnt press or has a config issue.

Using the Liquid WA pack and the macro isn't working for a few people despite them being all green in the verifier?

  • Common issue with the liquid pack is a duplicate LiquidWeakAuras aura.
  • Have anyone who didnt show up in the list send a screenshot of them searching their auras for "liquidweak": Like this
    • There should be only one result.
    • More than 1 result means they have conflicting auras. Remove everything but the standalone LiquidWeakAuras aura.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment