WoW API: SetMultiCastSpell

From AddOn Studio
Jump to navigation Jump to search

WoW API < SetMultiCastSpell

Sets the totem spell for a specific totem bar slot.

SetMultiCastSpell(actionID, spellID)

Arguments[edit]

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[edit]

SetMultiCastSpell(134, 2484)

Result

Sets Earthbind Totem on Call of the Elements.