Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Druzzil_Ro.lua - Quest File
General Info
Quest File
function event_spawn(e) e.self:Emote("speaks with no movement of her mouth. Her thoughts flow through you, calming you as you begin to comprehend what she is trying to communicate to you."); eq.set_timer("druzzil1",5); end function event_timer(e) if (e.timer == "druzzil1") then e.self:Emote("speaks to your mind, 'Zebuxoruk, my student I cannot allow this to happen. If you were to escape from another prison the will and power of the gods will have been compromised.'"); eq.set_timer("druzzil2",5); eq.stop_timer("druzzil1"); elseif (e.timer == "druzzil2") then e.self:Emote("speaks to your mind, 'That I did, but I also taught you not to share your wealth of knowledge if it would affect the fate of others. I cannot allow this to happen. I must set things back to how they were before you and these mortals arrived here, I believe that you cannot understand this and I am sorry.'"); eq.set_timer("druzzil3",5); eq.stop_timer("druzzil2"); elseif (e.timer == "druzzil3") then e.self:Emote("looks upon Zebuxoruk one last time, as a wave of sadness comes across her gentle face."); eq.set_timer("druzzil4",5); eq.stop_timer("druzzil3"); elseif (e.timer == "druzzil4") then e.self:Emote("begins to chant an incantation; mana flows out from her body in all directions. Things begin moving slowly in reverse. You become dizzy from the experience and fall to your knees. As you look up the last thing you can see is Druzzil Ro smiling in your direction. She then waves her arms gracefully and points at you. There is a brilliant flash and you find yourself displaced through time and space. For a moment you lose touch with yourself. As you wake, you find yourself back in the Plane of Knowledge, moments after talking to Maelin with the information of retrieving the Quintessence of Elements. Druzzil has preserved the timeline, an restored existence back to its normalcy."); eq.set_timer("druzzil5",10); eq.stop_timer("druzzil4"); elseif (e.timer == "druzzil5") then eq.stop_timer("druzzil5"); -- tell the zone_status to port everyone out shortly. eq.signal(223097,8); -- NPC: zone_status eq.depop(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022