Wowpedia

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

READ MORE

Wowpedia
(Initial page)
 
m (→‎Source: Robot: questlong->plain link. Help:DefaultLinks)
 
Line 1: Line 1:
  +
{{#data:itemtip
−
{{wowapi}} __NOTOC__
 
  +
|name=Anub'ar-Husk Leggings
−
Returns info about the given transmogrify slot item [http://wow.go-hero.net/framexml/15005/Blizzard_ItemAlterationUI/Blizzard_ItemAlterationUI.lua#324]
 
  +
|quality=uncommon
−
isTransmogrified, canTransmogrify, cannotTransmogrifyReason, hasPending, hasUndo, visibleItemID, textureName = GetTransmogrifySlotInfo(slotId)
 
  +
|icon=inv_pants_mail_10
  +
|bind=BoP
  +
|slot=Legs
  +
|type=Mail
  +
|armor=760
  +
|agility=45
  +
|stamina=61
  +
|durability=85
  +
|crit=32
  +
|ilvl=146
  +
|sellprice=54730
  +
|itemid=38043}}
   
−
== Arguments ==
+
== Source ==
  +
Quest reward from:
−
;slotId : Number - [[InventorySlotId|Inventory Slot Id]]
 
  +
*[[Quest:Chasing Icestorm: Thel'zan's Phylactery]]
  +
*[[Quest:The Translated Tome]]
   
−
== Returns ==
+
== Patches and hotfixes ==
  +
{{Patch 3.0.2|note=Added}}
−
;isTransmogrified : Boolean - If the item is currently tranmogrified
 
−
;canTransmogrify : Boolean - If the item is applicable for transmogrification
 
−
;cannotTransmogrifyReason : Number - The error reason index if <tt>canTransmogrify</tt> is false [http://wow.go-hero.net/framexml/15005/Blizzard_ItemAlterationUI/Blizzard_ItemAlterationUI.lua#274]
 
−
;hasPending : Boolean - If the item is currently pending transmogrification
 
−
;hasUndo : Boolean - If the item is currently pending detransmogrification
 
−
;visibleItemID : Number - The currently "visible" [[API GetItemInfo|Item ID]]
 
−
;textureName : String - The currently "visible" Item Icon
 
   
−
== GlobalStrings ==
+
== External links ==
  +
{{Elinks-item|38043}}
−
;cannotTransmogrifyReason [http://wow.go-hero.net/framexml/15005/GlobalStrings.lua#9097]
 
−
TRANSMOGRIFY_INVALID_REASON1 = "There is no equipped item in this slot.";
 
−
TRANSMOGRIFY_INVALID_REASON2 = "This item is not soulbound.";
 
−
TRANSMOGRIFY_INVALID_REASON3 = "Legendary items cannot be transmogrified.";
 
−
TRANSMOGRIFY_INVALID_REASON4 = "This item cannot be transmogrified.";
 
−
TRANSMOGRIFY_INVALID_REASON5 = "This item cannot be transmogrified.";
 
   
  +
[[Category:World of Warcraft mail legs items]]
−
== Example ==
 
  +
[[Category:World of Warcraft uncommon quest rewards]]
−
70990 {{item|Wings of Flame}} transmogrified into 76151 {{item|Cloak of Subtle Light}}, and subsequently detransmogrified
 
−
/dump GetTransmogrifySlotInfo(15)
 
−  
−
=> false, true, 0, false, false, 70990, "Interface\Icons\inv_cape_firelands_fireset_d_01" <font color="#80ff80">-- untransmogrified</font>
 
−
=> false, true, 0, true, false, 76151, "Interface\Icons\inv_cape_430dungeon_c_04" <font color="#80ff80">-- <i>pending</i> transmogrification</font>
 
−
=> true, true, 0, false, false, 76151, "Interface\Icons\inv_cape_430dungeon_c_04" <font color="#80ff80">-- transmogrified</font>
 
−
=> true, true, 0, false, true, 70990, "Interface\Icons\inv_cape_430dungeon_c_04" <font color="#80ff80">-- <i>pending</i> detransmogrification</font>
 
−  
−
 
−
== Details ==
 
−
<tt>visibleItemID</tt> - This will show:
 
−
* The new Item ID for <font color="#ff8080">transmogrified</font> and <font color="#ff8080"><i>pending</i> transmogrification</font>
 
−
* The original Item ID for <font color="#ff8080">untransmogrified</font> and <font color="#ff8080"><i>pending</i> detransmogrification</font>
 
−  
−
<tt>textureName</tt> - This will show:
 
−  
−
* The new Item Icon for <font color="#ff8080">transmogrified</font>, <font color="#ff8080"><i>pending</i> transmogrification</font>, and <font color="#ff8080"><i>pending</i> detransmogrification</font>
 
−
* The original Item Icon for <font color="#ff8080">untransmogrified</font>
 

Revision as of 22:28, 3 December 2011

Inv pants mail 10

Source

Quest reward from:

Patches and hotfixes

Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added

External links