#Zoner3.lua - Quest File
xxxxxxxxxx
1
-- npc id: 293228 (Ikkinz group trial 3 zoner)
2
function event_spawn(e)
3
local x = e.self:GetX()
4
local y = e.self:GetY()
5
eq.set_proximity(x - 10, x + 10, y - 10, y + 10)
6
end
7
8
function event_enter(e)
9
local dz_version = instance_version.ikkinz_chambers_of_the_tri_fates
10
e.other:MovePCDynamicZone("ikkinz", dz_version, false) -- Zone: ikkinz group 3 version
11
end
12
Quest Source: 28 May 2022