Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » Lua/XML Help » Any way to get all map numbers for submaps?


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