Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Quests

Archive::Quests Archive area for Quests's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 09-04-2004, 02:13 PM
Deimos
Hill Giant
 
Join Date: Jun 2004
Posts: 135
Default

Hey everyone, the solutions didn't quite work out...
this is what I have now.......
Code:
#Zone:
#Short Name: potimea 
#Long Name: Plane of Time A 
#Zone ID:219 

#NPC:
#NPC Name: A Powerful Rogue
#NPC ID: 281268

#-----------------------------------------------------------------------------------
sub EVENT_SAY 
{
	#HAILING HAILING HAILING HAILING HAILING HAILING HAILING HAILING HAILING HAILING
	if(($text=~/hail/i) && ($class eq "Rogue") && ($ulevel > 64))
	{
		{
		quest::say("The Plane of Time is a dangerous place.
		In this plane is the Father of Time himself. We all
		call him Father Time. He has a weapon I would really
		love to get my hands on and if you are up to it you
		could maybe get this [object] I am in need of.");	
		}
	elsif(($text=~/hail/i) && ($class eq "Rogue") && ($ulevel < 65))
		{
		quest::emote("stares at you knowing that you can
		server a purpose for her but that you are not yet
		powerful enough to do it.");
		}
   else 
		{
		quest::say("I will only speak with those who have chosen
		the same path as me. Begone!");
		}
	}
	#OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT OBJECT
	if(($text=~/object/i) && ($class eq "Rogue") && ($ulevel > 64))
	{
		quest::say("This weapon is called the Staff of Flowing
		Time and as a Rogue you will have no need for it. I
		need it though for that new Thieves Guild. I can't join
		it unless I provide it to them to prove my power. I can't
		talk Father Time into giving me the staff though. I am
		looking for someone to [kill] him. Are you willing?");
	}
	#KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL KILL
	if(($text=~/kill/i) && ($class eq "Rogue") && ($ulevel > 64))
	{
		quest::say("I will reward you for bringing me back
		his Staff of Flowing Time. It is the One-Handed Blunt
		type so make sure you bring me the right one or I am
		going to take it for myself. You reward is a special
		spear made specifically for a rogue. It can only be
		used for rogues. Bring me the staff and I will give
		you the spear.");
	}
}

sub EVENT_ITEM {

	if($itemcount{69250} == 1)
	{

		quest::say("Aha! The Staff of Flowing Time! As promissed
		here is your spear as promised!");

		quest::emote("hands you the spear.");

		quest::summonitem(69011);
	}
}

#( END of FILE )
pwz help, lol
Reply With Quote
 


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 10:06 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3