Thread: 2.2 Update
View Single Post
10/20/15, 07:50 PM   #18
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
I've added a Wrothgar POI dump, but because i'm a newbie in maps, it's maybe incomplete or a bit false. I got missing entries for some of them even if (I think) I've discovered whole map. I explored 100% of tamriel with my main char and this one is actually on pts, ask if you need something.

Code is :

Lua Code:
  1. local function DumpPOI()
  2.  
  3.     local zoneIndex = GetCurrentMapZoneIndex()
  4.     local zoneName = GetZoneNameByIndex(zoneIndex)
  5.    
  6.     GLOBAL_DUMPER = {
  7.         [zoneIndex] = {
  8.             zoneName = zoneName,
  9.         }
  10.     }
  11.    
  12.     for poiIndex=1, GetNumPOIs(zoneIndex) do
  13.         local normalizedX, normalizedY, poiType, icon = GetPOIMapInfo(zoneIndex, poiIndex)
  14.         local poiName = GetPOIInfo(zoneIndex, poiIndex)
  15.         GLOBAL_DUMPER[zoneIndex][poiIndex] = {}
  16.         GLOBAL_DUMPER[zoneIndex][poiIndex].normalizedX = normalizedX
  17.         GLOBAL_DUMPER[zoneIndex][poiIndex].normalizedY = normalizedY
  18.         GLOBAL_DUMPER[zoneIndex][poiIndex].poiType = poiType
  19.         GLOBAL_DUMPER[zoneIndex][poiIndex].icon = icon
  20.         GLOBAL_DUMPER[zoneIndex][poiIndex].name = poiName
  21.     end
  22.  
  23. end


Lua Code:
  1. POI_DUMPER =
  2. {
  3.     [395] =
  4.     {
  5.         [1] =
  6.         {
  7.             ["icon"] = "/esoui/art/icons/poi/poi_ruin_incomplete.dds",
  8.             ["normalizedY"] = 0.7787200212,
  9.             ["normalizedX"] = 0.0869828537,
  10.             ["name"] = "Paragon's Remembrance",
  11.             ["poiType"] = 13,
  12.         },
  13.         [2] =
  14.         {
  15.             ["icon"] = "/esoui/art/icons/poi/poi_publicdungeon_complete.dds",
  16.             ["normalizedY"] = 0.6599685550,
  17.             ["normalizedX"] = 0.1718000025,
  18.             ["name"] = "Old Orsinium",
  19.             ["poiType"] = 14,
  20.         },
  21.         [3] =
  22.         {
  23.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  24.             ["normalizedY"] = 0.8451314569,
  25.             ["normalizedX"] = 0.1984599978,
  26.             ["name"] = "Watcher's Hold",
  27.             ["poiType"] = 13,
  28.         },
  29.         [4] =
  30.         {
  31.             ["icon"] = "/esoui/art/icons/poi/poi_cemetary_incomplete.dds",
  32.             ["normalizedY"] = 0.8716971278,
  33.             ["normalizedX"] = 0.2908314168,
  34.             ["name"] = "Honor's Rest",
  35.             ["poiType"] = 13,
  36.         },
  37.         [5] =
  38.         {
  39.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  40.             ["normalizedY"] = 0,
  41.             ["normalizedX"] = 0,
  42.             ["name"] = "",
  43.             ["poiType"] = 0,
  44.         },
  45.         [6] =
  46.         {
  47.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  48.             ["normalizedY"] = 0.6402199864,
  49.             ["normalizedX"] = 0.3368285596,
  50.             ["name"] = "Poacher's Encampment",
  51.             ["poiType"] = 13,
  52.         },
  53.         [7] =
  54.         {
  55.             ["icon"] = "/esoui/art/icons/poi/poi_cave_incomplete.dds",
  56.             ["normalizedY"] = 0.2595285773,
  57.             ["normalizedX"] = 0.8047714233,
  58.             ["name"] = "Sorrow",
  59.             ["poiType"] = 13,
  60.         },
  61.         [8] =
  62.         {
  63.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  64.             ["normalizedY"] = 0.7386171222,
  65.             ["normalizedX"] = 0.2957457006,
  66.             ["name"] = "Thukhozod's Sanctum",
  67.             ["poiType"] = 13,
  68.         },
  69.         [9] =
  70.         {
  71.             ["icon"] = "/esoui/art/icons/poi/poi_estate_incomplete.dds",
  72.             ["normalizedY"] = 0.2625742853,
  73.             ["normalizedX"] = 0.6837514043,
  74.             ["name"] = "Fharun Stronghold",
  75.             ["poiType"] = 13,
  76.         },
  77.         [10] =
  78.         {
  79.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  80.             ["normalizedY"] = 0,
  81.             ["normalizedX"] = 0,
  82.             ["name"] = "",
  83.             ["poiType"] = 0,
  84.         },
  85.         [11] =
  86.         {
  87.             ["icon"] = "/esoui/art/icons/poi/poi_tower_incomplete.dds",
  88.             ["normalizedY"] = 0.7704285979,
  89.             ["normalizedX"] = 0.3989685774,
  90.             ["name"] = "Frostbreak Fortress",
  91.             ["poiType"] = 13,
  92.         },
  93.         [12] =
  94.         {
  95.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  96.             ["normalizedY"] = 0.8375285864,
  97.             ["normalizedX"] = 0.3283599913,
  98.             ["name"] = "Unfinished Dolmen",
  99.             ["poiType"] = 13,
  100.         },
  101.         [13] =
  102.         {
  103.             ["icon"] = "/esoui/art/icons/poi/poi_mine_incomplete.dds",
  104.             ["normalizedY"] = 0.7401714325,
  105.             ["normalizedX"] = 0.5085200071,
  106.             ["name"] = "Graystone Quarry",
  107.             ["poiType"] = 13,
  108.         },
  109.         [14] =
  110.         {
  111.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  112.             ["normalizedY"] = 0.5878628492,
  113.             ["normalizedX"] = 0.7718456984,
  114.             ["name"] = "King-Chief's Throne",
  115.             ["poiType"] = 13,
  116.         },
  117.         [15] =
  118.         {
  119.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  120.             ["normalizedY"] = 0.5796200037,
  121.             ["normalizedX"] = 0.4892171323,
  122.             ["name"] = "The Accursed Nursery",
  123.             ["poiType"] = 13,
  124.         },
  125.         [16] =
  126.         {
  127.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  128.             ["normalizedY"] = 0.2838914394,
  129.             ["normalizedX"] = 0.7335085869,
  130.             ["name"] = "The Mad Ogre's Altar",
  131.             ["poiType"] = 13,
  132.         },
  133.         [17] =
  134.         {
  135.             ["icon"] = "/esoui/art/icons/poi/poi_groupboss_incomplete.dds",
  136.             ["normalizedY"] = 0.4128942788,
  137.             ["normalizedX"] = 0.8438799977,
  138.             ["name"] = "Nyzchaleft Falls",
  139.             ["poiType"] = 13,
  140.         },
  141.         [18] =
  142.         {
  143.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  144.             ["normalizedY"] = 0,
  145.             ["normalizedX"] = 0,
  146.             ["name"] = "",
  147.             ["poiType"] = 0,
  148.         },
  149.         [19] =
  150.         {
  151.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  152.             ["normalizedY"] = 0.5826057196,
  153.             ["normalizedX"] = 0.5405743122,
  154.             ["name"] = "Argent Mine",
  155.             ["poiType"] = 13,
  156.         },
  157.         [20] =
  158.         {
  159.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  160.             ["normalizedY"] = 0,
  161.             ["normalizedX"] = 0,
  162.             ["name"] = "",
  163.             ["poiType"] = 0,
  164.         },
  165.         [21] =
  166.         {
  167.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  168.             ["normalizedY"] = 0.6969114542,
  169.             ["normalizedX"] = 0.5689857006,
  170.             ["name"] = "Nikolvara's Kennel",
  171.             ["poiType"] = 13,
  172.         },
  173.         [22] =
  174.         {
  175.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  176.             ["normalizedY"] = 0,
  177.             ["normalizedX"] = 0,
  178.             ["name"] = "",
  179.             ["poiType"] = 0,
  180.         },
  181.         [23] =
  182.         {
  183.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  184.             ["normalizedY"] = 0.3779114187,
  185.             ["normalizedX"] = 0.7107285857,
  186.             ["name"] = "Zthenganaz",
  187.             ["poiType"] = 13,
  188.         },
  189.         [24] =
  190.         {
  191.             ["icon"] = "/esoui/art/icons/poi/poi_delve_incomplete.dds",
  192.             ["normalizedY"] = 0.5960542560,
  193.             ["normalizedX"] = 0.8116714358,
  194.             ["name"] = "Coldperch Cavern",
  195.             ["poiType"] = 13,
  196.         },
  197.         [25] =
  198.         {
  199.             ["icon"] = "/esoui/art/icons/poi/poi_cave_incomplete.dds",
  200.             ["normalizedY"] = 0.5126028657,
  201.             ["normalizedX"] = 0.6191371679,
  202.             ["name"] = "Bonerock Cavern",
  203.             ["poiType"] = 13,
  204.         },
  205.         [26] =
  206.         {
  207.             ["icon"] = "/esoui/art/icons/poi/poi_estate_incomplete.dds",
  208.             ["normalizedY"] = 0.4562657177,
  209.             ["normalizedX"] = 0.4993342757,
  210.             ["name"] = "Morkul Stronghold",
  211.             ["poiType"] = 13,
  212.         },
  213.         [27] =
  214.         {
  215.             ["icon"] = "/esoui/art/icons/poi/poi_farm_incomplete.dds",
  216.             ["normalizedY"] = 0.5308743119,
  217.             ["normalizedX"] = 0.7586028576,
  218.             ["name"] = "Shatul Range",
  219.             ["poiType"] = 13,
  220.         },
  221.         [28] =
  222.         {
  223.             ["icon"] = "/esoui/art/icons/poi/poi_ruin_incomplete.dds",
  224.             ["normalizedY"] = 0.5782685876,
  225.             ["normalizedX"] = 0.4110028446,
  226.             ["name"] = "Exile's Barrow",
  227.             ["poiType"] = 13,
  228.         },
  229.         [29] =
  230.         {
  231.             ["icon"] = "/esoui/art/icons/poi/poi_publicdungeon_incomplete.dds",
  232.             ["normalizedY"] = 0.4718685746,
  233.             ["normalizedX"] = 0.8950799704,
  234.             ["name"] = "Rkindaleft",
  235.             ["poiType"] = 13,
  236.         },
  237.         [30] =
  238.         {
  239.             ["icon"] = "/esoui/art/icons/poi/poi_camp_incomplete.dds",
  240.             ["normalizedY"] = 0.3726371527,
  241.             ["normalizedX"] = 0.5805228353,
  242.             ["name"] = "Frozen Fleet",
  243.             ["poiType"] = 13,
  244.         },
  245.         [31] =
  246.         {
  247.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  248.             ["normalizedY"] = 0,
  249.             ["normalizedX"] = 0,
  250.             ["name"] = "",
  251.             ["poiType"] = 0,
  252.         },
  253.         [32] =
  254.         {
  255.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  256.             ["normalizedY"] = 0,
  257.             ["normalizedX"] = 0,
  258.             ["name"] = "",
  259.             ["poiType"] = 0,
  260.         },
  261.         [33] =
  262.         {
  263.             ["icon"] = "/esoui/art/icons/poi/poi_city_complete.dds",
  264.             ["normalizedY"] = 0.6198571324,
  265.             ["normalizedX"] = 0.6924600005,
  266.             ["name"] = "Orsinium",
  267.             ["poiType"] = 14,
  268.         },
  269.         [34] =
  270.         {
  271.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  272.             ["normalizedY"] = 0.7684656978,
  273.             ["normalizedX"] = 0.1757600009,
  274.             ["name"] = "Siege Road Wayshrine",
  275.             ["poiType"] = 14,
  276.         },
  277.         [35] =
  278.         {
  279.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  280.             ["normalizedY"] = 0.7411742806,
  281.             ["normalizedX"] = 0.3979828656,
  282.             ["name"] = "Frostbreak Ridge Wayshrine",
  283.             ["poiType"] = 14,
  284.         },
  285.         [36] =
  286.         {
  287.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  288.             ["normalizedY"] = 0.6518514156,
  289.             ["normalizedX"] = 0.5199085474,
  290.             ["name"] = "Trader's Road Wayshrine",
  291.             ["poiType"] = 14,
  292.         },
  293.         [37] =
  294.         {
  295.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  296.             ["normalizedY"] = 0.6996799707,
  297.             ["normalizedX"] = 0.6745771170,
  298.             ["name"] = "Orsinium Wayshrine",
  299.             ["poiType"] = 121,
  300.         },
  301.         [38] =
  302.         {
  303.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  304.             ["normalizedY"] = 0.5001057386,
  305.             ["normalizedX"] = 0.7115971446,
  306.             ["name"] = "Shatul Wayshrine",
  307.             ["poiType"] = 14,
  308.         },
  309.         [39] =
  310.         {
  311.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  312.             ["normalizedY"] = 0.7049999833,
  313.             ["normalizedX"] = 0.3116685748,
  314.             ["name"] = "Great Bay Wayshrine",
  315.             ["poiType"] = 14,
  316.         },
  317.         [40] =
  318.         {
  319.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  320.             ["normalizedY"] = 0.3369199932,
  321.             ["normalizedX"] = 0.7535114288,
  322.             ["name"] = "Two Rivers Wayshrine",
  323.             ["poiType"] = 14,
  324.         },
  325.         [41] =
  326.         {
  327.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  328.             ["normalizedY"] = 0.4409199953,
  329.             ["normalizedX"] = 0.5986742973,
  330.             ["name"] = "Icy Shore Wayshrine",
  331.             ["poiType"] = 14,
  332.         },
  333.         [42] =
  334.         {
  335.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  336.             ["normalizedY"] = 0.5447771549,
  337.             ["normalizedX"] = 0.4442342818,
  338.             ["name"] = "Morkul Plain Wayshrine",
  339.             ["poiType"] = 14,
  340.         },
  341.         [43] =
  342.         {
  343.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  344.             ["normalizedY"] = 0.6780485511,
  345.             ["normalizedX"] = 0.4538485706,
  346.             ["name"] = "Aqueduct Rock",
  347.             ["poiType"] = 14,
  348.         },
  349.         [44] =
  350.         {
  351.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  352.             ["normalizedY"] = 0.7839342952,
  353.             ["normalizedX"] = 0.2062514275,
  354.             ["name"] = "Grudge-Rock Falls",
  355.             ["poiType"] = 14,
  356.         },
  357.         [45] =
  358.         {
  359.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  360.             ["normalizedY"] = 0.6917743087,
  361.             ["normalizedX"] = 0.2591371536,
  362.             ["name"] = "Shipwreck Cove",
  363.             ["poiType"] = 14,
  364.         },
  365.         [46] =
  366.         {
  367.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  368.             ["normalizedY"] = 0.4860685766,
  369.             ["normalizedX"] = 0.6687600017,
  370.             ["name"] = "Forlorn Watchtower",
  371.             ["poiType"] = 14,
  372.         },
  373.         [47] =
  374.         {
  375.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  376.             ["normalizedY"] = 0.2229514271,
  377.             ["normalizedX"] = 0.7621343136,
  378.             ["name"] = "Jehanna Docks",
  379.             ["poiType"] = 14,
  380.         },
  381.         [48] =
  382.         {
  383.             ["icon"] = "/esoui/art/icons/poi/poi_areaofinterest_complete.dds",
  384.             ["normalizedY"] = 0.5547199845,
  385.             ["normalizedX"] = 0.5869228840,
  386.             ["name"] = "Torug's Arch",
  387.             ["poiType"] = 14,
  388.         },
  389.         [49] =
  390.         {
  391.             ["icon"] = "/esoui/art/icons/poi/poi_gate_complete.dds",
  392.             ["normalizedY"] = 0.8240971565,
  393.             ["normalizedX"] = 0.1282999963,
  394.             ["name"] = "Friendship Gate",
  395.             ["poiType"] = 14,
  396.         },
  397.         [50] =
  398.         {
  399.             ["icon"] = "/esoui/art/icons/poi/poi_gate_complete.dds",
  400.             ["normalizedY"] = 0.7776057124,
  401.             ["normalizedX"] = 0.5883228779,
  402.             ["name"] = "Merchant's Gate",
  403.             ["poiType"] = 14,
  404.         },
  405.         [51] =
  406.         {
  407.             ["icon"] = "/esoui/art/icons/poi/poi_crafting_complete.dds",
  408.             ["normalizedY"] = 0.5447714329,
  409.             ["normalizedX"] = 0.8659314513,
  410.             ["name"] = "Malacath Statue",
  411.             ["poiType"] = 14,
  412.         },
  413.         [52] =
  414.         {
  415.             ["icon"] = "/esoui/art/icons/poi/poi_crafting_complete.dds",
  416.             ["normalizedY"] = 0.8026428819,
  417.             ["normalizedX"] = 0.2905514240,
  418.             ["name"] = "Boreal Forge",
  419.             ["poiType"] = 14,
  420.         },
  421.         [53] =
  422.         {
  423.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  424.             ["normalizedY"] = 0.4389628470,
  425.             ["normalizedX"] = 0.6932914257,
  426.             ["name"] = "Morkuldin Forge",
  427.             ["poiType"] = 121,
  428.         },
  429.         [54] =
  430.         {
  431.             ["icon"] = "/esoui/art/icons/poi/poi_wayshrine_complete.dds",
  432.             ["normalizedY"] = 0.7309228778,
  433.             ["normalizedX"] = 0.6014342904,
  434.             ["name"] = "Merchant's Gate Wayshrine",
  435.             ["poiType"] = 14,
  436.         },
  437.         [55] =
  438.         {
  439.             ["icon"] = "/esoui/art/icons/poi/poi_solotrial_incomplete.dds",
  440.             ["normalizedY"] = 0.3618514240,
  441.             ["normalizedX"] = 0.9299114347,
  442.             ["name"] = "Arena: Maelstrom",
  443.             ["poiType"] = 13,
  444.         },
  445.         [56] =
  446.         {
  447.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  448.             ["normalizedY"] = 0,
  449.             ["normalizedX"] = 0,
  450.             ["name"] = "",
  451.             ["poiType"] = 0,
  452.         },
  453.         [57] =
  454.         {
  455.             ["icon"] = "/esoui/art/icons/icon_missing.dds",
  456.             ["normalizedY"] = 0,
  457.             ["normalizedX"] = 0,
  458.             ["name"] = "",
  459.             ["poiType"] = 0,
  460.         },
  461.         ["zoneName"] = "Wrothgar",
  462.     },
  463. }

Last edited by Ayantir : 10/20/15 at 07:54 PM.
  Reply With Quote