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

Quests::Custom Custom Quests here

Reply
 
Thread Tools Display Modes
  #1  
Old 02-11-2013, 02:24 AM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default GM Easter Egg Title Quest

I was a Co-Developer on a server called Harbingers Safehaven. An aspect about the server that players like is throughout our content we had very hidden NPC's scaling in difficulty so player hub was the easiest one to fine, and T2 was the hardest. These NPC's where based upon the names of the GM's and Donators alike.

Code:
#Starf the Drowning (Starf the Drowning)
sub EVENT_SAY
{
	
	my $Drag = quest::saylink("Drag", 1);
	my $NPCName = $npc->GetCleanName();
	
	if ($text =~/hail/i)
	{
		$client->Message(315, "$NPCName says to you through telepathy, 'Please save me. I've been stuck under here for some time now. [$Drag] Me out of here please?'"); 
		quest::emote("lets out his last air bubble.");
	}

	if ($text =~/drag/i)
	{
		$client->Message(315, "$NPCName says to you through telepathy, 'Thank you, it will be good to see my family again.'");
		##quest::enabletitleset("998");
		quest::depop();
	}
}
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote
  #2  
Old 02-11-2013, 03:26 PM
orionsun
Banned
 
Join Date: May 2009
Location: USA
Posts: 22
Default

Hold on a sec.... please slow down...

You hail a guy then get a title?

I don't get it, could you break it down to easier to understand sections?

P.S. How would I make a quest where the NPC responds to a hail?
Reply With Quote
  #3  
Old 02-11-2013, 03:28 PM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default

Its not so much the quest itself that im trying to share its the idea behind it
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
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 02:15 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