Wowpedia

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

READ MORE

Wowpedia
(Updated with new information for Death Knight)
 
(bot; deploying #data/itemtip)
 
Line 1: Line 1:
{{wowapi}}
+
{{Stub/Item}}
  +
{{#data:itemtip
stance = GetShapeshiftForm(arg1);
 
  +
|name=Heroes' Cryptstalker Headpiece
  +
|quality=epic
  +
|icon=inv_helmet_15
  +
|bind=BoP
  +
|slot=Head
  +
|type=Mail
  +
|armor=1331
  +
|agility=73
  +
|stamina=105
  +
|blue-sockets=1
  +
|meta-sockets=1
  +
|sockbonus=+8 Agility
  +
|durability=100
  +
|classes=Hunter
  +
|crit=78
  +
|haste=30
  +
|set=Cryptstalker Battlegear
  +
|level=80
  +
|ilvl=200
  +
|itemid=39578}}
  +
==Source==
  +
...
   
== Parameters ==
+
==External links==
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
Links that do not conform to the rules will be DELETED.
<big>'''Arguments'''</big>
 
  +
Repeat violations may result in a BAN.
 
  +
Have a nice day. :) -->
:(arg1)
 
  +
{{Elinks-item|39578}}
:; arg1 : Boolean - False will return values for the Paladin auras and Death Knight Presences, True will return the ohter shapeshift forms.
 
 
<big>'''Returns'''</big>
 
:stance
 
 
:;stance : Number - one of following:
 
 
::;Any class
 
:::*0 = humanoid form
 
 
::;Death Knight
 
:::*1 = Blood Presence
 
:::*2 = Frost Presence
 
:::*3 = Unholy Presence
 
 
::;Druid
 
:::*1 = Bear/Dire Bear Form
 
:::*2 = Aquatic Form
 
:::*3 = Cat Form
 
:::*4 = Travel Form
 
:::*5 = Moonkin/Tree Form (Unless feral. If no moonkin/tree form present, (swift) flight form is form 5)
 
:::*6 = Flight Form
 
 
::;Paladin (only when arg1 is false)
 
:::*1 = Devotion Aura
 
:::*2 = Retribution Aura
 
:::*3 = Concentration Aura
 
:::*4 = Shadow Resistance Aura
 
:::*5 = Frost Resistance Aura
 
:::*6 = Fire Resistance Aura
 
:::*7 = Crusader Aura
 
:::*? = Sanctity Aura (Retribution Talent, unknown where it fits.)
 
 
::;Rogue
 
:::*1 = Stealth
 
 
::;Shaman
 
:::*1 = Ghost Wolf
 
 
::;Warrior
 
:::*1 = Battle Stance
 
:::*2 = Defensive Stance
 
:::*3 = Beserker Stance
 
 
== Example ==
 
local nStance = GetShapeshiftForm(true);
 

Revision as of 12:27, 22 February 2011

Inv helmet 15

Source

...

External links