#Biddliss_Sperandu.pl - Quest File
xxxxxxxxxx
1
#BeginFile: steamfontmts\#Biddliss_Sperandu.pl
2
#Quest file for Steamfont Mountains - Biddliss Sperandu: Necromancer Epic 1.5 (Soulwhisper)
3
# items: 9831, 9579, 27982, 21799
4
5
sub EVENT_SAY {
6
if($text=~/hail/i) {
7
quest::say("Go away before I sic the clockworks on ya!");
8
}
9
}
10
11
sub EVENT_ITEM {
12
if(plugin::check_handin(\%itemcount, 9831 => 1)) { #Note to Biddliss
13
quest::say("Kazen wants some research tools? That is fine. I want something from you first, however. Bring me four gleaming zraxthil ores and combine them in this satchel. Why do I want them? Why do you care? Bring them to me or you don't get your tools. Now scram!");
14
quest::summonitem(9579); #Gleaming Ore Satchel
15
}
16
elsif(plugin::check_handin(\%itemcount, 27982 => 1)) { #Sealed Ore Satchel
17
quest::say("So you're not totally useless after all. Maybe there is a reason Kazen hasn't destroyed you yet. Take these tools and give my warmest regards to Master Kazen.");
18
quest::summonitem(21799); #Biddliss's Research Tools
19
quest::depop_withtimer();
20
}
21
plugin::return_items(\%itemcount);
22
}
23
#EndFile: steamfontmts\#Biddliss_Sperandu.pl (448074)
Quest Source: 28 May 2022