Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Elefan.pl - Quest File
General Info
Quest File
# items: 4759, 4758 sub EVENT_SPAWN { $research = 0; } sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Hello, $name. It's a pleasure to meet you as I do not see many visitors while I am working in the field gathering research."); } if ($text=~/research/i && $research == 1) { quest::say("Oh I have some different berries and antidote ingredients that I gathered not too long ago. I would imagine these are what he needs. Will you [take the Antidote ingredients] to Zimloro?"); } if ($text=~/take the antidote ingredients/i && $research == 1) { quest::say("Here you are, $name. Please bring them to him at once so they do not spoil and thank you for your help."); $research = 0; quest::summonitem(4759); # Item: Antidote Ingredients } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 4758 => 1)) { quest::say("Ah I see you are sent from master Zimloro eh, $name. This note reads that he needs some specific items at once. Perhaps he could find some use out of all of this research I have recently collected."); } plugin::return_items(\%itemcount); } #END of FILE Zone:shadeweaver ID:165178 -- Elefan
Source: 17 Jan 2022
Quest Source: 28 May 2022