Thread: map/zone IDs
View Single Post
08-16-16, 08:29 PM   #7
elcius
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Sep 2011
Posts: 75
falanaar is classified as a 'micro-dungeon', they are very hard to get info about ingame, because they have no map ids and are identified purely by name (eg "FalanaarTunnels"), as such they can't be loaded using SetMapById.
pretty much the only way to know of a micro dungeons existence is for the player to be inside it (there are few that can be accessed using ProcessMapClick, but not many).
so your options are limited to having a pre-made database of micro-dungeon data, or having that data only available if the player is inside it.

you can identify a map as a micro dungeon by checking the 5th return of GetMapInfo().
  Reply With Quote