Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Roary_Fishpouncer.pl - Quest File
General Info
Quest File
# items: 12318, 7027 sub EVENT_SAY { if($text=~/Hail/i) { quest::say("Rrrr.. catching and prrreparing fish is my specialty. Perrrhaps you could fetch for me some [rrrare fish] so that I may demonstrate my skill? Rrrr."); } if($text=~/rrrare fish/i) { quest::say("Rrrr.. my most delectable dish is prrreparrred frrrom rrraw darkwater piranha. Unforrrtunately. the pirrranha only surrrvives in the murrrky waterrrs of the wicked Nektulos forrrest. I will rrreward any brrrave fisherman who can brrring me some rrraw darkwater pirranha."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 12318 => 1)) { quest::say("Rrrrr... you found the rrrraw fish. I can now make my favorrrrrite dish. Herrrrre is a special spearrrrr that will help you to catch morrrrrre of these."); #need proper text quest::summonitem(7027); # Item: Kerran Fishing Spear } } #END of FILE Zone:kerraridge ID:74075 -- Roary_Fishpouncer
Source: 17 Jan 2022
Quest Source: 28 May 2022