WoW:API SetMultiCastSpell: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Add info based on my post at http://forums.worldofwarcraft.com/thread.html?topicId=23766988351&postId=237652303675#8)
 
m (Move page script moved page API SetMultiCastSpell to API SetMultiCastSpell without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

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.