Macros & Skill Combinations

Essential macros for EverQuest Legends multiclass gameplay.

How Macros Work in EQL

EverQuest Legends uses the classic EQ macro system with /cast, /pause (in tenths of seconds, NOT seconds!), /alt act (for AAs and stances), /attack, and /pet commands. The pause command uses tenths of seconds/pause 10 = 1 second wait.

⚠️ Important

EQL also supports a new macro event system. Stances are activated via /alt act [number]. You'll need to check your AA window to find the appropriate stance ability number after creating the character. Casting while moving is possible for many spells/songs. Test each macro before relying on it in combat.

David's Macros (Bard/Paladin/Enchanter)

1. Opening Rotation

/stand
/attack on
/alt act 1           # Defensive Stance (check your AA window for number)
/cast "Stun"
/pause 2
/cast "Selos Accelerando"
/pause 2
/cast "Mesmerize"    # If adds present

2. Song Management

Bard songs no longer twist — they activate and sustain automatically. Use this macro to set up your default song rotation:

/cast "Selos Accelerando"         # Run speed
/pause 2
/cast "Cassindra's Chorus of Clarity"  # Mana regen
/pause 2
/cast "Psalm of Vitality"         # HP regen
/pause 2
/cast "Anthem de Arms"            # Attack buff
/pause 2
/cast "Warsong of the Valiant"    # Haste

3. Full CC Lockdown

/stopcast
/alt act 1           # Balanced Stance (non-tanking)
/cast "Color Flux"   # AE stun
/pause 3
/cast "Reoccurring Amnesia"     # AE mez
/pause 3
/cast "Mesmerize"    # Single target mez remainder

4. Charm Combat Pet

/target [mobname]
/cast "Charm"
/pause 10
/pet attack
/pause 2
/cast "Tashan"
/pause 2
/cast "Haste"        # Haste your pet

5. Emergency Self Heal

/alt act 2           # Lay on Hands
/pause 2
/cast "Greater Healing"
/g [Christy'sName] need heals on me!
/alt act 1           # Back to Defensive stance

6. Pull & Split

/target [mob]
/cast "Largo's Bewitching"    # Pacify/Lull
/pause 5
/cast "Selos Accelerando"     # Speed to retreat
# OR use Enchanter pacify for longer duration

Christy's Macros (Cleric/Necromancer/Wizard)

1. Main Heal Rotation (Cleric)

/alt act 1           # Promise Renewal on tank
/pause 3
/cast "Greater Healing"
/pause 5
/cast "Divine Armor"
/pause 3
/g Promise Renewal cast on [tank]

2. Sustained DPS (Necro + Wiz)

# Start with Necro DoTs, then Wiz nuke
/cast "Disease Cloud"
/pause 3
/cast "[EQL Exclusive DoT]"    # Your highest level Necro DoT
/pause 3
/cast "Drain"                  # Lifetap
/pause 3
/pet attack
/pause 3
/cast "Strike of Solusek"      # Wiz nuke (swap names as you level)
/pause 4
/cast "Convergence"            # AE nuke if multiple mobs

3. Emergency Group Save

/gtell EVAC!
/cast "Evacuate"               # Wizard group port to zone line
# Or use:
/cast "Word of Healing"        # Cleric group heal (if no time to evac)

4. Feign Death Pull Safety

/attack off
/cast "Feign Death"
/pause 8
/stand
# Mobs should be back to their spawn points

5. Travel Macro (Wizard)

/cast "Teleport: [City]"       # Port the entire duo to a major city
# OR:
/cast "Bind Affinity"          # Set bind point first!
/cast "Gate"                   # Return to bind

6. Full Buff Suite

/cast "Valor"                  # Cleric HP/AC buff
/pause 3
/cast "Symbol of..."           # Cleric stat buff
/pause 3
/cast "Lich"                   # Necro mana regen
/pause 3
/cast "Shield"                 # Cleric AC buff
/pause 3
/cast "Clarity"                # (If Enchanter isn't casting it)
/g All buffed up

Duo Coordination Macros

Cross-Tell Macros (David → Christy)

# David: "Pulling now"
/g PULLING! Get ready!
/cast "Largo's Bewitching"

# David: "Adds incoming"
/g ADDS! Mez incoming!
/cast "Color Flux"
/cast "Reoccurring Amnesia"

# David: "Need heals - emergency"
/g NEEEDS HEALS!
/cast "Lay on Hands"

# Christy: "Healing now"
/g HEALING!
/cast "Greater Healing"

# Christy: "OOM"
/g LOW ON MANA! Regenning...
/sit

Stance Macros

# Defensive Stance (Tanking - Paladin)
/alt act DEF
/g Defensive stance active - I'm tanking

# Offensive Stance (DPS Burn - All melee classes)
/alt act OFF
/g Offensive stance - DPS burn mode!

# Balanced Stance (Default)
/alt act BAL
/g Balanced stance

Pro Tip: Macro Order

When building macros for a multiclass character, always consider which class's spell/ability is being cast. Paladin spells, Enchanter spells, and Bard songs all have separate cooldowns. You can stagger them in a single macro to maximize uptime. For example: Stun (Paladin) → pause → Mesmerize (Enchanter) → pause → Song (Bard) creates a seamless opening rotation.