Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
player.lua - Quest File
General Info
Quest File
local expeditions = { takc = true, take = true, taka = true } function event_click_door(e) local door_id = e.door:GetDoorID(); if (door_id == 3) then local dz = e.self:GetExpedition() if dz.valid and expeditions[dz:GetZoneName()] then e.self:MovePCDynamicZone(dz:GetZoneID()) end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022