Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
 
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
<onlyinclude>{{tooltip
 
|mode={{{mode|}}}
 
|arg={{{arg|}}}
 
|itemid=11747
 
|attrib=
 
+16 Spirit <br />+5 Stamina <br />+6 Intellect <br />+10 Fire Resistance
 
|icon=INV_Chest_Cloth_07
 
|quality=Rare
 
|effect=
 
Equip: Increases damage and healing done by magical spells and effects by up to 20
 
|name=Flamestrider Robes
 
|durability=100
 
|bind=BoP
 
|type=Leather
 
|slot=Chest
 
|classes=
 
|armor=153
 
|level=48
 
|sell={{cost|1|66|59}}
 
|ilvl=53
 
}}</onlyinclude>
 
   
  +
Returns information about the player's current temporary enchants, such as shaman weapon imbues, rogue poisons, and warlock spellstones.
'''Flamestrider Robes''' are leather robes that give bonuses to spirit, stamina, intellect, and fire resistance. This is a good item for [[druid]]s to improve their fire resistance.
 
{{clrl}}
 
==Source==
 
This item drops from [[Pyromancer Loregrain]] in [[Blackrock Depths]].
 
   
  +
hasMainHandEnchant, mainHandExpiration, mainHandCharges, hasOffHandEnchant, offHandExpiration, offHandCharges, hasThrownEnchant, thrownExpiration, thrownCharges
==Notes==
 
  +
= GetWeaponEnchantInfo()
This item has a drop rate of approximately 20%.
 
   
== External links ==
+
== Returns ==
{{elinks-item|11747}}
 
   
  +
;hasMainHandEnchant : Flag - 1 if the weapon in the main hand slot has a temporary enchant, nil otherwise
[[Image:Flamestrider_robes.jpg|left|thumb|Male night elf wearing the Flamestrider Robes]]
 
  +
;mainHandExpiration : Number - time remaining for the main hand enchant, as thousandths of seconds
  +
;mainHandCharges : Number - the number of charges remaining on the main hand enchant
  +
;hasOffHandEnchant : Flag - 1 if the weapon in the secondary (off) hand slot has a temporary enchant, nil otherwise
  +
;offHandExpiration : Number - time remaining for the off hand enchant, as thousandths of seconds
  +
;offHandCharges : Number - the number of charges remaining on the off hand enchant
  +
;hasThrownEnchant : Flag - 1 if the weapon in the ranged slot has a temporary enchant, nil otherwise (new in 4.0.1)
  +
;thrownExpiration : Number - time remaining for the ranged enchant, as thousandths of seconds (new in 4.0.1)
  +
;thrownCharges : Number - the number of charges remaining on the ranged enchant (new in 4.0.1)
   
  +
== Related Events ==
[[Category:Armor:Chest]]
 
  +
[[Category:Leather Armor]]
 
  +
* {{api|t=e|UNIT_INVENTORY_CHANGED}} fires when (among other things) the player's temporary enchants, and thus the return values from this function, change.
[[Category:Dresses]]
 
  +
[[Category:Rare Items]]
 
  +
<noinclude>[[ru:???????:?????? ? ???????? API/??????????????? ????????]]</noinclude>
[[Category:Blackrock Depths items]]
 

Revision as of 02:36, 7 January 2011

Returns information about the player's current temporary enchants, such as shaman weapon imbues, rogue poisons, and warlock spellstones.

hasMainHandEnchant, mainHandExpiration, mainHandCharges, hasOffHandEnchant, offHandExpiration, offHandCharges, hasThrownEnchant, thrownExpiration, thrownCharges
 = GetWeaponEnchantInfo()

Returns

hasMainHandEnchant
Flag - 1 if the weapon in the main hand slot has a temporary enchant, nil otherwise
mainHandExpiration
Number - time remaining for the main hand enchant, as thousandths of seconds
mainHandCharges
Number - the number of charges remaining on the main hand enchant
hasOffHandEnchant
Flag - 1 if the weapon in the secondary (off) hand slot has a temporary enchant, nil otherwise
offHandExpiration
Number - time remaining for the off hand enchant, as thousandths of seconds
offHandCharges
Number - the number of charges remaining on the off hand enchant
hasThrownEnchant
Flag - 1 if the weapon in the ranged slot has a temporary enchant, nil otherwise (new in 4.0.1)
thrownExpiration
Number - time remaining for the ranged enchant, as thousandths of seconds (new in 4.0.1)
thrownCharges
Number - the number of charges remaining on the ranged enchant (new in 4.0.1)

Related Events

  • UNIT_INVENTORY_CHANGED fires when (among other things) the player's temporary enchants, and thus the return values from this function, change.

ru:???????:?????? ? ???????? API/??????????????? ????????