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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-15-2010, 10:04 PM
LeftRoad
Sarnak
 
Join Date: Aug 2005
Location: Maine
Posts: 38
Default 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);
	}
}
Reply With Quote
  #2  
Old 01-31-2010, 10:26 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Thanks, updated PEQ's repo.
Reply With Quote
Reply

Thread Tools
Display Modes

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 09:18 AM.


 

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