Boiron_Ston.pl - Quest File
xxxxxxxxxx
1
#Boiron_Ston.pl
2
#Willamina's Needles
3
# items: 28085, 28086
4
5
6
sub EVENT_SAY {
7
if($text=~/Hail/i) {
8
quest::say("Welcome to New Tanaan. traveler. The practice of smithing is a time-honored tradition for my people. My particular specialty is craftsmanship of plate armor for the larger races of Norrath. Feel free to search my stock for anything you might need to help aid your pursuit of this skill.");
9
}
10
if($text=~/like elisha dirtyshoes/i) {
11
quest::say("Aye, she's a pretty lass. And I am aware of her feelings toward me. I haven't had the courage to approach her though. My family standard has recently disappeared, and no dwarf is the same when their standard is in jeopardy. Seek out Caden Zharik and demand my standard back, I believe he may have lifted it from me.");
12
}
13
}
14
15
16
sub EVENT_ITEM {
17
if(plugin::check_handin(\%itemcount, 28085 => 1)) {#Boiron's Standard
18
quest::emote("seems to perk up. 'Ah, 'tis a beauty, is it not? I thank you for its safe return. Perhaps I shall go and visit Elisha after all. Please take this letter to her, so she may be ready for me when I arrive.'");
19
quest::summonitem(28086);#Letter to Elisha
20
quest::exp(250);
21
}
22
23
plugin::return_items(\%itemcount);
24
25
26
}#END of FILE Zone:poknowledge ID:202086 -- Boiron_Ston
27
28
Quest Source: 28 May 2022