Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Line 24: Line 24:
 
=== Returns ===
 
=== Returns ===
 
:;totem1 : Number - The spell Id of the first valid spell for the slot
 
:;totem1 : Number - The spell Id of the first valid spell for the slot
:;totem2 : Number - The spell Id of the first valid spell for the slot
+
:;totem2 : Number - The spell Id of the second valid spell for the slot
:;totem3 : Number - The spell Id of the first valid spell for the slot
+
:;totem3 : Number - The spell Id of the third valid spell for the slot
:;totem4 : Number - The spell Id of the first valid spell for the slot
+
:;totem4 : Number - The spell Id of the fourth valid spell for the slot
:;totem5 : Number - The spell Id of the first valid spell for the slot
+
:;totem5 : Number - The spell Id of the fifth valid spell for the slot
:;totem6 : Number - The spell Id of the first valid spell for the slot
+
:;totem6 : Number - The spell Id of the sixth valid spell for the slot
:;totem7 : Number - The spell Id of the first valid spell for the slot
+
:;totem7 : Number - The spell Id of the seventh valid spell for the slot
   
 
== Example ==
 
== Example ==

Revision as of 17:08, 23 February 2010

Returns a list of valid totem spells for the specified totem bar slot.

totem1, totem2, totem3, totem4, totem5, totem6, totem7 = GetMultiCastTotemSpells(slot)

Parameters

Arguments

slot
Number - The totem bar slot number:
  • Call of the Elements
  • 134 - Earth
  • 133 - Fire
  • 135 - Water
  • 136 - Air
  • Call of the Ancestors
  • 138 - Earth
  • 137 - Fire
  • 139 - Water
  • 140 - Air
  • Call of the Spirits
  • 142 - Earth
  • 141 - Fire
  • 143 - Water
  • 144 - Air

Returns

totem1
Number - The spell Id of the first valid spell for the slot
totem2
Number - The spell Id of the second valid spell for the slot
totem3
Number - The spell Id of the third valid spell for the slot
totem4
Number - The spell Id of the fourth valid spell for the slot
totem5
Number - The spell Id of the fifth valid spell for the slot
totem6
Number - The spell Id of the sixth valid spell for the slot
totem7
Number - The spell Id of the seventh valid spell for the slot

Example

totem1, totem2, totem3, totem4, totem5, totem6, totem7 = GetMultiCastTotemSpells(134)

Result

A list of spell ids that can go in totem bar slot number 134. Slot 134 is the Earth slot for the Call of the Elements spell.