Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Larnik_the_Recluse.lua - Quest File
General Info
Quest File
--eastwastes/Larnik_the_Recluse.lua NPCID --Warrior Epic 2.0 function event_say(e) local qglobals = eq.get_qglobals(e.other); if(e.message:findi("hail") and qglobals["warrior_epic"] == "18") then e.self:Say("Ahh! I've been found out! Who are you and where did you come from? How did you find me? It was that bothersome Fazzle, wasn't it? I knew he couldn't be trusted with the map! I knew it! Leave me alone, I don't want to be bothered! Away, away!"); elseif(e.message:findi("korbuk sent me") and qglobals["warrior_epic"] == "18") then e.self:Say("What? What did you say? Who sent you? Korbuk sent you? That's impossible. I told him to be gone long ago. I told him never to speak of me or send anyone my way ever again! That fool! Why would he send you here?"); e.self:SetWaypointPause(); e.self:PauseWandering(5000); eq.set_timer("depop",60*1000); elseif(e.message:findi("the great purification") and qglobals["warrior_epic"] == "18") then e.self:Say("Raaaa! I'm out of that business! I'll never help him or anyone else purify another thing so long as I live! Get away from me!"); e.self:Say("I'll not be hunted any more! Begone with you!"); e.self:SetSpecialAbility(19, 0); e.self:SetSpecialAbility(20, 0); e.self:SetSpecialAbility(24, 0); e.self:SetSpecialAbility(25, 0); e.self:SetSpecialAbility(35, 0); e.self:AddToHateList(e.other); end end function event_spawn(e) e.self:SetRunning(true); end; function event_waypoint_arrive(e) if (e.wp == 5) then eq.depop(); end; end; function event_timer(e) eq.depop() end function event_combat(e) if e.joined==true then eq.stop_timer("depop"); else eq.set_timer("depop",60*1000) end end;
Source: 17 Jan 2022
Quest Source: 28 May 2022