Skip to content

Commit

Permalink
Merge pull request #241 from codegain/the_forbidden_reach_full
Browse files Browse the repository at this point in the history
Add "The forbidden reach"
  • Loading branch information
IrcDirk authored Mar 24, 2023
2 parents d78c568 + 2098f0b commit eee8fd7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions Data/Zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ Nx.Zones = {
[2024] = L["The Azure Span"] .. "|110|120|2|14||",
[2025] = L["Thaldraszus"] .. "|110|120|2|14||",
[2112] = L["Valdrakken"] .. "|110|120|2|14||",
[2151] = L["The Forbidden Reach"] .. "|110|120|2|14||",


[1409] = L["Exile's Reach"] .. "|0|0|2|0||",
Expand Down
2 changes: 1 addition & 1 deletion NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9224,7 +9224,7 @@ function Nx.Map:InitTables()
[11] = {895,896,942,1161,1169,1462},
[12] = {1355},
[13] = {1525,1533,1536,1543,1565,1648,1670,1671,1672,1673,1961,1701,1702,1703,1970},
[14] = {2022,2023,2024,2025,2112},
[14] = {2022,2023,2024,2025,2112,2151},
[90] = {91,92,93,112,128,169,206,275,397,417,423,519,623},
[100] = {},
}
Expand Down
16 changes: 16 additions & 0 deletions NxMapData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,14 @@ Map.MapWorldInfo = {
TileX = 15,
TileY = 10,
},
[2151] = {
Scale = 9.104172,
X = 186.6668,
Y = -1640.834,
Name = L["The Forbidden Reach"],
Overlay = "theforbiddenreach_full",
},


-- 1726 NPE SHIP

Expand Down Expand Up @@ -3925,6 +3933,14 @@ Map.ZoneOverlays = {
["_vaultofincarnates,2048,2048"] = "2424,798,1205,1762", -- vaultofincarnates (4782)
["_veiledossuary,2048,1024"] = "1951,0,1036,798", -- veiledossuary (4783)
},
["theforbiddenreach_full"] = {
["4914793,4914811,4914831,4914848,4914855,4914856,4914858,4914860,4914862,4914796,4914797,4914799,4914800,4914802,4914803,4914805,4914806,4914807,4914809,4914812,4914815,4914817,4914820,4914822,4914823,4914826,4914827,4914829,4914830,4914832,4914834,4914836,4914837,4914838,4914839,4914840,4914843,4914844,4914846,4914849,4914851,4914853,5047279,5047280,5047281,5047282,5047283,5047284"] = "243,91,1811,1399", -- calderafull (4814)
["4914864,4914887,4914888,4914889,4914892,4914896,4914900,4914905,4914910,4914865,4914868,4914869,4914871,4914873,4914880,4914885"] = "2625,450,876,811", -- dragonskullfull (4813)
["4914916,4914969,4915016,4915062,4915069,4915070,4915071,4915073,4915074,4914921,4914926,4914932,4914936,4914941,4914946,4914950,4914955,4914960,4914964,4914973,4914978,4914983,4914989,4914994,4914999,4915004,4915009,4915012,4915014,4915018,4915019,4915023,4915028,4915033,4915037,4915045"] = "1765,21,1176,1497", -- frostonefull (4812)
["4915075,4915086,4915088,4915089,4915090,4915091,4915092,4915093,4915094,4915076,4915077,4915078,4915079,4915080,4915081,4915082,4915083,4915084,4915085,4915087,5047286,5047287,5047288,5047289,5047290,5047291,5047292,5047293,5047294,5047295,5047296,5047297,5047298,5047299,5047300,5047301"] = "128,1011,1377,1521", -- morqutfull (4811)
["4915095,4915106,4915129,4915131,4915132,4915133,4915134,4915135,4915136,4915096,4915097,4915098,4915099,4915100,4915101,4915102,4915103,4915104,4915105,4915110,4915114,4915118,4915121,4915123,4915124,4915125,4915126,4915127,4915128,4915130"] = "2350,1013,1378,1023", -- stormsunderfull (4810)
["4915287,4915775,4915934,4916210,4916453,4916474,4916499,4916521,4916543,4915288,4915289,4915293,4915513,4915760,4915768,4915769,4915770,4915771,4915772,4915776,4915777,4915778,4915779,4915798,4915819,4915846,4915867,4915888,4915909,4915964,4915988,4916011,4916035,4916057,4916080,4916093,4916142,4916163,4916188,4916233,4916258,4916282,4916306,4916332,4916360,4916388,4916410,4916430"] = "1201,1234,1660,1326", -- weyrngroundsfull (4809)
},

}

Expand Down

0 comments on commit eee8fd7

Please sign in to comment.