Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
604.lua - Quest File
General Info
Quest File
-- Evacuate: Ro function event_spell_effect(e) local mob = e.target; if (mob.valid and mob:IsClient()) then local client = mob:CastToClient(); if (client.valid) then client:MovePC(35, 120, -1046, 8, 370); -- Zone: sro end end return 1; end
Source: 17 Jan 2022
Quest Source: 28 May 2022