Clukker_The_Crazy.pl - Quest File
xxxxxxxxxx
1
# Deck of Spontaneous Generation
2
#
3
# items: 13106, 17054
4
5
sub EVENT_SAY {
6
if ($text=~/hail/i) {
7
quest::say("Ha ha! Hello to you too! I have got this crazy deck that I'm willing to give to those [looking for a deck]. Ha ha! Oo!");
8
}
9
if ($text=~/looking for a deck/i) {
10
quest::say("You're looking for a DECK? Ha ha ha! Well, bring me a fishing grub, tee hee, and I'll give you a nifty deck");
11
}
12
}
13
14
sub EVENT_ITEM {
15
if (plugin::check_handin(\%itemcount, 13106 => 1)) {
16
quest::emote("takes a bite out of the fishing grub that was handed to him. Clukker then says, 'Ha ha HA! Thanks for the tasty treat! Now here is your deck! Hee hee haw!'");
17
quest::summonitem(17054); # Item: Deck of Spontaneous Generation
18
}
19
}
20
21
# EOF zone: mischiefplane ID: 126148 NPC: Clukker_The_Crazy
22
23
Quest Source: 28 May 2022