mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Source: http://web.archive.org/web/20010708033834/http://everlore.com/bestiary/beastdetails.asp?mode=show&BID=188649. Requires UPDATE `npc_types` SET `isquest` = '1' WHERE `id` = '45112';
6 lines
175 B
Raku
6 lines
175 B
Raku
sub EVENT_SAY {
|
|
if ($text=~/hail/i) {
|
|
quest::say("We are only here to finish off any enemies of the Circle who escape the sharks.");
|
|
}
|
|
#:: Missing response to "circle"
|
|
}
|