#Legionnaire_Dalini.pl - Quest File
xxxxxxxxxx
1
# Earring of Veracity #1 (Insignia)
2
# Sanctus Seru : torsten reidan
3
# Marus Seru : reothe
4
# Netherbian Lair : Legionnaire Dalini, spawned Bregun Dorey
5
# items: 29851
6
7
sub EVENT_SAY{
8
if ($text=~/Bregun Dorey/i){
9
quest::say("Yeah maybe I know Bregun. You know, I sure am thirsty with all this guard work I am doing. I know what I want, some Dawnshroud Cider! Yeah, go fetch me a cider and we will see if I remember anything when you get back.");
10
}
11
}
12
13
sub EVENT_ITEM{
14
if (plugin::check_handin(\%itemcount,29851=>1)) { # dawnshroud cider
15
quest::say("Dorey usually roams in the troglodyte caves, you might find him there.");
16
# spawns bregun dorey, near a trog hunter
17
quest::unique_spawn(161077,0,0,-372,-95,10,176); # NPC: #Bregun_Dorey
18
}
19
20
plugin::return_items(\%itemcount);
21
}
22
23
Quest Source: 28 May 2022