Saren_Kaja.pl - Quest File
xxxxxxxxxx
1
#Quest: Chialle's Friendship Ring
2
# items: 30619, 30625
3
4
#NPC: Saren Kaja
5
#Zone: Shadeweaver's Thicket
6
7
8
sub EVENT_SAY {
9
10
if($text=~/Hail/i){
11
quest::say("Hello there friend, would you like to buy some of my delicious [Payala] goodies?");
12
}
13
14
if($text=~/Payala/i){
15
quest::say("Payala has the sweetest nectar in all the lands. You can find them throughout the thicket beneath the blue leafed Payala tree. Try some. I have many Payala goodies for sale. I always say, 'the quickest way to someones heart is a freshly baked Payala tart!"); }
16
}
17
18
sub EVENT_ITEM {
19
if(plugin::check_handin(\%itemcount, 30619 => 4)){
20
quest::say("Oh thank you ever so much! You are truly as sweet as the gift you bring.");
21
quest::summonitem(30625); # Item: Sweet Payala Nectar
22
quest::exp(2500);
23
quest::faction(1513,10); # Faction: Guardians of Shar Vahl
24
}
25
26
}
27
28
29
#Submitted by Deselminator
30
31
#END of FILE Zone:shadeweaver ID:165172 -- Saren_Kaja
32
Quest Source: 28 May 2022