#Translocator_Fithop.pl - Quest File
xxxxxxxxxx
1
##Translocator_Fithop.pl
2
#Zone: butcher
3
4
sub EVENT_SAY{
5
if ($text=~/Hail/i){
6
quest::say("Hello there, $name. There seem to be some strange problems with the boats in this area. The Academy of Arcane Sciences has sent a small team of us to investigate them. If you need to [" . quest::saylink("travel to the Ocean of Tears") . "] in the meantime, I can transport you to my companion there");
7
}
8
if($text=~/ocean of tears/i)
9
{
10
quest::say("Off you go!");
11
quest::selfcast(2279);
12
}
13
}
14
Quest Source: 28 May 2022