-
Notifications
You must be signed in to change notification settings - Fork 2
Qiqirn_Diver.lua
Duke edited this page Aug 27, 2023
·
1 revision
-----------------------------------
-- Area: Ilrusi Atoll (Searat Salvation)
-- NPC: Qiqirn Diver
-----------------------------------
local ID = require("scripts/zones/Ilrusi_Atoll/IDs")
require("scripts/globals/utils/assault")
-----------------------------------
local mapArea =
{
southWest = 1,
northEast = 2,
}
local hidingSpot =
{
[mapArea.southWest] =
{
{ -493.821, -8.734, 17.437 }, -- SW half, starting area
{ -373.604, -3.283, 179.317 }, -- SW half, behind rock on small east connection island
{ -446.717, -8.139, 52.575 }, -- SW half, large eastern island, furthest point south
{ -361.423, -7.722, 60.785 }, -- SW half, large eastern island, cave
{ -354.030, -9.701, 125.989 }, -- SW half, large eastern island, cave two
{ -331.108, -9.035, 169.295 }, -- SW half, large eastern island, furthest point north
{ -416.384, -10.375, 265.694 }, -- SW half, shipwreck
{ -332.450, -8.240, 192.484 }, -- SW half, large northern island, furthest point south
{ -326.308, -9.659, 245.887 }, -- SW half, large northern island, cave
},
[mapArea.northEast] =
{
{ -303.057, -10.375, 348.510 }, -- NE half, shipwreck
{ -290.850, -3.237, 268.837 }, -- NE half, behind rock, 8 oclock
{ -353.531, -9.592, 313.873 }, -- NE half, cave, 9 oclock
{ -314.267, -9.815, 233.786 }, -- NE half, cave, 8 oclock
{ -254.446, -2.915, 253.591 }, -- NE half, behind rock, central small island
{ -203.584, -7.868, 179.341 }, -- NE half, cave, 5 oclock
{ -234.030, -10.035, 324.926 }, -- NE half, cave, 1 oclock
{ -181.203, -3.492, 387.944 }, -- NE half, cave, furthest NE point 12 oclock
},
}