Spells - Reetus/ClassicAssist GitHub Wiki

ClassicAssist Macro Commands

Generated on 7/28/2026 1:59:52 PM
Version: 5.0.3+69e86c4ecfd935702fb8300e3b119a1f13a3e7ef

Spells

Cast

Method Signature:

Boolean Cast(System.String, System.Object)

Parameters

  • name: Spell name.
  • obj: An entity serial in integer or hex format, or an alias string such as "self".

Description:

Cast the given named spell and automatically target given object.

Example:

Cast("Recall", "runebook")  

Cast

Method Signature:

Void Cast(System.String)

Parameters

  • name: Spell name.

Description:

Cast the given named spell and automatically target given object.

Example:

Cast("Recall", "runebook")  

InterruptSpell

Method Signature:

Void InterruptSpell()

Description:

Attempts to interrupt spell by lifting an item briefly.

Example:

InterruptSpell()