Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
(bot; deploying #data/itemtip)
 
Line 1: Line 1:
  +
{{#data:itemtip
<center>'''GetMapLandmarkInfo''' ''-Documentation by [[user:Flickering|Flickering]]-''</center>
 
  +
|name=Belt of Unsolvable Problems
  +
|quality=uncommon
  +
|icon=inv_belt_24
  +
|bind=BoP
  +
|slot=Waist
  +
|type=Cloth
  +
|armor=26
  +
|stamina=2
  +
|intellect=2
  +
|durability=30
  +
|ilvl=15
  +
|sellprice=142
  +
|itemid=60689}}
   
  +
'''Belt of Unsolvable Problems''' is a quest reward from [[Quest:Hero's Call: Redridge Mountains! (NPC)]].
name, textureIndex, x, y = GetMapLandmarkInfo(landmarkIndex);
 
   
  +
==Patches and hotfixes==
Returns the information about a landmark on the current world map.
 
  +
* {{Patch 4.0.3a|note=Added.}}
   
  +
==External links==
----
 
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
;''Arguments''
 
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{elinks-item|60689}}
   
  +
[[Category:World of Warcraft uncommon quest rewards]]
:(landmarkIndex)
 
  +
[[Category:World of Warcraft cloth waist items]]
:;landmarkIndex : Number - Indicates which landmark to query (from 1 to [[API GetNumMapLandmarks|GetNumMapLandmarks()]])
 
 
----
 
;''Returns''
 
 
:name, textureIndex, x, y
 
:;name : String - The name of the landmark
 
:;textureIndex : Number - An index representing which landmark icon to display. Values seen today are:
 
:::4 - Town - the small house icon
 
:::5 - City - The grey tower icon
 
:::6 - Flag - This is the temporary marker shown when you ask a town guard for directions
 
:::15 - Invisible - There's number of these on zoomed in maps that dont get displayed.
 
:;x : Number - The X location of the landmark's center (A proportion of the current map's width, between 0 and 1)
 
:;y : Number - The Y location of the landmark's center (A proportion of the current map's height, between 0 and 1)
 
 
----
 
{{Template:WoW API}}
 
[[Category:API World Map Functions|GetMapLandmarkInfo]]
 

Revision as of 21:56, 22 February 2011

Inv belt 24

Belt of Unsolvable Problems is a quest reward from Quest:Hero's Call: Redridge Mountains! (NPC).

Patches and hotfixes

External links