Skip to content
Reetus edited this page Sep 2, 2024 · 278 revisions

ClassicAssist Macro Commands

Generated on 9/2/2024 10:46:49 PM
Version: 4.425.19+0c26057dbb7e7e285dbbb7378d1639f9d9112e29

Spells

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")  

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")  

InterruptSpell

Method Signature:

Void InterruptSpell()

Description:

Attempts to interrupt spell by lifting an item briefly.

Example:

InterruptSpell()  
Clone this wiki locally