Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Nekexin_Virulence.pl - Quest File
General Info
Quest File
# items: 20696, 20686, 20685, 20687, 20699 sub EVENT_SPAWN { quest::settimer(1,1800); } sub EVENT_TIMER { quest::emote("chuckles to himself as he notices blades of grass disintegrate beneath his feet. He stares out over the water as if watching for some sign."); } sub EVENT_SAY { if($text=~/corruption/i) { quest::emote("grins wide at you. 'Corruption? I know nothing of corruption.' He goes back to staring out over the water."); } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 20696 => 1, 20686 => 1, 20685 => 1, 20687 => 1)){ quest::emote("stares at the swirling bottle of essence. His eyes open wide as he realizes what it is. As its warm bright waves wash over him his skin dissolves into a green goo that coats the ground. From his remains a floating white ball is retrieved."); quest::summonitem("20699"); quest::depop_withtimer(); } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022