Wowpedia

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

READ MORE

Wowpedia
 
m (removed, replaced: {{#data:Itemtip → {{Removedfromgame|patch=4.2.0}} {{#data:Itemtip)
 
Line 1: Line 1:
  +
{{Removedfromgame|patch=4.2.0}}
{{wowapi}}
 
  +
{{#data:Itemtip
stance = GetShapeshiftForm(arg1);
 
  +
|name=Bloodthirsty Gladiator's Cape of Prowess
  +
|quality=rare
  +
|icon=inv_misc_cape_16
  +
|bind=bop
  +
|unique=1
  +
|slot=Back
  +
|armor=601
  +
|agility=178
  +
|stamina=267
  +
|classes=Hunter, Rogue, Shaman, Druid
  +
|mastery=119
  +
|level=85
  +
|ilvl=352
  +
|sellprice=73521
  +
|itemid=64707
  +
|resilience=119
  +
}}
  +
==Source==
  +
{{Season 9 honor reward|back}}
   
  +
==Patches and hotfixes==
== Parameters ==
 
  +
{{Patch 4.0.3a|note=Added.}}
   
  +
==External links==
<big>'''Arguments'''</big>
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
Links that do not conform to the rules will be DELETED.
:(arg1)
 
  +
Repeat violations may result in a BAN.
:; arg1 : Boolean - For most classes the argument doesn't matter. Paladin auras and Death Knight Presences however will only be returned if the argument is nil (or false).
 
  +
Have a nice day. :) -->
 
  +
{{Elinks-item|64707}}
<big>'''Returns'''</big>
 
:stance
 
 
:;stance : Number - one of following:
 
 
::;Any class
 
:::*0 = humanoid form
 
 
::;Death Knight (only when arg1 is nil)
 
:::*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 nil)
 
:::*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.)
 
 
::;Priest
 
:::*1 = Shadowform
 
 
::;Rogue
 
:::*1 = Stealth
 
 
::;Shaman
 
:::*1 = Ghost Wolf
 
 
::;Warrior
 
:::*1 = Battle Stance
 
:::*2 = Defensive Stance
 
:::*3 = Berserker Stance
 
 
== Example ==
 
local nStance = GetShapeshiftForm(true);
 

Revision as of 17:16, 2 July 2011

Inv misc cape 16

Source

This item is no longer available to players.

Patches and hotfixes

Cataclysm Patch 4.0.3a (2010-11-23): Added.

External links