Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Zebuxoruk.lua - Quest File
General Info
Quest File
function event_spawn(e) e.self:Emote("staggers about and looks at you, drowsy from his weakened state. 'My thanks to you. I am surprised to see you have made it here. We must get back to Norrath. The time has come for me to share my knowledge. Something is coming, a threat to us all, and the sands in the hourglass are thinning. Make haste and take me back the way you came.'"); eq.set_timer("zeb1",20000); end function event_timer(e) if (e.timer == "zeb1") then e.self:Say("I am surprised at the gods for taking such drastic measures, though I suppose all of the creations of the Nameless are capable of displaying poor judgment and irrational behavior. These gods are burdened with powers and responsibilities beyond our comprehension, yet at times they do not understand the eventual effect of their actions. I am compelled to share the knowledge of the gods with the populace of Norrath, so that I might save their creations. They do not realize that if mortality ceases to exist... if they are not worshipped and held aloft by the beliefs of those that they now have grown to fear... they will fall from power and a new age of darkness will wash over existence as they know it. I did not seek to interfere with them or their realms, only to free them from a fate that awaits all of us. It is this fate that now stands ready, greedily gathered on the edge of the void, ready to test the will of all mortals."); eq.stop_timer("zeb1"); eq.set_timer("zeb2",20000); elseif (e.timer == "zeb2") then e.self:Say("If they have taken measures these extreme I must rethink what I have done, and what I will do. If there was this much cause for conc..."); eq.zone_emote(15,"Suddenly in a bright flash a feminine figure appears before you. Your ears ring from the loud burst as she slowly materializes."); eq.spawn2(223213,0,0,47,-1105.91,-2.8105,375.8); -- NPC: Druzzil_Ro eq.set_timer("zeb3",10000); eq.stop_timer("zeb2"); elseif (e.timer == "zeb3") then e.self:Say("Druzzil, I have missed you. Wasn't it you that taught me in your own realm to seek knowledge and share it in all forms?"); eq.set_timer("zeb4",15000); eq.stop_timer("zeb3"); elseif (e.timer == "zeb4") then eq.stop_timer("zeb4"); eq.depop(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022