Thread Tools Display Modes
07-17-18, 03:04 AM   #1
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Exclamation 8.0 Pre-Expansion Patch - Battle for Azeroth

Carbonite will not work after "Battle for Azeroth 8.0 Pre-Expansion Patch".

We are working on making Carbonite work with WoW 8.x+.

You can download alpha version from BfA branch at: https://github.com/mikepauer/Carbonite/archive/BfA.zip but keep it in mind that is a work in progress...

At the moment only Carbonite Maps (main) module is being worked on, other modules will not work at all, so disable them.

Last edited by ircdirk : 07-19-18 at 11:48 AM.
  Reply With Quote
07-17-18, 07:35 AM   #2
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Any ways we can help to get things working?
  Reply With Quote
07-17-18, 09:26 AM   #3
Thrumbar
A Chromatic Dragonspawn
Join Date: Jan 2005
Posts: 157
Originally Posted by Ammako View Post
Any ways we can help to get things working?
https://github.com/mikepauer/Carbonite/tree/BfA
  Reply With Quote
07-17-18, 11:14 AM   #4
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Ammako View Post
Any ways we can help to get things working?
Need someone to dump overlays from new zones more here: http://www.wowinterface.com/forums/s...622#post328622
  Reply With Quote
07-17-18, 12:48 PM   #5
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Originally Posted by ircdirk View Post
Need someone to dump overlays from new zones more here: http://www.wowinterface.com/forums/s...622#post328622
Overlays, as in, the zone maps? Or icons that appear onto the map, etc?
Maybe it's obvious to people who use Carbonite, but I just want to make sure everyone's on the same page.
  Reply With Quote
07-17-18, 03:11 PM   #6
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Ammako View Post
Overlays, as in, the zone maps? Or icons that appear onto the map, etc?
Maybe it's obvious to people who use Carbonite, but I just want to make sure everyone's on the same page.
Zone maps have overlays that shows when some area is explored to show more details. This was easy before 8.x, now there is only one function:

C_MapExplorationInfo.GetExploredMapTextures(mapID)

from this function we need data that it returns:

textureWidth
textureHeight
offsetX
offsetY


of every overlay of the new maps in BfA.

You need to explore those maps before dumping them, unexplored returns null and i dont have 110lvl+ char on PTR :/

Last edited by ircdirk : 07-17-18 at 03:17 PM.
  Reply With Quote
07-17-18, 04:50 PM   #7
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
I get it now. For some reason I was under the impression that one could just extract the maps from the interface files but on closer inspection it doesn't look like this is the case.

If I can access every area at 110 I'll do it, unless someone else is already doing it (also, Beta is required; BfA content is not accessible on PTR.)
  Reply With Quote
07-18-18, 03:50 PM   #8
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
The API access is the same on Live as it is on PTR/Beta. The only thing that isn't is the Battle for Azeroth areas and levels and BfA specific functionality. The mapping system is not BfA specific, it was simply added then similar to other large api changes added over the years.

In other words, you can test the mapping functionality and play with it on live up to 110.
__________________
  Reply With Quote
07-19-18, 01:03 AM   #9
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Xrystal View Post
The API access is the same on Live as it is on PTR/Beta. The only thing that isn't is the Battle for Azeroth areas and levels and BfA specific functionality. The mapping system is not BfA specific, it was simply added then similar to other large api changes added over the years.

In other words, you can test the mapping functionality and play with it on live up to 110.
Yes, but on PTR you dont have access to BfA specific zones to make it unexplored. New blizz map system in 8.x is different/totally rewritten and many functions are removed.

Now only C_MapExplorationInfo.GetExploredMapTextures(mapID) returns data which we need.
  Reply With Quote
07-19-18, 03:04 AM   #10
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Ah my apologies I must have misunderstood the query. I thought the problem was working out the functionality on how to get maps displayed not physically grabbing. Hopefully some of your users are on Beta and will assist you.
__________________
  Reply With Quote
07-19-18, 10:53 AM   #11
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
I was waiting for some kind of confirmation, but I guess since no-one's saying anything, I'm taking this as a confirmation that I can do it without fear that someone was already doing it and I'd be wasting my time.

I'll see if I can access every area on the map at 110 without having to level or do any quests. If there are any areas I can't reach, I'll let you know.

I'll be back in... idk, sometime later today I guess.
  Reply With Quote
07-19-18, 11:51 AM   #12
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by Ammako View Post
I was waiting for some kind of confirmation, but I guess since no-one's saying anything, I'm taking this as a confirmation that I can do it without fear that someone was already doing it and I'd be wasting my time.

I'll see if I can access every area on the map at 110 without having to level or do any quests. If there are any areas I can't reach, I'll let you know.

I'll be back in... idk, sometime later today I guess.
Great, let me know when u are finished. I have seen youtube movies with that Achivement done so it should be doable.
  Reply With Quote
07-19-18, 01:04 PM   #13
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Tiragarde Sound:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 1108,
  10.         ["textureHeight"] = 788,
  11.         ["textureWidth"] = 859,
  12.         ["offsetY"] = 451,
  13.         ["fileDataIDs"] = {
  14.             2033457, -- [1]
  15.             2033465, -- [2]
  16.             2033466, -- [3]
  17.             2033467, -- [4]
  18.             2033468, -- [5]
  19.             2033469, -- [6]
  20.             2033470, -- [7]
  21.             2033471, -- [8]
  22.             2033472, -- [9]
  23.             2033458, -- [10]
  24.             2033459, -- [11]
  25.             2033460, -- [12]
  26.             2033461, -- [13]
  27.             2033462, -- [14]
  28.             2033463, -- [15]
  29.             2033464, -- [16]
  30.         },
  31.         ["isShownByMouseOver"] = false,
  32.     }, -- [1]
  33.     {
  34.         ["hitRect"] = {
  35.             ["top"] = 0,
  36.             ["right"] = 0,
  37.             ["left"] = 0,
  38.             ["bottom"] = 0,
  39.         },
  40.         ["offsetX"] = 2117,
  41.         ["textureHeight"] = 1009,
  42.         ["textureWidth"] = 1432,
  43.         ["offsetY"] = 332,
  44.         ["fileDataIDs"] = {
  45.             2033473, -- [1]
  46.             2033484, -- [2]
  47.             2033490, -- [3]
  48.             2033491, -- [4]
  49.             2033492, -- [5]
  50.             2033493, -- [6]
  51.             2033494, -- [7]
  52.             2033495, -- [8]
  53.             2033496, -- [9]
  54.             2033474, -- [10]
  55.             2033475, -- [11]
  56.             2033476, -- [12]
  57.             2033477, -- [13]
  58.             2033478, -- [14]
  59.             2033479, -- [15]
  60.             2033480, -- [16]
  61.             2033481, -- [17]
  62.             2033482, -- [18]
  63.             2033483, -- [19]
  64.             2033485, -- [20]
  65.             2033486, -- [21]
  66.             2033487, -- [22]
  67.             2033488, -- [23]
  68.             2033489, -- [24]
  69.         },
  70.         ["isShownByMouseOver"] = false,
  71.     }, -- [2]
  72.     {
  73.         ["hitRect"] = {
  74.             ["top"] = 0,
  75.             ["right"] = 0,
  76.             ["left"] = 0,
  77.             ["bottom"] = 0,
  78.         },
  79.         ["offsetX"] = 1806,
  80.         ["textureHeight"] = 900,
  81.         ["textureWidth"] = 1777,
  82.         ["offsetY"] = 0,
  83.         ["fileDataIDs"] = {
  84.             2033497, -- [1]
  85.             2033508, -- [2]
  86.             2033518, -- [3]
  87.             2033519, -- [4]
  88.             2033520, -- [5]
  89.             2033521, -- [6]
  90.             2033522, -- [7]
  91.             2033523, -- [8]
  92.             2033524, -- [9]
  93.             2033498, -- [10]
  94.             2033499, -- [11]
  95.             2033500, -- [12]
  96.             2033501, -- [13]
  97.             2033502, -- [14]
  98.             2033503, -- [15]
  99.             2033504, -- [16]
  100.             2033505, -- [17]
  101.             2033506, -- [18]
  102.             2033507, -- [19]
  103.             2033509, -- [20]
  104.             2033510, -- [21]
  105.             2033511, -- [22]
  106.             2033512, -- [23]
  107.             2033513, -- [24]
  108.             2033514, -- [25]
  109.             2033515, -- [26]
  110.             2033516, -- [27]
  111.             2033517, -- [28]
  112.         },
  113.         ["isShownByMouseOver"] = false,
  114.     }, -- [3]
  115.     {
  116.         ["hitRect"] = {
  117.             ["top"] = 0,
  118.             ["right"] = 0,
  119.             ["left"] = 0,
  120.             ["bottom"] = 0,
  121.         },
  122.         ["offsetX"] = 2314,
  123.         ["textureHeight"] = 821,
  124.         ["textureWidth"] = 1047,
  125.         ["offsetY"] = 1739,
  126.         ["fileDataIDs"] = {
  127.             2033525, -- [1]
  128.             2033536, -- [2]
  129.             2033538, -- [3]
  130.             2033539, -- [4]
  131.             2033540, -- [5]
  132.             2033541, -- [6]
  133.             2033542, -- [7]
  134.             2033543, -- [8]
  135.             2033544, -- [9]
  136.             2033526, -- [10]
  137.             2033527, -- [11]
  138.             2033528, -- [12]
  139.             2033529, -- [13]
  140.             2033530, -- [14]
  141.             2033531, -- [15]
  142.             2033532, -- [16]
  143.             2033533, -- [17]
  144.             2033534, -- [18]
  145.             2033535, -- [19]
  146.             2033537, -- [20]
  147.         },
  148.         ["isShownByMouseOver"] = false,
  149.     }, -- [4]
  150.     {
  151.         ["hitRect"] = {
  152.             ["top"] = 0,
  153.             ["right"] = 0,
  154.             ["left"] = 0,
  155.             ["bottom"] = 0,
  156.         },
  157.         ["offsetX"] = 1538,
  158.         ["textureHeight"] = 1284,
  159.         ["textureWidth"] = 908,
  160.         ["offsetY"] = 176,
  161.         ["fileDataIDs"] = {
  162.             2033545, -- [1]
  163.             2033556, -- [2]
  164.             2033562, -- [3]
  165.             2033563, -- [4]
  166.             2033564, -- [5]
  167.             2033565, -- [6]
  168.             2033566, -- [7]
  169.             2033567, -- [8]
  170.             2033568, -- [9]
  171.             2033546, -- [10]
  172.             2033547, -- [11]
  173.             2033548, -- [12]
  174.             2033549, -- [13]
  175.             2033550, -- [14]
  176.             2033551, -- [15]
  177.             2033552, -- [16]
  178.             2033553, -- [17]
  179.             2033554, -- [18]
  180.             2033555, -- [19]
  181.             2033557, -- [20]
  182.             2033558, -- [21]
  183.             2033559, -- [22]
  184.             2033560, -- [23]
  185.             2033561, -- [24]
  186.         },
  187.         ["isShownByMouseOver"] = false,
  188.     }, -- [5]
  189.     {
  190.         ["hitRect"] = {
  191.             ["top"] = 0,
  192.             ["right"] = 0,
  193.             ["left"] = 0,
  194.             ["bottom"] = 0,
  195.         },
  196.         ["offsetX"] = 766,
  197.         ["textureHeight"] = 899,
  198.         ["textureWidth"] = 828,
  199.         ["offsetY"] = 100,
  200.         ["fileDataIDs"] = {
  201.             2033569, -- [1]
  202.             2033577, -- [2]
  203.             2033578, -- [3]
  204.             2033579, -- [4]
  205.             2033580, -- [5]
  206.             2033581, -- [6]
  207.             2033582, -- [7]
  208.             2033583, -- [8]
  209.             2033584, -- [9]
  210.             2033570, -- [10]
  211.             2033571, -- [11]
  212.             2033572, -- [12]
  213.             2033573, -- [13]
  214.             2033574, -- [14]
  215.             2033575, -- [15]
  216.             2033576, -- [16]
  217.         },
  218.         ["isShownByMouseOver"] = false,
  219.     }, -- [6]
  220.     {
  221.         ["hitRect"] = {
  222.             ["top"] = 0,
  223.             ["right"] = 0,
  224.             ["left"] = 0,
  225.             ["bottom"] = 0,
  226.         },
  227.         ["offsetX"] = 2054,
  228.         ["textureHeight"] = 1171,
  229.         ["textureWidth"] = 978,
  230.         ["offsetY"] = 995,
  231.         ["fileDataIDs"] = {
  232.             2033585, -- [1]
  233.             2033596, -- [2]
  234.             2033598, -- [3]
  235.             2033599, -- [4]
  236.             2033600, -- [5]
  237.             2033601, -- [6]
  238.             2033602, -- [7]
  239.             2033603, -- [8]
  240.             2033604, -- [9]
  241.             2033586, -- [10]
  242.             2033587, -- [11]
  243.             2033588, -- [12]
  244.             2033589, -- [13]
  245.             2033590, -- [14]
  246.             2033591, -- [15]
  247.             2033592, -- [16]
  248.             2033593, -- [17]
  249.             2033594, -- [18]
  250.             2033595, -- [19]
  251.             2033597, -- [20]
  252.         },
  253.         ["isShownByMouseOver"] = false,
  254.     }, -- [7]
  255.     {
  256.         ["hitRect"] = {
  257.             ["top"] = 0,
  258.             ["right"] = 0,
  259.             ["left"] = 0,
  260.             ["bottom"] = 0,
  261.         },
  262.         ["offsetX"] = 2451,
  263.         ["textureHeight"] = 944,
  264.         ["textureWidth"] = 1242,
  265.         ["offsetY"] = 1035,
  266.         ["fileDataIDs"] = {
  267.             2033605, -- [1]
  268.             2033616, -- [2]
  269.             2033618, -- [3]
  270.             2033619, -- [4]
  271.             2033620, -- [5]
  272.             2033621, -- [6]
  273.             2033622, -- [7]
  274.             2033623, -- [8]
  275.             2033624, -- [9]
  276.             2033606, -- [10]
  277.             2033607, -- [11]
  278.             2033608, -- [12]
  279.             2033609, -- [13]
  280.             2033610, -- [14]
  281.             2033611, -- [15]
  282.             2033612, -- [16]
  283.             2033613, -- [17]
  284.             2033614, -- [18]
  285.             2033615, -- [19]
  286.             2033617, -- [20]
  287.         },
  288.         ["isShownByMouseOver"] = false,
  289.     }, -- [8]
  290.     {
  291.         ["hitRect"] = {
  292.             ["top"] = 0,
  293.             ["right"] = 0,
  294.             ["left"] = 0,
  295.             ["bottom"] = 0,
  296.         },
  297.         ["offsetX"] = 2852,
  298.         ["textureHeight"] = 1057,
  299.         ["textureWidth"] = 891,
  300.         ["offsetY"] = 1503,
  301.         ["fileDataIDs"] = {
  302.             2033625, -- [1]
  303.             2033636, -- [2]
  304.             2033638, -- [3]
  305.             2033639, -- [4]
  306.             2033640, -- [5]
  307.             2033641, -- [6]
  308.             2033642, -- [7]
  309.             2033643, -- [8]
  310.             2033644, -- [9]
  311.             2033626, -- [10]
  312.             2033627, -- [11]
  313.             2033628, -- [12]
  314.             2033629, -- [13]
  315.             2033630, -- [14]
  316.             2033631, -- [15]
  317.             2033632, -- [16]
  318.             2033633, -- [17]
  319.             2033634, -- [18]
  320.             2033635, -- [19]
  321.             2033637, -- [20]
  322.         },
  323.         ["isShownByMouseOver"] = false,
  324.     }, -- [9]
  325.     {
  326.         ["hitRect"] = {
  327.             ["top"] = 0,
  328.             ["right"] = 0,
  329.             ["left"] = 0,
  330.             ["bottom"] = 0,
  331.         },
  332.         ["offsetX"] = 1772,
  333.         ["textureHeight"] = 1223,
  334.         ["textureWidth"] = 953,
  335.         ["offsetY"] = 1199,
  336.         ["fileDataIDs"] = {
  337.             2033783, -- [1]
  338.             2033794, -- [2]
  339.             2033796, -- [3]
  340.             2033797, -- [4]
  341.             2033798, -- [5]
  342.             2033799, -- [6]
  343.             2033800, -- [7]
  344.             2033801, -- [8]
  345.             2033802, -- [9]
  346.             2033784, -- [10]
  347.             2033785, -- [11]
  348.             2033786, -- [12]
  349.             2033787, -- [13]
  350.             2033788, -- [14]
  351.             2033789, -- [15]
  352.             2033790, -- [16]
  353.             2033791, -- [17]
  354.             2033792, -- [18]
  355.             2033793, -- [19]
  356.             2033795, -- [20]
  357.         },
  358.         ["isShownByMouseOver"] = false,
  359.     }, -- [10]
  360.     {
  361.         ["hitRect"] = {
  362.             ["top"] = 0,
  363.             ["right"] = 0,
  364.             ["left"] = 0,
  365.             ["bottom"] = 0,
  366.         },
  367.         ["offsetX"] = 802,
  368.         ["textureHeight"] = 678,
  369.         ["textureWidth"] = 1306,
  370.         ["offsetY"] = 0,
  371.         ["fileDataIDs"] = {
  372.             2033803, -- [1]
  373.             2033813, -- [2]
  374.             2033814, -- [3]
  375.             2033815, -- [4]
  376.             2033816, -- [5]
  377.             2033817, -- [6]
  378.             2033818, -- [7]
  379.             2033819, -- [8]
  380.             2033820, -- [9]
  381.             2033804, -- [10]
  382.             2033805, -- [11]
  383.             2033806, -- [12]
  384.             2033807, -- [13]
  385.             2033808, -- [14]
  386.             2033809, -- [15]
  387.             2033810, -- [16]
  388.             2033811, -- [17]
  389.             2033812, -- [18]
  390.         },
  391.         ["isShownByMouseOver"] = false,
  392.     }, -- [11]
  393. },


Stormsong Valley:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 1750,
  10.         ["textureHeight"] = 1224,
  11.         ["textureWidth"] = 1167,
  12.         ["offsetY"] = 1336,
  13.         ["fileDataIDs"] = {
  14.             2033045, -- [1]
  15.             2033056, -- [2]
  16.             2033063, -- [3]
  17.             2033064, -- [4]
  18.             2033065, -- [5]
  19.             2033066, -- [6]
  20.             2033067, -- [7]
  21.             2033068, -- [8]
  22.             2033069, -- [9]
  23.             2033046, -- [10]
  24.             2033047, -- [11]
  25.             2033048, -- [12]
  26.             2033049, -- [13]
  27.             2033050, -- [14]
  28.             2033051, -- [15]
  29.             2033052, -- [16]
  30.             2033053, -- [17]
  31.             2033054, -- [18]
  32.             2033055, -- [19]
  33.             2033057, -- [20]
  34.             2033058, -- [21]
  35.             2033059, -- [22]
  36.             2033060, -- [23]
  37.             2033061, -- [24]
  38.             2033062, -- [25]
  39.         },
  40.         ["isShownByMouseOver"] = false,
  41.     }, -- [1]
  42.     {
  43.         ["hitRect"] = {
  44.             ["top"] = 0,
  45.             ["right"] = 0,
  46.             ["left"] = 0,
  47.             ["bottom"] = 0,
  48.         },
  49.         ["offsetX"] = 1288,
  50.         ["textureHeight"] = 1134,
  51.         ["textureWidth"] = 1030,
  52.         ["offsetY"] = 1426,
  53.         ["fileDataIDs"] = {
  54.             2033070, -- [1]
  55.             2033081, -- [2]
  56.             2033088, -- [3]
  57.             2033089, -- [4]
  58.             2033090, -- [5]
  59.             2033091, -- [6]
  60.             2033092, -- [7]
  61.             2033093, -- [8]
  62.             2033094, -- [9]
  63.             2033071, -- [10]
  64.             2033072, -- [11]
  65.             2033073, -- [12]
  66.             2033074, -- [13]
  67.             2033075, -- [14]
  68.             2033076, -- [15]
  69.             2033077, -- [16]
  70.             2033078, -- [17]
  71.             2033079, -- [18]
  72.             2033080, -- [19]
  73.             2033082, -- [20]
  74.             2033083, -- [21]
  75.             2033084, -- [22]
  76.             2033085, -- [23]
  77.             2033086, -- [24]
  78.             2033087, -- [25]
  79.         },
  80.         ["isShownByMouseOver"] = false,
  81.     }, -- [2]
  82.     {
  83.         ["hitRect"] = {
  84.             ["top"] = 0,
  85.             ["right"] = 0,
  86.             ["left"] = 0,
  87.             ["bottom"] = 0,
  88.         },
  89.         ["offsetX"] = 2181,
  90.         ["textureHeight"] = 1491,
  91.         ["textureWidth"] = 1659,
  92.         ["offsetY"] = 1069,
  93.         ["fileDataIDs"] = {
  94.             2033095, -- [1]
  95.             2033106, -- [2]
  96.             2033117, -- [3]
  97.             2033128, -- [4]
  98.             2033132, -- [5]
  99.             2033133, -- [6]
  100.             2033134, -- [7]
  101.             2033135, -- [8]
  102.             2033136, -- [9]
  103.             2033096, -- [10]
  104.             2033097, -- [11]
  105.             2033098, -- [12]
  106.             2033099, -- [13]
  107.             2033100, -- [14]
  108.             2033101, -- [15]
  109.             2033102, -- [16]
  110.             2033103, -- [17]
  111.             2033104, -- [18]
  112.             2033105, -- [19]
  113.             2033107, -- [20]
  114.             2033108, -- [21]
  115.             2033109, -- [22]
  116.             2033110, -- [23]
  117.             2033111, -- [24]
  118.             2033112, -- [25]
  119.             2033113, -- [26]
  120.             2033114, -- [27]
  121.             2033115, -- [28]
  122.             2033116, -- [29]
  123.             2033118, -- [30]
  124.             2033119, -- [31]
  125.             2033120, -- [32]
  126.             2033121, -- [33]
  127.             2033122, -- [34]
  128.             2033123, -- [35]
  129.             2033124, -- [36]
  130.             2033125, -- [37]
  131.             2033126, -- [38]
  132.             2033127, -- [39]
  133.             2033129, -- [40]
  134.             2033130, -- [41]
  135.             2033131, -- [42]
  136.         },
  137.         ["isShownByMouseOver"] = false,
  138.     }, -- [3]
  139.     {
  140.         ["hitRect"] = {
  141.             ["top"] = 0,
  142.             ["right"] = 0,
  143.             ["left"] = 0,
  144.             ["bottom"] = 0,
  145.         },
  146.         ["offsetX"] = 1365,
  147.         ["textureHeight"] = 1380,
  148.         ["textureWidth"] = 929,
  149.         ["offsetY"] = 0,
  150.         ["fileDataIDs"] = {
  151.             2033137, -- [1]
  152.             2033148, -- [2]
  153.             2033154, -- [3]
  154.             2033155, -- [4]
  155.             2033156, -- [5]
  156.             2033157, -- [6]
  157.             2033158, -- [7]
  158.             2033159, -- [8]
  159.             2033160, -- [9]
  160.             2033138, -- [10]
  161.             2033139, -- [11]
  162.             2033140, -- [12]
  163.             2033141, -- [13]
  164.             2033142, -- [14]
  165.             2033143, -- [15]
  166.             2033144, -- [16]
  167.             2033145, -- [17]
  168.             2033146, -- [18]
  169.             2033147, -- [19]
  170.             2033149, -- [20]
  171.             2033150, -- [21]
  172.             2033151, -- [22]
  173.             2033152, -- [23]
  174.             2033153, -- [24]
  175.         },
  176.         ["isShownByMouseOver"] = false,
  177.     }, -- [4]
  178.     {
  179.         ["hitRect"] = {
  180.             ["top"] = 0,
  181.             ["right"] = 0,
  182.             ["left"] = 0,
  183.             ["bottom"] = 0,
  184.         },
  185.         ["offsetX"] = 1153,
  186.         ["textureHeight"] = 711,
  187.         ["textureWidth"] = 1403,
  188.         ["offsetY"] = 1056,
  189.         ["fileDataIDs"] = {
  190.             2033161, -- [1]
  191.             2033171, -- [2]
  192.             2033172, -- [3]
  193.             2033173, -- [4]
  194.             2033174, -- [5]
  195.             2033175, -- [6]
  196.             2033176, -- [7]
  197.             2033177, -- [8]
  198.             2033178, -- [9]
  199.             2033162, -- [10]
  200.             2033163, -- [11]
  201.             2033164, -- [12]
  202.             2033165, -- [13]
  203.             2033166, -- [14]
  204.             2033167, -- [15]
  205.             2033168, -- [16]
  206.             2033169, -- [17]
  207.             2033170, -- [18]
  208.         },
  209.         ["isShownByMouseOver"] = false,
  210.     }, -- [5]
  211.     {
  212.         ["hitRect"] = {
  213.             ["top"] = 0,
  214.             ["right"] = 0,
  215.             ["left"] = 0,
  216.             ["bottom"] = 0,
  217.         },
  218.         ["offsetX"] = 840,
  219.         ["textureHeight"] = 1050,
  220.         ["textureWidth"] = 859,
  221.         ["offsetY"] = 475,
  222.         ["fileDataIDs"] = {
  223.             2033179, -- [1]
  224.             2033190, -- [2]
  225.             2033192, -- [3]
  226.             2033193, -- [4]
  227.             2033194, -- [5]
  228.             2033195, -- [6]
  229.             2033196, -- [7]
  230.             2033197, -- [8]
  231.             2033198, -- [9]
  232.             2033180, -- [10]
  233.             2033181, -- [11]
  234.             2033182, -- [12]
  235.             2033183, -- [13]
  236.             2033184, -- [14]
  237.             2033185, -- [15]
  238.             2033186, -- [16]
  239.             2033187, -- [17]
  240.             2033188, -- [18]
  241.             2033189, -- [19]
  242.             2033191, -- [20]
  243.         },
  244.         ["isShownByMouseOver"] = false,
  245.     }, -- [6]
  246.     {
  247.         ["hitRect"] = {
  248.             ["top"] = 0,
  249.             ["right"] = 0,
  250.             ["left"] = 0,
  251.             ["bottom"] = 0,
  252.         },
  253.         ["offsetX"] = 1918,
  254.         ["textureHeight"] = 1466,
  255.         ["textureWidth"] = 1052,
  256.         ["offsetY"] = 0,
  257.         ["fileDataIDs"] = {
  258.             2033199, -- [1]
  259.             2033210, -- [2]
  260.             2033221, -- [3]
  261.             2033223, -- [4]
  262.             2033224, -- [5]
  263.             2033225, -- [6]
  264.             2033226, -- [7]
  265.             2033227, -- [8]
  266.             2033228, -- [9]
  267.             2033200, -- [10]
  268.             2033201, -- [11]
  269.             2033202, -- [12]
  270.             2033203, -- [13]
  271.             2033204, -- [14]
  272.             2033205, -- [15]
  273.             2033206, -- [16]
  274.             2033207, -- [17]
  275.             2033208, -- [18]
  276.             2033209, -- [19]
  277.             2033211, -- [20]
  278.             2033212, -- [21]
  279.             2033213, -- [22]
  280.             2033214, -- [23]
  281.             2033215, -- [24]
  282.             2033216, -- [25]
  283.             2033217, -- [26]
  284.             2033218, -- [27]
  285.             2033219, -- [28]
  286.             2033220, -- [29]
  287.             2033222, -- [30]
  288.         },
  289.         ["isShownByMouseOver"] = false,
  290.     }, -- [7]
  291.     {
  292.         ["hitRect"] = {
  293.             ["top"] = 0,
  294.             ["right"] = 0,
  295.             ["left"] = 0,
  296.             ["bottom"] = 0,
  297.         },
  298.         ["offsetX"] = 2515,
  299.         ["textureHeight"] = 1981,
  300.         ["textureWidth"] = 1325,
  301.         ["offsetY"] = 0,
  302.         ["fileDataIDs"] = {
  303.             2033229, -- [1]
  304.             2033240, -- [2]
  305.             2033251, -- [3]
  306.             2033262, -- [4]
  307.             2033272, -- [5]
  308.             2033273, -- [6]
  309.             2033274, -- [7]
  310.             2033275, -- [8]
  311.             2033276, -- [9]
  312.             2033230, -- [10]
  313.             2033231, -- [11]
  314.             2033232, -- [12]
  315.             2033233, -- [13]
  316.             2033234, -- [14]
  317.             2033235, -- [15]
  318.             2033236, -- [16]
  319.             2033237, -- [17]
  320.             2033238, -- [18]
  321.             2033239, -- [19]
  322.             2033241, -- [20]
  323.             2033242, -- [21]
  324.             2033243, -- [22]
  325.             2033244, -- [23]
  326.             2033245, -- [24]
  327.             2033246, -- [25]
  328.             2033247, -- [26]
  329.             2033248, -- [27]
  330.             2033249, -- [28]
  331.             2033250, -- [29]
  332.             2033252, -- [30]
  333.             2033253, -- [31]
  334.             2033254, -- [32]
  335.             2033255, -- [33]
  336.             2033256, -- [34]
  337.             2033257, -- [35]
  338.             2033258, -- [36]
  339.             2033259, -- [37]
  340.             2033260, -- [38]
  341.             2033261, -- [39]
  342.             2033263, -- [40]
  343.             2033264, -- [41]
  344.             2033265, -- [42]
  345.             2033266, -- [43]
  346.             2033267, -- [44]
  347.             2033268, -- [45]
  348.             2033269, -- [46]
  349.             2033270, -- [47]
  350.             2033271, -- [48]
  351.         },
  352.         ["isShownByMouseOver"] = false,
  353.     }, -- [8]
  354.     {
  355.         ["hitRect"] = {
  356.             ["top"] = 0,
  357.             ["right"] = 0,
  358.             ["left"] = 0,
  359.             ["bottom"] = 0,
  360.         },
  361.         ["offsetX"] = 0,
  362.         ["textureHeight"] = 1457,
  363.         ["textureWidth"] = 1628,
  364.         ["offsetY"] = 1103,
  365.         ["fileDataIDs"] = {
  366.             2033415, -- [1]
  367.             2033426, -- [2]
  368.             2033437, -- [3]
  369.             2033448, -- [4]
  370.             2033452, -- [5]
  371.             2033453, -- [6]
  372.             2033454, -- [7]
  373.             2033455, -- [8]
  374.             2033456, -- [9]
  375.             2033416, -- [10]
  376.             2033417, -- [11]
  377.             2033418, -- [12]
  378.             2033419, -- [13]
  379.             2033420, -- [14]
  380.             2033421, -- [15]
  381.             2033422, -- [16]
  382.             2033423, -- [17]
  383.             2033424, -- [18]
  384.             2033425, -- [19]
  385.             2033427, -- [20]
  386.             2033428, -- [21]
  387.             2033429, -- [22]
  388.             2033430, -- [23]
  389.             2033431, -- [24]
  390.             2033432, -- [25]
  391.             2033433, -- [26]
  392.             2033434, -- [27]
  393.             2033435, -- [28]
  394.             2033436, -- [29]
  395.             2033438, -- [30]
  396.             2033439, -- [31]
  397.             2033440, -- [32]
  398.             2033441, -- [33]
  399.             2033442, -- [34]
  400.             2033443, -- [35]
  401.             2033444, -- [36]
  402.             2033445, -- [37]
  403.             2033446, -- [38]
  404.             2033447, -- [39]
  405.             2033449, -- [40]
  406.             2033450, -- [41]
  407.             2033451, -- [42]
  408.         },
  409.         ["isShownByMouseOver"] = false,
  410.     }, -- [9]
  411. },


Drustvar:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 1812,
  10.         ["textureHeight"] = 880,
  11.         ["textureWidth"] = 1125,
  12.         ["offsetY"] = 760,
  13.         ["fileDataIDs"] = {
  14.             2037819, -- [1]
  15.             2037830, -- [2]
  16.             2037832, -- [3]
  17.             2037833, -- [4]
  18.             2037834, -- [5]
  19.             2037835, -- [6]
  20.             2037836, -- [7]
  21.             2037837, -- [8]
  22.             2037838, -- [9]
  23.             2037820, -- [10]
  24.             2037821, -- [11]
  25.             2037822, -- [12]
  26.             2037823, -- [13]
  27.             2037824, -- [14]
  28.             2037825, -- [15]
  29.             2037826, -- [16]
  30.             2037827, -- [17]
  31.             2037828, -- [18]
  32.             2037829, -- [19]
  33.             2037831, -- [20]
  34.         },
  35.         ["isShownByMouseOver"] = false,
  36.     }, -- [1]
  37.     {
  38.         ["hitRect"] = {
  39.             ["top"] = 0,
  40.             ["right"] = 0,
  41.             ["left"] = 0,
  42.             ["bottom"] = 0,
  43.         },
  44.         ["offsetX"] = 1644,
  45.         ["textureHeight"] = 1081,
  46.         ["textureWidth"] = 948,
  47.         ["offsetY"] = 361,
  48.         ["fileDataIDs"] = {
  49.             2038047, -- [1]
  50.             2038058, -- [2]
  51.             2038060, -- [3]
  52.             2038061, -- [4]
  53.             2038062, -- [5]
  54.             2038063, -- [6]
  55.             2038064, -- [7]
  56.             2038065, -- [8]
  57.             2038066, -- [9]
  58.             2038048, -- [10]
  59.             2038049, -- [11]
  60.             2038050, -- [12]
  61.             2038051, -- [13]
  62.             2038052, -- [14]
  63.             2038053, -- [15]
  64.             2038054, -- [16]
  65.             2038055, -- [17]
  66.             2038056, -- [18]
  67.             2038057, -- [19]
  68.             2038059, -- [20]
  69.         },
  70.         ["isShownByMouseOver"] = false,
  71.     }, -- [2]
  72.     {
  73.         ["hitRect"] = {
  74.             ["top"] = 0,
  75.             ["right"] = 0,
  76.             ["left"] = 0,
  77.             ["bottom"] = 0,
  78.         },
  79.         ["offsetX"] = 933,
  80.         ["textureHeight"] = 1421,
  81.         ["textureWidth"] = 1188,
  82.         ["offsetY"] = 863,
  83.         ["fileDataIDs"] = {
  84.             2037789, -- [1]
  85.             2037800, -- [2]
  86.             2037811, -- [3]
  87.             2037813, -- [4]
  88.             2037814, -- [5]
  89.             2037815, -- [6]
  90.             2037816, -- [7]
  91.             2037817, -- [8]
  92.             2037818, -- [9]
  93.             2037790, -- [10]
  94.             2037791, -- [11]
  95.             2037792, -- [12]
  96.             2037793, -- [13]
  97.             2037794, -- [14]
  98.             2037795, -- [15]
  99.             2037796, -- [16]
  100.             2037797, -- [17]
  101.             2037798, -- [18]
  102.             2037799, -- [19]
  103.             2037801, -- [20]
  104.             2037802, -- [21]
  105.             2037803, -- [22]
  106.             2037804, -- [23]
  107.             2037805, -- [24]
  108.             2037806, -- [25]
  109.             2037807, -- [26]
  110.             2037808, -- [27]
  111.             2037809, -- [28]
  112.             2037810, -- [29]
  113.             2037812, -- [30]
  114.         },
  115.         ["isShownByMouseOver"] = false,
  116.     }, -- [3]
  117.     {
  118.         ["hitRect"] = {
  119.             ["top"] = 0,
  120.             ["right"] = 0,
  121.             ["left"] = 0,
  122.             ["bottom"] = 0,
  123.         },
  124.         ["offsetX"] = 1839,
  125.         ["textureHeight"] = 1059,
  126.         ["textureWidth"] = 1154,
  127.         ["offsetY"] = 0,
  128.         ["fileDataIDs"] = {
  129.             2037839, -- [1]
  130.             2037850, -- [2]
  131.             2037857, -- [3]
  132.             2037858, -- [4]
  133.             2037859, -- [5]
  134.             2037860, -- [6]
  135.             2037861, -- [7]
  136.             2037862, -- [8]
  137.             2037863, -- [9]
  138.             2037840, -- [10]
  139.             2037841, -- [11]
  140.             2037842, -- [12]
  141.             2037843, -- [13]
  142.             2037844, -- [14]
  143.             2037845, -- [15]
  144.             2037846, -- [16]
  145.             2037847, -- [17]
  146.             2037848, -- [18]
  147.             2037849, -- [19]
  148.             2037851, -- [20]
  149.             2037852, -- [21]
  150.             2037853, -- [22]
  151.             2037854, -- [23]
  152.             2037855, -- [24]
  153.             2037856, -- [25]
  154.         },
  155.         ["isShownByMouseOver"] = false,
  156.     }, -- [4]
  157.     {
  158.         ["hitRect"] = {
  159.             ["top"] = 0,
  160.             ["right"] = 0,
  161.             ["left"] = 0,
  162.             ["bottom"] = 0,
  163.         },
  164.         ["offsetX"] = 388,
  165.         ["textureHeight"] = 839,
  166.         ["textureWidth"] = 1239,
  167.         ["offsetY"] = 570,
  168.         ["fileDataIDs"] = {
  169.             2037864, -- [1]
  170.             2037875, -- [2]
  171.             2037877, -- [3]
  172.             2037878, -- [4]
  173.             2037879, -- [5]
  174.             2037880, -- [6]
  175.             2037881, -- [7]
  176.             2037882, -- [8]
  177.             2037883, -- [9]
  178.             2037865, -- [10]
  179.             2037866, -- [11]
  180.             2037867, -- [12]
  181.             2037868, -- [13]
  182.             2037869, -- [14]
  183.             2037870, -- [15]
  184.             2037871, -- [16]
  185.             2037872, -- [17]
  186.             2037873, -- [18]
  187.             2037874, -- [19]
  188.             2037876, -- [20]
  189.         },
  190.         ["isShownByMouseOver"] = false,
  191.     }, -- [5]
  192.     {
  193.         ["hitRect"] = {
  194.             ["top"] = 0,
  195.             ["right"] = 0,
  196.             ["left"] = 0,
  197.             ["bottom"] = 0,
  198.         },
  199.         ["offsetX"] = 377,
  200.         ["textureHeight"] = 1154,
  201.         ["textureWidth"] = 1139,
  202.         ["offsetY"] = 939,
  203.         ["fileDataIDs"] = {
  204.             2037884, -- [1]
  205.             2037895, -- [2]
  206.             2037902, -- [3]
  207.             2037903, -- [4]
  208.             2037904, -- [5]
  209.             2037905, -- [6]
  210.             2037906, -- [7]
  211.             2037907, -- [8]
  212.             2037908, -- [9]
  213.             2037885, -- [10]
  214.             2037886, -- [11]
  215.             2037887, -- [12]
  216.             2037888, -- [13]
  217.             2037889, -- [14]
  218.             2037890, -- [15]
  219.             2037891, -- [16]
  220.             2037892, -- [17]
  221.             2037893, -- [18]
  222.             2037894, -- [19]
  223.             2037896, -- [20]
  224.             2037897, -- [21]
  225.             2037898, -- [22]
  226.             2037899, -- [23]
  227.             2037900, -- [24]
  228.             2037901, -- [25]
  229.         },
  230.         ["isShownByMouseOver"] = false,
  231.     }, -- [6]
  232.     {
  233.         ["hitRect"] = {
  234.             ["top"] = 0,
  235.             ["right"] = 0,
  236.             ["left"] = 0,
  237.             ["bottom"] = 0,
  238.         },
  239.         ["offsetX"] = 2386,
  240.         ["textureHeight"] = 1181,
  241.         ["textureWidth"] = 770,
  242.         ["offsetY"] = 1049,
  243.         ["fileDataIDs"] = {
  244.             2038067, -- [1]
  245.             2038078, -- [2]
  246.             2038080, -- [3]
  247.             2038081, -- [4]
  248.             2038082, -- [5]
  249.             2038083, -- [6]
  250.             2038084, -- [7]
  251.             2038085, -- [8]
  252.             2038086, -- [9]
  253.             2038068, -- [10]
  254.             2038069, -- [11]
  255.             2038070, -- [12]
  256.             2038071, -- [13]
  257.             2038072, -- [14]
  258.             2038073, -- [15]
  259.             2038074, -- [16]
  260.             2038075, -- [17]
  261.             2038076, -- [18]
  262.             2038077, -- [19]
  263.             2038079, -- [20]
  264.         },
  265.         ["isShownByMouseOver"] = false,
  266.     }, -- [7]
  267.     {
  268.         ["hitRect"] = {
  269.             ["top"] = 0,
  270.             ["right"] = 0,
  271.             ["left"] = 0,
  272.             ["bottom"] = 0,
  273.         },
  274.         ["offsetX"] = 1847,
  275.         ["textureHeight"] = 1169,
  276.         ["textureWidth"] = 1090,
  277.         ["offsetY"] = 1025,
  278.         ["fileDataIDs"] = {
  279.             2038087, -- [1]
  280.             2038098, -- [2]
  281.             2038105, -- [3]
  282.             2038106, -- [4]
  283.             2038107, -- [5]
  284.             2038108, -- [6]
  285.             2038109, -- [7]
  286.             2038110, -- [8]
  287.             2038111, -- [9]
  288.             2038088, -- [10]
  289.             2038089, -- [11]
  290.             2038090, -- [12]
  291.             2038091, -- [13]
  292.             2038092, -- [14]
  293.             2038093, -- [15]
  294.             2038094, -- [16]
  295.             2038095, -- [17]
  296.             2038096, -- [18]
  297.             2038097, -- [19]
  298.             2038099, -- [20]
  299.             2038100, -- [21]
  300.             2038101, -- [22]
  301.             2038102, -- [23]
  302.             2038103, -- [24]
  303.             2038104, -- [25]
  304.         },
  305.         ["isShownByMouseOver"] = false,
  306.     }, -- [8]
  307.     {
  308.         ["hitRect"] = {
  309.             ["top"] = 0,
  310.             ["right"] = 0,
  311.             ["left"] = 0,
  312.             ["bottom"] = 0,
  313.         },
  314.         ["offsetX"] = 1261,
  315.         ["textureHeight"] = 1204,
  316.         ["textureWidth"] = 1079,
  317.         ["offsetY"] = 0,
  318.         ["fileDataIDs"] = {
  319.             2038112, -- [1]
  320.             2038123, -- [2]
  321.             2038130, -- [3]
  322.             2038131, -- [4]
  323.             2038132, -- [5]
  324.             2038133, -- [6]
  325.             2038134, -- [7]
  326.             2038135, -- [8]
  327.             2038136, -- [9]
  328.             2038113, -- [10]
  329.             2038114, -- [11]
  330.             2038115, -- [12]
  331.             2038116, -- [13]
  332.             2038117, -- [14]
  333.             2038118, -- [15]
  334.             2038119, -- [16]
  335.             2038120, -- [17]
  336.             2038121, -- [18]
  337.             2038122, -- [19]
  338.             2038124, -- [20]
  339.             2038125, -- [21]
  340.             2038126, -- [22]
  341.             2038127, -- [23]
  342.             2038128, -- [24]
  343.             2038129, -- [25]
  344.         },
  345.         ["isShownByMouseOver"] = false,
  346.     }, -- [9]
  347.     {
  348.         ["hitRect"] = {
  349.             ["top"] = 0,
  350.             ["right"] = 0,
  351.             ["left"] = 0,
  352.             ["bottom"] = 0,
  353.         },
  354.         ["offsetX"] = 0,
  355.         ["textureHeight"] = 1010,
  356.         ["textureWidth"] = 1373,
  357.         ["offsetY"] = 0,
  358.         ["fileDataIDs"] = {
  359.             2038137, -- [1]
  360.             2038148, -- [2]
  361.             2038154, -- [3]
  362.             2038155, -- [4]
  363.             2038156, -- [5]
  364.             2038157, -- [6]
  365.             2038158, -- [7]
  366.             2038159, -- [8]
  367.             2038160, -- [9]
  368.             2038138, -- [10]
  369.             2038139, -- [11]
  370.             2038140, -- [12]
  371.             2038141, -- [13]
  372.             2038142, -- [14]
  373.             2038143, -- [15]
  374.             2038144, -- [16]
  375.             2038145, -- [17]
  376.             2038146, -- [18]
  377.             2038147, -- [19]
  378.             2038149, -- [20]
  379.             2038150, -- [21]
  380.             2038151, -- [22]
  381.             2038152, -- [23]
  382.             2038153, -- [24]
  383.         },
  384.         ["isShownByMouseOver"] = false,
  385.     }, -- [10]
  386.     {
  387.         ["hitRect"] = {
  388.             ["top"] = 0,
  389.             ["right"] = 0,
  390.             ["left"] = 0,
  391.             ["bottom"] = 0,
  392.         },
  393.         ["offsetX"] = 1212,
  394.         ["textureHeight"] = 1323,
  395.         ["textureWidth"] = 1521,
  396.         ["offsetY"] = 1237,
  397.         ["fileDataIDs"] = {
  398.             2038161, -- [1]
  399.             2038172, -- [2]
  400.             2038183, -- [3]
  401.             2038191, -- [4]
  402.             2038192, -- [5]
  403.             2038193, -- [6]
  404.             2038194, -- [7]
  405.             2038195, -- [8]
  406.             2038196, -- [9]
  407.             2038162, -- [10]
  408.             2038163, -- [11]
  409.             2038164, -- [12]
  410.             2038165, -- [13]
  411.             2038166, -- [14]
  412.             2038167, -- [15]
  413.             2038168, -- [16]
  414.             2038169, -- [17]
  415.             2038170, -- [18]
  416.             2038171, -- [19]
  417.             2038173, -- [20]
  418.             2038174, -- [21]
  419.             2038175, -- [22]
  420.             2038176, -- [23]
  421.             2038177, -- [24]
  422.             2038178, -- [25]
  423.             2038179, -- [26]
  424.             2038180, -- [27]
  425.             2038181, -- [28]
  426.             2038182, -- [29]
  427.             2038184, -- [30]
  428.             2038185, -- [31]
  429.             2038186, -- [32]
  430.             2038187, -- [33]
  431.             2038188, -- [34]
  432.             2038189, -- [35]
  433.             2038190, -- [36]
  434.         },
  435.         ["isShownByMouseOver"] = false,
  436.     }, -- [11]
  437.     {
  438.         ["hitRect"] = {
  439.             ["top"] = 0,
  440.             ["right"] = 0,
  441.             ["left"] = 0,
  442.             ["bottom"] = 0,
  443.         },
  444.         ["offsetX"] = 438,
  445.         ["textureHeight"] = 1026,
  446.         ["textureWidth"] = 1424,
  447.         ["offsetY"] = 0,
  448.         ["fileDataIDs"] = {
  449.             2038197, -- [1]
  450.             2038208, -- [2]
  451.             2038219, -- [3]
  452.             2038221, -- [4]
  453.             2038222, -- [5]
  454.             2038223, -- [6]
  455.             2038224, -- [7]
  456.             2038225, -- [8]
  457.             2038226, -- [9]
  458.             2038198, -- [10]
  459.             2038199, -- [11]
  460.             2038200, -- [12]
  461.             2038201, -- [13]
  462.             2038202, -- [14]
  463.             2038203, -- [15]
  464.             2038204, -- [16]
  465.             2038205, -- [17]
  466.             2038206, -- [18]
  467.             2038207, -- [19]
  468.             2038209, -- [20]
  469.             2038210, -- [21]
  470.             2038211, -- [22]
  471.             2038212, -- [23]
  472.             2038213, -- [24]
  473.             2038214, -- [25]
  474.             2038215, -- [26]
  475.             2038216, -- [27]
  476.             2038217, -- [28]
  477.             2038218, -- [29]
  478.             2038220, -- [30]
  479.         },
  480.         ["isShownByMouseOver"] = false,
  481.     }, -- [12]
  482. },
  Reply With Quote
07-19-18, 02:25 PM   #14
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Good job!

U have ally and horde characters?
  Reply With Quote
07-19-18, 02:29 PM   #15
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Getting to Zandalar right now; I posted Kul Tiras stuff right away, because in the time it'll take me to get to Zandalar and explore every zone, you can all start working on Kul Tiras in the meantime.
  Reply With Quote
07-19-18, 06:17 PM   #16
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Zuldazar:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 2685,
  10.         ["textureHeight"] = 668,
  11.         ["textureWidth"] = 793,
  12.         ["offsetY"] = 633,
  13.         ["fileDataIDs"] = {
  14.             2034211, -- [1]
  15.             2034215, -- [2]
  16.             2034216, -- [3]
  17.             2034217, -- [4]
  18.             2034218, -- [5]
  19.             2034219, -- [6]
  20.             2034220, -- [7]
  21.             2034221, -- [8]
  22.             2034222, -- [9]
  23.             2034212, -- [10]
  24.             2034213, -- [11]
  25.             2034214, -- [12]
  26.         },
  27.         ["isShownByMouseOver"] = false,
  28.     }, -- [1]
  29.     {
  30.         ["hitRect"] = {
  31.             ["top"] = 0,
  32.             ["right"] = 0,
  33.             ["left"] = 0,
  34.             ["bottom"] = 0,
  35.         },
  36.         ["offsetX"] = 321,
  37.         ["textureHeight"] = 1565,
  38.         ["textureWidth"] = 1650,
  39.         ["offsetY"] = 378,
  40.         ["fileDataIDs"] = {
  41.             2034162, -- [1]
  42.             2034173, -- [2]
  43.             2034184, -- [3]
  44.             2034195, -- [4]
  45.             2034206, -- [5]
  46.             2034207, -- [6]
  47.             2034208, -- [7]
  48.             2034209, -- [8]
  49.             2034210, -- [9]
  50.             2034163, -- [10]
  51.             2034164, -- [11]
  52.             2034165, -- [12]
  53.             2034166, -- [13]
  54.             2034167, -- [14]
  55.             2034168, -- [15]
  56.             2034169, -- [16]
  57.             2034170, -- [17]
  58.             2034171, -- [18]
  59.             2034172, -- [19]
  60.             2034174, -- [20]
  61.             2034175, -- [21]
  62.             2034176, -- [22]
  63.             2034177, -- [23]
  64.             2034178, -- [24]
  65.             2034179, -- [25]
  66.             2034180, -- [26]
  67.             2034181, -- [27]
  68.             2034182, -- [28]
  69.             2034183, -- [29]
  70.             2034185, -- [30]
  71.             2034186, -- [31]
  72.             2034187, -- [32]
  73.             2034188, -- [33]
  74.             2034189, -- [34]
  75.             2034190, -- [35]
  76.             2034191, -- [36]
  77.             2034192, -- [37]
  78.             2034193, -- [38]
  79.             2034194, -- [39]
  80.             2034196, -- [40]
  81.             2034197, -- [41]
  82.             2034198, -- [42]
  83.             2034199, -- [43]
  84.             2034200, -- [44]
  85.             2034201, -- [45]
  86.             2034202, -- [46]
  87.             2034203, -- [47]
  88.             2034204, -- [48]
  89.             2034205, -- [49]
  90.         },
  91.         ["isShownByMouseOver"] = false,
  92.     }, -- [2]
  93.     {
  94.         ["hitRect"] = {
  95.             ["top"] = 0,
  96.             ["right"] = 0,
  97.             ["left"] = 0,
  98.             ["bottom"] = 0,
  99.         },
  100.         ["offsetX"] = 1357,
  101.         ["textureHeight"] = 672,
  102.         ["textureWidth"] = 1130,
  103.         ["offsetY"] = 0,
  104.         ["fileDataIDs"] = {
  105.             2034223, -- [1]
  106.             2034230, -- [2]
  107.             2034231, -- [3]
  108.             2034232, -- [4]
  109.             2034233, -- [5]
  110.             2034234, -- [6]
  111.             2034235, -- [7]
  112.             2034236, -- [8]
  113.             2034237, -- [9]
  114.             2034224, -- [10]
  115.             2034225, -- [11]
  116.             2034226, -- [12]
  117.             2034227, -- [13]
  118.             2034228, -- [14]
  119.             2034229, -- [15]
  120.         },
  121.         ["isShownByMouseOver"] = false,
  122.     }, -- [3]
  123.     {
  124.         ["hitRect"] = {
  125.             ["top"] = 0,
  126.             ["right"] = 0,
  127.             ["left"] = 0,
  128.             ["bottom"] = 0,
  129.         },
  130.         ["offsetX"] = 1815,
  131.         ["textureHeight"] = 1207,
  132.         ["textureWidth"] = 699,
  133.         ["offsetY"] = 260,
  134.         ["fileDataIDs"] = {
  135.             2034238, -- [1]
  136.             2034245, -- [2]
  137.             2034246, -- [3]
  138.             2034247, -- [4]
  139.             2034248, -- [5]
  140.             2034249, -- [6]
  141.             2034250, -- [7]
  142.             2034251, -- [8]
  143.             2034252, -- [9]
  144.             2034239, -- [10]
  145.             2034240, -- [11]
  146.             2034241, -- [12]
  147.             2034242, -- [13]
  148.             2034243, -- [14]
  149.             2034244, -- [15]
  150.         },
  151.         ["isShownByMouseOver"] = false,
  152.     }, -- [4]
  153.     {
  154.         ["hitRect"] = {
  155.             ["top"] = 0,
  156.             ["right"] = 0,
  157.             ["left"] = 0,
  158.             ["bottom"] = 0,
  159.         },
  160.         ["offsetX"] = 2325,
  161.         ["textureHeight"] = 830,
  162.         ["textureWidth"] = 934,
  163.         ["offsetY"] = 1270,
  164.         ["fileDataIDs"] = {
  165.             2034253, -- [1]
  166.             2034261, -- [2]
  167.             2034262, -- [3]
  168.             2034263, -- [4]
  169.             2034264, -- [5]
  170.             2034265, -- [6]
  171.             2034266, -- [7]
  172.             2034267, -- [8]
  173.             2034268, -- [9]
  174.             2034254, -- [10]
  175.             2034255, -- [11]
  176.             2034256, -- [12]
  177.             2034257, -- [13]
  178.             2034258, -- [14]
  179.             2034259, -- [15]
  180.             2034260, -- [16]
  181.         },
  182.         ["isShownByMouseOver"] = false,
  183.     }, -- [5]
  184.     {
  185.         ["hitRect"] = {
  186.             ["top"] = 0,
  187.             ["right"] = 0,
  188.             ["left"] = 0,
  189.             ["bottom"] = 0,
  190.         },
  191.         ["offsetX"] = 2144,
  192.         ["textureHeight"] = 1559,
  193.         ["textureWidth"] = 943,
  194.         ["offsetY"] = 0,
  195.         ["fileDataIDs"] = {
  196.             2034293, -- [1]
  197.             2034304, -- [2]
  198.             2034314, -- [3]
  199.             2034315, -- [4]
  200.             2034316, -- [5]
  201.             2034317, -- [6]
  202.             2034318, -- [7]
  203.             2034319, -- [8]
  204.             2034320, -- [9]
  205.             2034294, -- [10]
  206.             2034295, -- [11]
  207.             2034296, -- [12]
  208.             2034297, -- [13]
  209.             2034298, -- [14]
  210.             2034299, -- [15]
  211.             2034300, -- [16]
  212.             2034301, -- [17]
  213.             2034302, -- [18]
  214.             2034303, -- [19]
  215.             2034305, -- [20]
  216.             2034306, -- [21]
  217.             2034307, -- [22]
  218.             2034308, -- [23]
  219.             2034309, -- [24]
  220.             2034310, -- [25]
  221.             2034311, -- [26]
  222.             2034312, -- [27]
  223.             2034313, -- [28]
  224.         },
  225.         ["isShownByMouseOver"] = false,
  226.     }, -- [6]
  227.     {
  228.         ["hitRect"] = {
  229.             ["top"] = 0,
  230.             ["right"] = 0,
  231.             ["left"] = 0,
  232.             ["bottom"] = 0,
  233.         },
  234.         ["offsetX"] = 2107,
  235.         ["textureHeight"] = 967,
  236.         ["textureWidth"] = 769,
  237.         ["offsetY"] = 327,
  238.         ["fileDataIDs"] = {
  239.             2034321, -- [1]
  240.             2034329, -- [2]
  241.             2034330, -- [3]
  242.             2034331, -- [4]
  243.             2034332, -- [5]
  244.             2034333, -- [6]
  245.             2034334, -- [7]
  246.             2034335, -- [8]
  247.             2034336, -- [9]
  248.             2034322, -- [10]
  249.             2034323, -- [11]
  250.             2034324, -- [12]
  251.             2034325, -- [13]
  252.             2034326, -- [14]
  253.             2034327, -- [15]
  254.             2034328, -- [16]
  255.         },
  256.         ["isShownByMouseOver"] = false,
  257.     }, -- [7]
  258.     {
  259.         ["hitRect"] = {
  260.             ["top"] = 0,
  261.             ["right"] = 0,
  262.             ["left"] = 0,
  263.             ["bottom"] = 0,
  264.         },
  265.         ["offsetX"] = 1825,
  266.         ["textureHeight"] = 1344,
  267.         ["textureWidth"] = 999,
  268.         ["offsetY"] = 1216,
  269.         ["fileDataIDs"] = {
  270.             2034337, -- [1]
  271.             2034348, -- [2]
  272.             2034354, -- [3]
  273.             2034355, -- [4]
  274.             2034356, -- [5]
  275.             2034357, -- [6]
  276.             2034358, -- [7]
  277.             2034359, -- [8]
  278.             2034360, -- [9]
  279.             2034338, -- [10]
  280.             2034339, -- [11]
  281.             2034340, -- [12]
  282.             2034341, -- [13]
  283.             2034342, -- [14]
  284.             2034343, -- [15]
  285.             2034344, -- [16]
  286.             2034345, -- [17]
  287.             2034346, -- [18]
  288.             2034347, -- [19]
  289.             2034349, -- [20]
  290.             2034350, -- [21]
  291.             2034351, -- [22]
  292.             2034352, -- [23]
  293.             2034353, -- [24]
  294.         },
  295.         ["isShownByMouseOver"] = false,
  296.     }, -- [8]
  297.     {
  298.         ["hitRect"] = {
  299.             ["top"] = 0,
  300.             ["right"] = 0,
  301.             ["left"] = 0,
  302.             ["bottom"] = 0,
  303.         },
  304.         ["offsetX"] = 1312,
  305.         ["textureHeight"] = 1512,
  306.         ["textureWidth"] = 888,
  307.         ["offsetY"] = 82,
  308.         ["fileDataIDs"] = {
  309.             2034269, -- [1]
  310.             2034280, -- [2]
  311.             2034286, -- [3]
  312.             2034287, -- [4]
  313.             2034288, -- [5]
  314.             2034289, -- [6]
  315.             2034290, -- [7]
  316.             2034291, -- [8]
  317.             2034292, -- [9]
  318.             2034270, -- [10]
  319.             2034271, -- [11]
  320.             2034272, -- [12]
  321.             2034273, -- [13]
  322.             2034274, -- [14]
  323.             2034275, -- [15]
  324.             2034276, -- [16]
  325.             2034277, -- [17]
  326.             2034278, -- [18]
  327.             2034279, -- [19]
  328.             2034281, -- [20]
  329.             2034282, -- [21]
  330.             2034283, -- [22]
  331.             2034284, -- [23]
  332.             2034285, -- [24]
  333.         },
  334.         ["isShownByMouseOver"] = false,
  335.     }, -- [9]
  336.     {
  337.         ["hitRect"] = {
  338.             ["top"] = 0,
  339.             ["right"] = 0,
  340.             ["left"] = 0,
  341.             ["bottom"] = 0,
  342.         },
  343.         ["offsetX"] = 1046,
  344.         ["textureHeight"] = 1287,
  345.         ["textureWidth"] = 1243,
  346.         ["offsetY"] = 1273,
  347.         ["fileDataIDs"] = {
  348.             2034370, -- [1]
  349.             2034381, -- [2]
  350.             2034392, -- [3]
  351.             2034394, -- [4]
  352.             2034395, -- [5]
  353.             2034396, -- [6]
  354.             2034397, -- [7]
  355.             2034398, -- [8]
  356.             2034399, -- [9]
  357.             2034371, -- [10]
  358.             2034372, -- [11]
  359.             2034373, -- [12]
  360.             2034374, -- [13]
  361.             2034375, -- [14]
  362.             2034376, -- [15]
  363.             2034377, -- [16]
  364.             2034378, -- [17]
  365.             2034379, -- [18]
  366.             2034380, -- [19]
  367.             2034382, -- [20]
  368.             2034383, -- [21]
  369.             2034384, -- [22]
  370.             2034385, -- [23]
  371.             2034386, -- [24]
  372.             2034387, -- [25]
  373.             2034388, -- [26]
  374.             2034389, -- [27]
  375.             2034390, -- [28]
  376.             2034391, -- [29]
  377.             2034393, -- [30]
  378.         },
  379.         ["isShownByMouseOver"] = false,
  380.     }, -- [10]
  381.     {
  382.         ["hitRect"] = {
  383.             ["top"] = 0,
  384.             ["right"] = 0,
  385.             ["left"] = 0,
  386.             ["bottom"] = 0,
  387.         },
  388.         ["offsetX"] = 2409,
  389.         ["textureHeight"] = 912,
  390.         ["textureWidth"] = 979,
  391.         ["offsetY"] = 0,
  392.         ["fileDataIDs"] = {
  393.             2034400, -- [1]
  394.             2034408, -- [2]
  395.             2034409, -- [3]
  396.             2034410, -- [4]
  397.             2034411, -- [5]
  398.             2034412, -- [6]
  399.             2034413, -- [7]
  400.             2034414, -- [8]
  401.             2034415, -- [9]
  402.             2034401, -- [10]
  403.             2034402, -- [11]
  404.             2034403, -- [12]
  405.             2034404, -- [13]
  406.             2034405, -- [14]
  407.             2034406, -- [15]
  408.             2034407, -- [16]
  409.         },
  410.         ["isShownByMouseOver"] = false,
  411.     }, -- [11]
  412.     {
  413.         ["hitRect"] = {
  414.             ["top"] = 0,
  415.             ["right"] = 0,
  416.             ["left"] = 0,
  417.             ["bottom"] = 0,
  418.         },
  419.         ["offsetX"] = 2631,
  420.         ["textureHeight"] = 617,
  421.         ["textureWidth"] = 726,
  422.         ["offsetY"] = 1023,
  423.         ["fileDataIDs"] = {
  424.             2034361, -- [1]
  425.             2034362, -- [2]
  426.             2034363, -- [3]
  427.             2034364, -- [4]
  428.             2034365, -- [5]
  429.             2034366, -- [6]
  430.             2034367, -- [7]
  431.             2034368, -- [8]
  432.             2034369, -- [9]
  433.         },
  434.         ["isShownByMouseOver"] = false,
  435.     }, -- [12]
  436. },


Nazmir:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 2349,
  10.         ["textureHeight"] = 996,
  11.         ["textureWidth"] = 1098,
  12.         ["offsetY"] = 871,
  13.         ["fileDataIDs"] = {
  14.             2023693, -- [1]
  15.             2023704, -- [2]
  16.             2023706, -- [3]
  17.             2023707, -- [4]
  18.             2023708, -- [5]
  19.             2023709, -- [6]
  20.             2023710, -- [7]
  21.             2023711, -- [8]
  22.             2023712, -- [9]
  23.             2023694, -- [10]
  24.             2023695, -- [11]
  25.             2023696, -- [12]
  26.             2023697, -- [13]
  27.             2023698, -- [14]
  28.             2023699, -- [15]
  29.             2023700, -- [16]
  30.             2023701, -- [17]
  31.             2023702, -- [18]
  32.             2023703, -- [19]
  33.             2023705, -- [20]
  34.         },
  35.         ["isShownByMouseOver"] = false,
  36.     }, -- [1]
  37.     {
  38.         ["hitRect"] = {
  39.             ["top"] = 0,
  40.             ["right"] = 0,
  41.             ["left"] = 0,
  42.             ["bottom"] = 0,
  43.         },
  44.         ["offsetX"] = 1511,
  45.         ["textureHeight"] = 991,
  46.         ["textureWidth"] = 800,
  47.         ["offsetY"] = 1043,
  48.         ["fileDataIDs"] = {
  49.             2023713, -- [1]
  50.             2023721, -- [2]
  51.             2023722, -- [3]
  52.             2023723, -- [4]
  53.             2023724, -- [5]
  54.             2023725, -- [6]
  55.             2023726, -- [7]
  56.             2023727, -- [8]
  57.             2023728, -- [9]
  58.             2023714, -- [10]
  59.             2023715, -- [11]
  60.             2023716, -- [12]
  61.             2023717, -- [13]
  62.             2023718, -- [14]
  63.             2023719, -- [15]
  64.             2023720, -- [16]
  65.         },
  66.         ["isShownByMouseOver"] = false,
  67.     }, -- [2]
  68.     {
  69.         ["hitRect"] = {
  70.             ["top"] = 0,
  71.             ["right"] = 0,
  72.             ["left"] = 0,
  73.             ["bottom"] = 0,
  74.         },
  75.         ["offsetX"] = 2309,
  76.         ["textureHeight"] = 1103,
  77.         ["textureWidth"] = 1065,
  78.         ["offsetY"] = 210,
  79.         ["fileDataIDs"] = {
  80.             2023868, -- [1]
  81.             2023879, -- [2]
  82.             2023886, -- [3]
  83.             2023887, -- [4]
  84.             2023888, -- [5]
  85.             2023889, -- [6]
  86.             2023890, -- [7]
  87.             2023891, -- [8]
  88.             2023892, -- [9]
  89.             2023869, -- [10]
  90.             2023870, -- [11]
  91.             2023871, -- [12]
  92.             2023872, -- [13]
  93.             2023873, -- [14]
  94.             2023874, -- [15]
  95.             2023875, -- [16]
  96.             2023876, -- [17]
  97.             2023877, -- [18]
  98.             2023878, -- [19]
  99.             2023880, -- [20]
  100.             2023881, -- [21]
  101.             2023882, -- [22]
  102.             2023883, -- [23]
  103.             2023884, -- [24]
  104.             2023885, -- [25]
  105.         },
  106.         ["isShownByMouseOver"] = false,
  107.     }, -- [3]
  108.     {
  109.         ["hitRect"] = {
  110.             ["top"] = 0,
  111.             ["right"] = 0,
  112.             ["left"] = 0,
  113.             ["bottom"] = 0,
  114.         },
  115.         ["offsetX"] = 1097,
  116.         ["textureHeight"] = 1119,
  117.         ["textureWidth"] = 1534,
  118.         ["offsetY"] = 281,
  119.         ["fileDataIDs"] = {
  120.             2023893, -- [1]
  121.             2023904, -- [2]
  122.             2023915, -- [3]
  123.             2023917, -- [4]
  124.             2023918, -- [5]
  125.             2023919, -- [6]
  126.             2023920, -- [7]
  127.             2023921, -- [8]
  128.             2023922, -- [9]
  129.             2023894, -- [10]
  130.             2023895, -- [11]
  131.             2023896, -- [12]
  132.             2023897, -- [13]
  133.             2023898, -- [14]
  134.             2023899, -- [15]
  135.             2023900, -- [16]
  136.             2023901, -- [17]
  137.             2023902, -- [18]
  138.             2023903, -- [19]
  139.             2023905, -- [20]
  140.             2023906, -- [21]
  141.             2023907, -- [22]
  142.             2023908, -- [23]
  143.             2023909, -- [24]
  144.             2023910, -- [25]
  145.             2023911, -- [26]
  146.             2023912, -- [27]
  147.             2023913, -- [28]
  148.             2023914, -- [29]
  149.             2023916, -- [30]
  150.         },
  151.         ["isShownByMouseOver"] = false,
  152.     }, -- [4]
  153.     {
  154.         ["hitRect"] = {
  155.             ["top"] = 0,
  156.             ["right"] = 0,
  157.             ["left"] = 0,
  158.             ["bottom"] = 0,
  159.         },
  160.         ["offsetX"] = 484,
  161.         ["textureHeight"] = 967,
  162.         ["textureWidth"] = 1157,
  163.         ["offsetY"] = 1539,
  164.         ["fileDataIDs"] = {
  165.             2023923, -- [1]
  166.             2023934, -- [2]
  167.             2023936, -- [3]
  168.             2023937, -- [4]
  169.             2023938, -- [5]
  170.             2023939, -- [6]
  171.             2023940, -- [7]
  172.             2023941, -- [8]
  173.             2023942, -- [9]
  174.             2023924, -- [10]
  175.             2023925, -- [11]
  176.             2023926, -- [12]
  177.             2023927, -- [13]
  178.             2023928, -- [14]
  179.             2023929, -- [15]
  180.             2023930, -- [16]
  181.             2023931, -- [17]
  182.             2023932, -- [18]
  183.             2023933, -- [19]
  184.             2023935, -- [20]
  185.         },
  186.         ["isShownByMouseOver"] = false,
  187.     }, -- [5]
  188.     {
  189.         ["hitRect"] = {
  190.             ["top"] = 0,
  191.             ["right"] = 0,
  192.             ["left"] = 0,
  193.             ["bottom"] = 0,
  194.         },
  195.         ["offsetX"] = 1072,
  196.         ["textureHeight"] = 809,
  197.         ["textureWidth"] = 1289,
  198.         ["offsetY"] = 1676,
  199.         ["fileDataIDs"] = {
  200.             2023943, -- [1]
  201.             2023954, -- [2]
  202.             2023960, -- [3]
  203.             2023961, -- [4]
  204.             2023962, -- [5]
  205.             2023963, -- [6]
  206.             2023964, -- [7]
  207.             2023965, -- [8]
  208.             2023966, -- [9]
  209.             2023944, -- [10]
  210.             2023945, -- [11]
  211.             2023946, -- [12]
  212.             2023947, -- [13]
  213.             2023948, -- [14]
  214.             2023949, -- [15]
  215.             2023950, -- [16]
  216.             2023951, -- [17]
  217.             2023952, -- [18]
  218.             2023953, -- [19]
  219.             2023955, -- [20]
  220.             2023956, -- [21]
  221.             2023957, -- [22]
  222.             2023958, -- [23]
  223.             2023959, -- [24]
  224.         },
  225.         ["isShownByMouseOver"] = false,
  226.     }, -- [6]
  227.     {
  228.         ["hitRect"] = {
  229.             ["top"] = 0,
  230.             ["right"] = 0,
  231.             ["left"] = 0,
  232.             ["bottom"] = 0,
  233.         },
  234.         ["offsetX"] = 1682,
  235.         ["textureHeight"] = 1029,
  236.         ["textureWidth"] = 1349,
  237.         ["offsetY"] = 0,
  238.         ["fileDataIDs"] = {
  239.             2023967, -- [1]
  240.             2023978, -- [2]
  241.             2023989, -- [3]
  242.             2023991, -- [4]
  243.             2023992, -- [5]
  244.             2023993, -- [6]
  245.             2023994, -- [7]
  246.             2023995, -- [8]
  247.             2023996, -- [9]
  248.             2023968, -- [10]
  249.             2023969, -- [11]
  250.             2023970, -- [12]
  251.             2023971, -- [13]
  252.             2023972, -- [14]
  253.             2023973, -- [15]
  254.             2023974, -- [16]
  255.             2023975, -- [17]
  256.             2023976, -- [18]
  257.             2023977, -- [19]
  258.             2023979, -- [20]
  259.             2023980, -- [21]
  260.             2023981, -- [22]
  261.             2023982, -- [23]
  262.             2023983, -- [24]
  263.             2023984, -- [25]
  264.             2023985, -- [26]
  265.             2023986, -- [27]
  266.             2023987, -- [28]
  267.             2023988, -- [29]
  268.             2023990, -- [30]
  269.         },
  270.         ["isShownByMouseOver"] = false,
  271.     }, -- [7]
  272.     {
  273.         ["hitRect"] = {
  274.             ["top"] = 0,
  275.             ["right"] = 0,
  276.             ["left"] = 0,
  277.             ["bottom"] = 0,
  278.         },
  279.         ["offsetX"] = 1807,
  280.         ["textureHeight"] = 1075,
  281.         ["textureWidth"] = 841,
  282.         ["offsetY"] = 1043,
  283.         ["fileDataIDs"] = {
  284.             2023997, -- [1]
  285.             2024008, -- [2]
  286.             2024010, -- [3]
  287.             2024011, -- [4]
  288.             2024012, -- [5]
  289.             2024013, -- [6]
  290.             2024014, -- [7]
  291.             2024015, -- [8]
  292.             2024016, -- [9]
  293.             2023998, -- [10]
  294.             2023999, -- [11]
  295.             2024000, -- [12]
  296.             2024001, -- [13]
  297.             2024002, -- [14]
  298.             2024003, -- [15]
  299.             2024004, -- [16]
  300.             2024005, -- [17]
  301.             2024006, -- [18]
  302.             2024007, -- [19]
  303.             2024009, -- [20]
  304.         },
  305.         ["isShownByMouseOver"] = false,
  306.     }, -- [8]
  307.     {
  308.         ["hitRect"] = {
  309.             ["top"] = 0,
  310.             ["right"] = 0,
  311.             ["left"] = 0,
  312.             ["bottom"] = 0,
  313.         },
  314.         ["offsetX"] = 620,
  315.         ["textureHeight"] = 1249,
  316.         ["textureWidth"] = 1225,
  317.         ["offsetY"] = 565,
  318.         ["fileDataIDs"] = {
  319.             2024017, -- [1]
  320.             2024028, -- [2]
  321.             2024035, -- [3]
  322.             2024036, -- [4]
  323.             2024037, -- [5]
  324.             2024038, -- [6]
  325.             2024039, -- [7]
  326.             2024040, -- [8]
  327.             2024041, -- [9]
  328.             2024018, -- [10]
  329.             2024019, -- [11]
  330.             2024020, -- [12]
  331.             2024021, -- [13]
  332.             2024022, -- [14]
  333.             2024023, -- [15]
  334.             2024024, -- [16]
  335.             2024025, -- [17]
  336.             2024026, -- [18]
  337.             2024027, -- [19]
  338.             2024029, -- [20]
  339.             2024030, -- [21]
  340.             2024031, -- [22]
  341.             2024032, -- [23]
  342.             2024033, -- [24]
  343.             2024034, -- [25]
  344.         },
  345.         ["isShownByMouseOver"] = false,
  346.     }, -- [9]
  347. },


Vol'dun:

lua Code:
  1. ["tabletest"] = {
  2.     {
  3.         ["hitRect"] = {
  4.             ["top"] = 0,
  5.             ["right"] = 0,
  6.             ["left"] = 0,
  7.             ["bottom"] = 0,
  8.         },
  9.         ["offsetX"] = 1006,
  10.         ["textureHeight"] = 897,
  11.         ["textureWidth"] = 881,
  12.         ["offsetY"] = 341,
  13.         ["fileDataIDs"] = {
  14.             2033917, -- [1]
  15.             2033925, -- [2]
  16.             2033926, -- [3]
  17.             2033927, -- [4]
  18.             2033928, -- [5]
  19.             2033929, -- [6]
  20.             2033930, -- [7]
  21.             2033931, -- [8]
  22.             2033932, -- [9]
  23.             2033918, -- [10]
  24.             2033919, -- [11]
  25.             2033920, -- [12]
  26.             2033921, -- [13]
  27.             2033922, -- [14]
  28.             2033923, -- [15]
  29.             2033924, -- [16]
  30.         },
  31.         ["isShownByMouseOver"] = false,
  32.     }, -- [1]
  33.     {
  34.         ["hitRect"] = {
  35.             ["top"] = 0,
  36.             ["right"] = 0,
  37.             ["left"] = 0,
  38.             ["bottom"] = 0,
  39.         },
  40.         ["offsetX"] = 1469,
  41.         ["textureHeight"] = 876,
  42.         ["textureWidth"] = 1287,
  43.         ["offsetY"] = 1684,
  44.         ["fileDataIDs"] = {
  45.             2033821, -- [1]
  46.             2033832, -- [2]
  47.             2033838, -- [3]
  48.             2033839, -- [4]
  49.             2033840, -- [5]
  50.             2033841, -- [6]
  51.             2033842, -- [7]
  52.             2033843, -- [8]
  53.             2033844, -- [9]
  54.             2033822, -- [10]
  55.             2033823, -- [11]
  56.             2033824, -- [12]
  57.             2033825, -- [13]
  58.             2033826, -- [14]
  59.             2033827, -- [15]
  60.             2033828, -- [16]
  61.             2033829, -- [17]
  62.             2033830, -- [18]
  63.             2033831, -- [19]
  64.             2033833, -- [20]
  65.             2033834, -- [21]
  66.             2033835, -- [22]
  67.             2033836, -- [23]
  68.             2033837, -- [24]
  69.         },
  70.         ["isShownByMouseOver"] = false,
  71.     }, -- [2]
  72.     {
  73.         ["hitRect"] = {
  74.             ["top"] = 0,
  75.             ["right"] = 0,
  76.             ["left"] = 0,
  77.             ["bottom"] = 0,
  78.         },
  79.         ["offsetX"] = 1569,
  80.         ["textureHeight"] = 822,
  81.         ["textureWidth"] = 1139,
  82.         ["offsetY"] = 1281,
  83.         ["fileDataIDs"] = {
  84.             2033845, -- [1]
  85.             2033856, -- [2]
  86.             2033858, -- [3]
  87.             2033859, -- [4]
  88.             2033860, -- [5]
  89.             2033861, -- [6]
  90.             2033862, -- [7]
  91.             2033863, -- [8]
  92.             2033864, -- [9]
  93.             2033846, -- [10]
  94.             2033847, -- [11]
  95.             2033848, -- [12]
  96.             2033849, -- [13]
  97.             2033850, -- [14]
  98.             2033851, -- [15]
  99.             2033852, -- [16]
  100.             2033853, -- [17]
  101.             2033854, -- [18]
  102.             2033855, -- [19]
  103.             2033857, -- [20]
  104.         },
  105.         ["isShownByMouseOver"] = false,
  106.     }, -- [3]
  107.     {
  108.         ["hitRect"] = {
  109.             ["top"] = 0,
  110.             ["right"] = 0,
  111.             ["left"] = 0,
  112.             ["bottom"] = 0,
  113.         },
  114.         ["offsetX"] = 1316,
  115.         ["textureHeight"] = 672,
  116.         ["textureWidth"] = 849,
  117.         ["offsetY"] = 895,
  118.         ["fileDataIDs"] = {
  119.             2033865, -- [1]
  120.             2033869, -- [2]
  121.             2033870, -- [3]
  122.             2033871, -- [4]
  123.             2033872, -- [5]
  124.             2033873, -- [6]
  125.             2033874, -- [7]
  126.             2033875, -- [8]
  127.             2033876, -- [9]
  128.             2033866, -- [10]
  129.             2033867, -- [11]
  130.             2033868, -- [12]
  131.         },
  132.         ["isShownByMouseOver"] = false,
  133.     }, -- [4]
  134.     {
  135.         ["hitRect"] = {
  136.             ["top"] = 0,
  137.             ["right"] = 0,
  138.             ["left"] = 0,
  139.             ["bottom"] = 0,
  140.         },
  141.         ["offsetX"] = 2063,
  142.         ["textureHeight"] = 727,
  143.         ["textureWidth"] = 913,
  144.         ["offsetY"] = 517,
  145.         ["fileDataIDs"] = {
  146.             2033877, -- [1]
  147.             2033881, -- [2]
  148.             2033882, -- [3]
  149.             2033883, -- [4]
  150.             2033884, -- [5]
  151.             2033885, -- [6]
  152.             2033886, -- [7]
  153.             2033887, -- [8]
  154.             2033888, -- [9]
  155.             2033878, -- [10]
  156.             2033879, -- [11]
  157.             2033880, -- [12]
  158.         },
  159.         ["isShownByMouseOver"] = false,
  160.     }, -- [5]
  161.     {
  162.         ["hitRect"] = {
  163.             ["top"] = 0,
  164.             ["right"] = 0,
  165.             ["left"] = 0,
  166.             ["bottom"] = 0,
  167.         },
  168.         ["offsetX"] = 1880,
  169.         ["textureHeight"] = 835,
  170.         ["textureWidth"] = 969,
  171.         ["offsetY"] = 859,
  172.         ["fileDataIDs"] = {
  173.             2033889, -- [1]
  174.             2033897, -- [2]
  175.             2033898, -- [3]
  176.             2033899, -- [4]
  177.             2033900, -- [5]
  178.             2033901, -- [6]
  179.             2033902, -- [7]
  180.             2033903, -- [8]
  181.             2033904, -- [9]
  182.             2033890, -- [10]
  183.             2033891, -- [11]
  184.             2033892, -- [12]
  185.             2033893, -- [13]
  186.             2033894, -- [14]
  187.             2033895, -- [15]
  188.             2033896, -- [16]
  189.         },
  190.         ["isShownByMouseOver"] = false,
  191.     }, -- [6]
  192.     {
  193.         ["hitRect"] = {
  194.             ["top"] = 0,
  195.             ["right"] = 0,
  196.             ["left"] = 0,
  197.             ["bottom"] = 0,
  198.         },
  199.         ["offsetX"] = 807,
  200.         ["textureHeight"] = 688,
  201.         ["textureWidth"] = 926,
  202.         ["offsetY"] = 1801,
  203.         ["fileDataIDs"] = {
  204.             2033905, -- [1]
  205.             2033909, -- [2]
  206.             2033910, -- [3]
  207.             2033911, -- [4]
  208.             2033912, -- [5]
  209.             2033913, -- [6]
  210.             2033914, -- [7]
  211.             2033915, -- [8]
  212.             2033916, -- [9]
  213.             2033906, -- [10]
  214.             2033907, -- [11]
  215.             2033908, -- [12]
  216.         },
  217.         ["isShownByMouseOver"] = false,
  218.     }, -- [7]
  219.     {
  220.         ["hitRect"] = {
  221.             ["top"] = 0,
  222.             ["right"] = 0,
  223.             ["left"] = 0,
  224.             ["bottom"] = 0,
  225.         },
  226.         ["offsetX"] = 1579,
  227.         ["textureHeight"] = 966,
  228.         ["textureWidth"] = 915,
  229.         ["offsetY"] = 220,
  230.         ["fileDataIDs"] = {
  231.             2033933, -- [1]
  232.             2033941, -- [2]
  233.             2033942, -- [3]
  234.             2033943, -- [4]
  235.             2033944, -- [5]
  236.             2033945, -- [6]
  237.             2033946, -- [7]
  238.             2033947, -- [8]
  239.             2033948, -- [9]
  240.             2033934, -- [10]
  241.             2033935, -- [11]
  242.             2033936, -- [12]
  243.             2033937, -- [13]
  244.             2033938, -- [14]
  245.             2033939, -- [15]
  246.             2033940, -- [16]
  247.         },
  248.         ["isShownByMouseOver"] = false,
  249.     }, -- [8]
  250.     {
  251.         ["hitRect"] = {
  252.             ["top"] = 0,
  253.             ["right"] = 0,
  254.             ["left"] = 0,
  255.             ["bottom"] = 0,
  256.         },
  257.         ["offsetX"] = 1362,
  258.         ["textureHeight"] = 542,
  259.         ["textureWidth"] = 794,
  260.         ["offsetY"] = 2018,
  261.         ["fileDataIDs"] = {
  262.             2033949, -- [1]
  263.             2033953, -- [2]
  264.             2033954, -- [3]
  265.             2033955, -- [4]
  266.             2033956, -- [5]
  267.             2033957, -- [6]
  268.             2033958, -- [7]
  269.             2033959, -- [8]
  270.             2033960, -- [9]
  271.             2033950, -- [10]
  272.             2033951, -- [11]
  273.             2033952, -- [12]
  274.         },
  275.         ["isShownByMouseOver"] = false,
  276.     }, -- [9]
  277.     {
  278.         ["hitRect"] = {
  279.             ["top"] = 0,
  280.             ["right"] = 0,
  281.             ["left"] = 0,
  282.             ["bottom"] = 0,
  283.         },
  284.         ["offsetX"] = 1180,
  285.         ["textureHeight"] = 856,
  286.         ["textureWidth"] = 666,
  287.         ["offsetY"] = 1255,
  288.         ["fileDataIDs"] = {
  289.             2033961, -- [1]
  290.             2033965, -- [2]
  291.             2033966, -- [3]
  292.             2033967, -- [4]
  293.             2033968, -- [5]
  294.             2033969, -- [6]
  295.             2033970, -- [7]
  296.             2033971, -- [8]
  297.             2033972, -- [9]
  298.             2033962, -- [10]
  299.             2033963, -- [11]
  300.             2033964, -- [12]
  301.         },
  302.         ["isShownByMouseOver"] = false,
  303.     }, -- [10]
  304.     {
  305.         ["hitRect"] = {
  306.             ["top"] = 0,
  307.             ["right"] = 0,
  308.             ["left"] = 0,
  309.             ["bottom"] = 0,
  310.         },
  311.         ["offsetX"] = 739,
  312.         ["textureHeight"] = 816,
  313.         ["textureWidth"] = 769,
  314.         ["offsetY"] = 1332,
  315.         ["fileDataIDs"] = {
  316.             2033973, -- [1]
  317.             2033981, -- [2]
  318.             2033982, -- [3]
  319.             2033983, -- [4]
  320.             2033984, -- [5]
  321.             2033985, -- [6]
  322.             2033986, -- [7]
  323.             2033987, -- [8]
  324.             2033988, -- [9]
  325.             2033974, -- [10]
  326.             2033975, -- [11]
  327.             2033976, -- [12]
  328.             2033977, -- [13]
  329.             2033978, -- [14]
  330.             2033979, -- [15]
  331.             2033980, -- [16]
  332.         },
  333.         ["isShownByMouseOver"] = false,
  334.     }, -- [11]
  335.     {
  336.         ["hitRect"] = {
  337.             ["top"] = 0,
  338.             ["right"] = 0,
  339.             ["left"] = 0,
  340.             ["bottom"] = 0,
  341.         },
  342.         ["offsetX"] = 576,
  343.         ["textureHeight"] = 703,
  344.         ["textureWidth"] = 1086,
  345.         ["offsetY"] = 902,
  346.         ["fileDataIDs"] = {
  347.             2033989, -- [1]
  348.             2033996, -- [2]
  349.             2033997, -- [3]
  350.             2033998, -- [4]
  351.             2033999, -- [5]
  352.             2034000, -- [6]
  353.             2034001, -- [7]
  354.             2034002, -- [8]
  355.             2034003, -- [9]
  356.             2033990, -- [10]
  357.             2033991, -- [11]
  358.             2033992, -- [12]
  359.             2033993, -- [13]
  360.             2033994, -- [14]
  361.             2033995, -- [15]
  362.         },
  363.         ["isShownByMouseOver"] = false,
  364.     }, -- [12]
  365.     {
  366.         ["hitRect"] = {
  367.             ["top"] = 0,
  368.             ["right"] = 0,
  369.             ["left"] = 0,
  370.             ["bottom"] = 0,
  371.         },
  372.         ["offsetX"] = 1733,
  373.         ["textureHeight"] = 843,
  374.         ["textureWidth"] = 1223,
  375.         ["offsetY"] = 0,
  376.         ["fileDataIDs"] = {
  377.             2034004, -- [1]
  378.             2034015, -- [2]
  379.             2034017, -- [3]
  380.             2034018, -- [4]
  381.             2034019, -- [5]
  382.             2034020, -- [6]
  383.             2034021, -- [7]
  384.             2034022, -- [8]
  385.             2034023, -- [9]
  386.             2034005, -- [10]
  387.             2034006, -- [11]
  388.             2034007, -- [12]
  389.             2034008, -- [13]
  390.             2034009, -- [14]
  391.             2034010, -- [15]
  392.             2034011, -- [16]
  393.             2034012, -- [17]
  394.             2034013, -- [18]
  395.             2034014, -- [19]
  396.             2034016, -- [20]
  397.         },
  398.         ["isShownByMouseOver"] = false,
  399.     }, -- [13]
  400. },
  Reply With Quote
07-20-18, 04:24 AM   #17
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Thanks @Ammako, all those overlays now works fine Need some more tunning but we got the data!
  Reply With Quote
07-20-18, 05:30 AM   #18
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
np, if more help is needed in other areas lettuce know. Happy to help and I'm sure many others would be too.
  Reply With Quote
07-20-18, 12:27 PM   #19
Spunkymanker
A Fallenroot Satyr
Join Date: Feb 2009
Posts: 24
Thanks!

Hey! I just wanted to say thank you to everyone who's been working on this project over the years. Just the map is a game-changer for me. I'm going to have to learn lua so that I can help sometime!
In the meantime, keep up the great work!!!
  Reply With Quote
07-21-18, 11:28 AM   #20
Shankerz
A Murloc Raider
Join Date: Jul 2018
Posts: 4
ETA to completion

Hello any idea on ETA until this will be active and work in BFA prepatch 8.0.
  Reply With Quote

WoWInterface » Featured Projects » Carbonite » Carbonite: General Discussion » 8.0 Pre-Expansion Patch - Battle for Azeroth

Thread Tools
Display Modes

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