WoW API: SetMultiCastSpell
Jump to navigation
Jump to search
Sets the totem spell for a specific totem bar slot.
SetMultiCastSpell(actionID, spellID)
Arguments[edit]
- actionID
- Integer - The totem bar slot number.
- 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.