Pagnar_Vyng.pl - Quest File
xxxxxxxxxx
1
#BeginFile: cabeast\Pagnar_Vyng.pl
2
#Quest for East Cabilis - Pagnar Vyng: LoY Cultural Robes
3
# items: 65256
4
5
sub EVENT_SAY {
6
my $TrueRace = $client->GetBaseRace();
7
8
if($text=~/hail/i) {
9
quest::say("Hello, $name. Feel free to browse my wares. Unless you are looking to make a special Cabilisan robe. If so, just let me know that you want a [robe pattern]."); #Still need real text
10
}
11
if($text=~/robe pattern/i) {
12
if ($TrueRace==128) { #Iksar
13
quest::say("Very well. Take this pattern, and good luck to you Iksar."); #Still need real text
14
quest::summonitem(65256); #Cabilisan Robe Pattern
15
}
16
else {
17
quest::say("You are not an Iksar! Who are you trying to fool?"); #Still need real text
18
}
19
}
20
}
21
22
sub EVENT_ITEM {
23
plugin::return_items(\%itemcount);
24
}
25
#END of FILE Zone:cabeast ID:106118 -- Pagnar_Vyng
Quest Source: 28 May 2022