View Single Post
03/29/15, 04:46 PM   #1
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Any way to get all map numbers for submaps?

Hi

I need to make a table of all submaps including the numbers.
Does a table already exist somewhere, or is there a way to get them without having to enter each and every one?

I need somthing like this for all zones:
Lua Code:
  1. [4] = {         -- Stormhaven
  2.         {28},   -- Bonesnap Ruins
  3.         {30},   -- Wayrest Sewers
  4.         {128}-- Portdun Watch
  5.         {129}-- Koeglin Mine
  6.         {130}-- Pariah Catacombs
  7.         {131}-- Farangel's Delve
  8.         {132}-- Bearclaw Mine
  9.         {133}-- Norvulk Ruins
  10.     },
  Reply With Quote