EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Completed (https://www.eqemulator.org/forums/forumdisplay.php?f=633)
-   -   powater::#Essence_of_Water.pl (https://www.eqemulator.org/forums/showthread.php?t=30328)

LeftRoad 01-15-2010 10:04 PM

powater::#Essence_of_Water.pl
 
When you hail the projection you do not get flagged, and Seer Mal Nae-Shi does not show Plane of Water as completed.

In #Essence_of_Water.pl, it has...
Code:

sub EVENT_SAY {
 if($text =~ /Hail/i) {
        quest::say("Well done.");
        quest::summonitem(29163);
        }
}

...and should be...
Code:

sub EVENT_SAY {
 if($text =~ /Hail/i) {
        quest::say("Well done.");
        quest::setglobal("pop_water_coirnav_projection", 1, 5, "F");
        $client->Message(4,"You receive a character flag!");
        quest::summonitem(29163);
        }
}


cavedude 01-31-2010 10:26 PM

Thanks, updated PEQ's repo.


All times are GMT -4. The time now is 11:45 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.