View Single Post
06-12-18, 06:40 AM   #38
Voxxel
A Chromatic Dragonspawn
Join Date: Mar 2009
Posts: 193
I found that I'm just noob enough to convert it into a working script. Would you elaborate please?

Code:
/run print(C_Map.GetCurrentMapID())
doesn't return anything for me, no idea why.

I heard somewhere the map ID for Tiragarde Sound is supposed to be 895. And when doing
Code:
/run for k, v in pairs(C_Map.GetMapInfo(895)) do print(k, v) end
it returns
Code:
mapType 3
mapID 895
name Tiragarde Sound
parentMapID 876
My problem is it doesn't seem to do anything with mapIDs used by wowhead, wowdb and other dataminer sites. I'm looking for a way to print the current map ID (where my character is) used by dataminer sites. For example, Tiragarde Sound is 8567 (same as the zone ID). But what is it for Boralus map where there's no standalone zone?

Is there a way to get information about those map IDs?

Last edited by Voxxel : 06-12-18 at 02:14 PM.
  Reply With Quote