mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
16 lines
No EOL
456 B
Raku
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 |