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:
−
{{wowapitype}}
+
{{Stub/Item}}
  +
{{#data:Itemtip
−
Many of the API functions which act on units in the game world (Players, NPC's, Monsters, etc) refer to the unit in question by an identifier that is related to how the player is accessing the unit. The following values are available (they are '''not''' case sensitive):
 
  +
|name=Guild Page
  +
|quality=rare
  +
|icon=achievement_guildperk_honorablemention
  +
|bind=bop
  +
|use=Teaches you how to summon this companion.
  +
|ilvl=1
  +
|itemid=65361
  +
}}
  +
Summons a non-combat pet/vendor that allows you to purchase Guild Rewards and sell loot. Lasts 5 minutes, has an 8-hour cooldown.
   
  +
The '''Guild Page''' is similar to the [[Guild Herald]], which has a 4-hour cooldown.
−
== Base Values ==
 
   
  +
==Source==
−
; <tt>"arena''N''"</tt> : Opposing arena member with index ''N'' (1,2,3,4,5).
 
  +
Purchasable from the [[guild vendor]]s in major cities for {{cost|300}}. Note that this item requires {{rep|Honored|Guild Reputation|Honored Guild Reputation}} to purchase. It becomes purchasable once your guild has completed {{Alliance}} {{achievement|Horde Slayer}} / {{Horde}} {{achievement|Alliance Slayer}}.
   
  +
==Tip==
−
; <tt>"focus"</tt> : The current player's focus target as selected by the /focus command. (Added in 2.0.0).
 
  +
Given the cooldown, if you have a pet-summoning addon (like MiniPet), you should add this pet to those that are never automatically summoned. (With MiniPet, go to the Favorites tab and set the pet's weight to zero.)
   
  +
==Patches and hotfixes==
−
; <tt>"mouseover"</tt> : The unit which the mouse is currently (or was most recently) hovering over.
 
  +
{{patch 4.0.3a|note=Added}}
   
  +
==External links==
−
; <tt>"none"</tt>: A valid unit token that always refers to no unit. [[API_UnitName|UnitName]] will return "Unknown, nil" for this UnitID. Use to force a macro to not auto self-cast ([[Making_a_macro#.5Btarget.3Dunit.5D|/cast [target=none] Healing Wave]]).
 
  +
<!-- 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. :) -->
  +
{| class="darktable"
  +
|-
  +
! Alliance !! Horde
  +
|-
  +
|{{Elinks-item|65361}}
  +
|{{Elinks-item|65362}}
  +
|}
   
  +
[[Category:World of Warcraft rare items]]
−
; <tt>"party''N''"</tt> : The ''N''th party member excluding the player (1,2,3 or 4).
 
  +
[[Category:Companions]]
−  
−
; <tt>"partypet''N''"</tt> : The pet of the ''N''th party member (N is 1,2,3, or 4) (Added in 1.5.0).
 
−  
−
; <tt>"pet"</tt> : The current player's pet.
 
−  
−
; <tt>"player"</tt> : The current player.
 
−  
−
; <tt>"raid''N''"</tt> : The raid member with [[raidIndex]] ''N'' (1,2,3,...,40).
 
−  
−
; <tt>"raidpet''N''"</tt> : The pet of the raid member with [[raidIndex]] ''N'' (1,2,3,...,40) (Added in 1.5.0)
 
−  
−
; <tt>"target"</tt> : The currently targeted unit. May be overridden in macros by unit specified as a value of respective Secure Button attribute.
 
−  
−
; <tt>"vehicle"</tt> : The current player's vehicle.
 
−  
−
==Others==
 
−
The following value also appears in some very specific places (Vendor interactions, for example) or functions.
 
−  
−
; <tt>"npc"</tt> : The NPC with which the player is currently interacting. You '''must''' be interacting with the NPC for this to work (e.g. the quest, flight path, merchant, gossip, or bank frame is open).
 
−  
−
; <tt>player name</tt> : As returned by [[API_UnitName|UnitName]], [[API_GetGuildRosterInfo|GetGuildRosterInfo]], [[API_GetFriendInfo|GetFriendInfo]], [[API COMBAT LOG EVENT|COMBAT LOG EVENT]], etc. This must be spelled exactly and will be invalid if the named player is not a part of your party or raid. As with all other UnitIDs, it is not case sensitive.
 
−  
−
== Targets ==
 
−  
−
You can append the suffix <tt>target</tt> to any UnitId to get a UnitId which refers to that unit's target (e.g. <tt>"partypet2target"</tt>). This appending can be repeated indefinitely (e.g. <tt>"playertargettarget"</tt>), though you will observe an attendant performance hit if you overdo it, as the game engine has to jump from target to target.
 
−  
−
If you are using a party or raid member's name as a unit, you need to use hyphens to separate the target chain (e.g. <tt>"Cogwheel-target-target"</tt>).
 
−  
−
== Notes ==
 
−
* Many of the functions which take a UnitId only provide useful results for a subset of ID's. Other functions will only provide information for friendly targets (or those upon which a power is active).
 
−
* Some functions return different values if the target is close enough to be 'visible' to your client (not necessarily in line of sight), as can be determined with [[API UnitIsVisible|UnitIsVisible("unit")]], versus farther away.
 
−
* Units that are '''not''' available to the current player are (where ''unit'' is not "player"): ''unit''focus and ''unit''mouseover.
 

Revision as of 11:15, 20 June 2011

Achievement guildperk honorablemention

Summons a non-combat pet/vendor that allows you to purchase Guild Rewards and sell loot. Lasts 5 minutes, has an 8-hour cooldown.

The Guild Page is similar to the Achievement guildperk honorablemention rank2 [Guild Herald], which has a 4-hour cooldown.

Source

Purchasable from the guild vendors in major cities for 300g. Note that this item requires Honored Guild Reputation to purchase. It becomes purchasable once your guild has completed Alliance Money achievement Horde Slayer / Horde Money achievement Alliance Slayer.

Tip

Given the cooldown, if you have a pet-summoning addon (like MiniPet), you should add this pet to those that are never automatically summoned. (With MiniPet, go to the Favorites tab and set the pet's weight to zero.)

Patches and hotfixes

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

External links

Alliance Horde