WoW API: SetMultiCastSpell

Revision as of 04:47, 15 August 2023 by Move page script (talk) (Move page script moved page API SetMultiCastSpell to API SetMultiCastSpell without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < SetMultiCastSpell

Sets the totem spell for a specific totem bar slot.

SetMultiCastSpell(actionID, spellID)

Arguments

actionID
Integer - The totem bar slot number.
Call of the... Totem slot
Fire Earth Water Air
Elements 133 134 135 136
Ancestors 137 138 139 140
Spirits 141 142 143 144
spellId
Integer - The global spell number, found on Wowhead or through COMBAT_LOG_EVENT.

Example

SetMultiCastSpell(134, 2484)

Result

Sets Earthbind Totem on Call of the Elements.