mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
* Fix mysterious_voice * Add LDoN check for mysterious voice * Change zoneid's to shortnames
5 lines
458 B
Perl
5 lines
458 B
Perl
sub EVENT_ENTERZONE {
|
|
if(($ulevel >= 15) && (!defined($qglobals{Wayfarer})) && ($client->GetStartZone()==$zoneid) && quest::is_lost_dungeons_of_norrath_enabled()) {
|
|
$client->Message(15, "A mysterious voice whispers to you, 'Yzilimn Pxikn has just joined the Wayfarers Brotherhood and has some information about them, and how you can start doing odd jobs for them. You looked like the heroic sort, so I wanted to contact you . . . discreetly.'");
|
|
}
|
|
}
|