peq-quests/lakerathe/Punga.pl
2021-02-07 20:50:01 -08:00

16 lines
No EOL
456 B
Raku

# items: 10073, 19051
sub EVENT_SAY {
if($text=~/hail/i) {
quest::say("Gimme duffynitey rocks! Me grindem GUUD!!!");
}
}
sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount, 10073 => 1)) { #Dufrenite
quest::emote("takes the dufrenite and grinds it with his bare hands.");
quest::say("Here ya go!");
quest::summonitem(19051); #Ground Dufrenite
}
plugin::return_items(\%itemcount);
}
#END of FILE Zone:lakerathe ID:51072 -- Punga