Skip to content

SpellManager ยป SM.Cast.Macro

Namespace: Mayo.Manager.Spells
Namespace: Mayo.Manager.Spells.Interface
Dependencies: ISpellManager
GameClient: GC.SM


bool CastMacroAsync(List<string> TextLines, List<Func<bool>>? Conditions = null)

Enchants the Main-Hand weapon with Deadly Poison IX.

Example
await GC.SM.CastMacroAsync([
    "/use Deadly Poison IX",
    "/use 16",
]);

bool CastMacro(List<string> TextLines, List<Func<bool>>? Conditions = null)
bool CastMacroInstant(List<string> TextLines)

Runs the macro with minimal delay.