View Single Post
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