Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

Quests::Submissions This is where you submit your quests for review

Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2012, 11:22 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 377
Default 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.
Reply With Quote
  #2  
Old 06-06-2012, 12:51 PM
Robregen
Developer
 
Join Date: May 2011
Posts: 108
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:26 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3