Vdrae_Qix-Tki.pl - Quest File
xxxxxxxxxx
1
# Gather Hides
2
# created by Gonner
3
# items: 66186, 66193
4
5
sub EVENT_SAY {
6
7
if($text=~/hail/i){
8
9
quest::say("I am a master tailor, friend, and I'm falling behind in my work here. I am making gloves for all the workers that are here and that will be coming soon. Will you [help] me get through this task?");
10
}
11
12
if($text=~/help/i){
13
14
quest::say("Thank goodness! It's very hard to be efficient when I have to hunt, then work the hides, then sew! If you could bring me four basilisk or silverfur hides, I will be able to reward you.");
15
}
16
}
17
18
sub EVENT_ITEM {
19
20
if (plugin::check_handin(\%itemcount, 66186 => 4)) { # Basilisk Hides
21
22
quest::say("What a relief! I was just about out of hides to work with it. Thank you! Here is your reward. Oh, did you know that Morden Rasp has had the Grozmok Stone for some time? Several of us knew, but were sworn to secrecy. Morden plucked it right out of the smelly hands of the trolls at Broken Skull Rock, I hear.");
23
quest::exp(10000);
24
quest::givecash(11,10,11,6);
25
26
}
27
28
elsif (plugin::check_handin(\%itemcount, 66193 => 4)) { # Silverfur Hides
29
30
quest::say("What a relief! I was just about out of hides to work with it. Thank you! Here is your reward. Oh, did you know that Morden Rasp has had the Grozmok Stone for some time? Several of us knew, but were sworn to secrecy. Morden plucked it right out of the smelly hands of the trolls at Broken Skull Rock, I hear.");
31
quest::exp(10000);
32
quest::givecash(11,10,11,6);
33
34
}
35
36
}
37
38
#END of FILE zone:nedaria ID:182059 -- Vdrae_Qix`Tki.pl
39
40
Quest Source: 28 May 2022