Wowpedia

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

READ MORE

Wowpedia
 
(bot; deploying #data/itemtip)
 
Line 1: Line 1:
  +
{{#data:itemtip
{{wowapi}} __NOTOC__
 
  +
|name=Six of Nobles
  +
|quality=rare
  +
|icon=inv_inscription_tarotlords
  +
|stack=20
  +
|use=Combine the Ace through Eight of Nobles to complete the set.
  +
|ilvl=1
  +
|charges=1
  +
|sellprice=10000
  +
|itemid=44273}}
   
  +
This item is crafted with [[Inscription]], via the [[Darkmoon Card of the North]] recipe.
Returns information about the current instances the player is in.
 
   
  +
== As a Component ==
name, type, difficulty, difficultyName = GetInstanceInfo()
 
  +
This item is used to create the {{item|Nobles Deck}}.
   
=== Returns ===
+
== Patch changes ==
  +
* {{Patch 3.0.2|note=Added.}}
:;name : String - the name of the instance (localized), otherwise the continent name (eg: Eastern Kingdoms, Kalimdor, Northrend, Outland)
 
:;type : String - "none" if the player is not in an instance, "party" if in party, "raid" if in a raid, "pvp" for battleground
 
:;difficulty : Number - the difficulty of the instance
 
:;difficultyName : String - the difficulty of the instance
 
   
  +
== External links ==
==Details==
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{Elinks-item|44273}}
   
  +
[[Category:World of Warcraft rare items]]
* Added in 3.2
 
  +
[[Category:Darkmoon Cards|Nobles, Six]]
* "difficulty of the instance" is described in [[API_GetInstanceDifficulty|GetInstanceDifficulty()]]
 
 
==Patch changes==
 
In 3.3, the returns were changed to:
 
 
instanceName, instanceType, difficultyIndex, difficultyName, numberOfPlayers, ?, dynamicInstance = GetInstanceInfo()
 
 
dynamicInstance is only true in cases like Icecrown Citadel where the difficulty mode can be changed on-the-fly.
 

Revision as of 14:16, 22 February 2011

Inv inscription tarotlords20
  • Six of Nobles
  • Use: Combine the Ace through Eight of Nobles to complete the set.
  • 1 Charge
  • Sell Price: 1g

This item is crafted with Inscription, via the Inv misc ticket tarot furies [Darkmoon Card of the North] recipe.

As a Component

This item is used to create the Inv misc ticket tarot nobles [Nobles Deck].

Patch changes

External links