EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=634)
-   -   Planar progression / Terris Thule (https://www.eqemulator.org/forums/showthread.php?t=35386)

nosfentora 06-06-2012 11:22 AM

Planar progression / Terris Thule
 
just found a small error in one of the quests...

POTranquility/Elder_Poxbourne.pl

Code:

sub EVENT_SAY {

    if($text=~/hail/i && defined $qglobals{pop_ponb_terris} && !defined $qglobals{pop_ponb_poxbourne}) {
        quest::say("Finally, after all this time, my mind is at peace... thank you, $name, Subduer of Torment.");
        quest::setglobal("pop_ponb_poxbourne", 1, 5, "F");
        $client->Message("You receive a character flag!");
        }

.....

Code:

$client->Message("You receive a character flag!");
should be

Code:

$client->Message(3,"You receive a character flag!");
otherwise the client doesn't display the flag message.

Robregen 06-06-2012 12:51 PM

This has been corrected and submitted for projecteqquest. should be in with next quest push.


All times are GMT -4. The time now is 08:16 PM.

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