Thread Tools Display Modes
11-21-14, 08:13 AM   #1
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
WTB instance map IDs for garrisons

I need instance map IDs for all levels of both factions' garrisons. So far I have found (and added to the instanceMapID page on Wowpedia) the following:
  • 1153 = FW Horde Garrison Level 3
  • 1158 = SMV Alliance Garrison Level 1
  • 1159 = SMV Alliance Garrison Level 3

If you have a garrison not listed above, please run one of the following commands and report back with the results, and add it to Wowpedia if you have time. (I'll add it otherwise.)

Pretty version:
Code:
/run local name, _, _, _, _, _, map = GetInstanceInfo() print(map, name)
Ugly version:
Code:
/dump GetInstanceInfo()
Thanks!
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-21-14, 08:56 AM   #2
Digital_Utopia
A Flamescale Wyrmkin
 
Digital_Utopia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 110
https://docs.google.com/spreadsheets...it?usp=sharing

That should cover them all.

And WoWpedia is filled in.
__________________

Last edited by Digital_Utopia : 11-21-14 at 09:31 AM.
  Reply With Quote
11-21-14, 09:46 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Awesome, thanks.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
06-07-15, 02:35 AM   #4
menace97
Premium Member
 
menace97's Avatar
Premium Member
Join Date: Sep 2007
Posts: 4
Question Command to Display a Specific Garrison Tier Map

Phanx,

I was looking at what you posted, and have been trying to figure out how to display a specific garrison tier map. For instance :P if I am currently using a tier 2 garrison on a horde character, I would like to be able to go back to the tier 1 map - as I'm using Handy Notes to add notes to the maps.

Using the Map IDs you and Digital_Utopia provided, I can't seem to get this to work, if I run this while having the map open:

/run SetMapByID(1152)

1152 = FW Horde Garrison Level 1 (from your input on Wowpedia)

I've used something similar before as it drove me crazy that I couldn't check out the city of Dalaran without actually being IN it:

The MapID of Dalaran is 504.

/run SetMapByID(504)

I just make a macro or assign it to a Clique type macro, and I can check out Dalaran any time I want.

Any ideas as to what I can use to display the different "stages" of the garrison maps? I suppose it's a bit unique for Blizzard, since this would be something that would never go back... but hopefully they can be accessed in-game.

Any assistance is much appreciated! Thank you. *bows*
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » WTB instance map IDs for garrisons

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off