Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-11-2009, 02:04 PM
Capheus
Hill Giant
 
Join Date: Apr 2008
Location: Milwaukee
Posts: 141
Default

Try this

Code:
########(1.0 Rewarder)
####Zone:PoK
########

sub EVENT_SAY
{
 
  if ($ulevel>=46)
    	{

  	if ($text=~/Hail/i)
  		{
  		quest::say("Greetings $name, do you seek your first [epic] weapon for yourself and or bots?");
  		}

	if ($text=~/epic/i)
  		{
  		quest::say("As a reward for the great deeds you have done I will reward you with a weapon of great power, please tell me which class you need the item for.");
  		}

	if ($text=~/berserker/i)
    		{
      		quest::summonitem (68299);
     		quest::ding();
    		}

  	if ($text=~/cleric/i)
    		{
     	 	quest::summonitem (5532);
      		quest::ding();
  	 	}

 	if ($text=~/druid/i)
   		{
      		quest::summonitem (20490);
      		quest::ding();
    		}

  	if ($text=~/magician/i)
    		{
     		quest::summonitem (28034);
      		quest::ding();
    		}

  	if ($text=~/necromancer/i)
    		{
      		quest::summonitem (20544);
      		quest::ding();
   		 }

  	if ($text=~/enchanter/i)
		{
      		quest::summonitem (10650);
      		quest::ding();
    		}

  	if ($text=~/monk/i)
     		{
      		quest::summonitem (1683);
      		quest::ding();
    		}

  	if ($text=~/beastlord/i)
      		{
      		quest::summonitem (8495);
      		quest::summonitem (8496);
      		quest::ding();
    		}

  	if ($text=~/rogue/i)
      		{
      		quest::summonitem (11057);
      		quest::ding();
   		}  

  	if ($text=~/ranger/i)
      		{
      		quest::summonitem (20487);
      		quest::summonitem (20488);
      		quest::ding();
    		} 
 
  	if ($text=~/bard/i)
     		 {
      		quest::summonitem (20542);
      		quest::ding();
    		}
  
 	if ($text=~/shaman/i)
      		{
      		quest::summonitem (10651);
     		 quest::ding();
    		}

  	if ($text=~/warrior/i)
      		{
      		quest::summonitem (10908);
      		quest::summonitem (17859);
      		quest::ding();
    		}

  	if ($text=~/wizard/i)
      		{
      		quest::summonitem (14341);
      		quest::ding();
   		 }

  	if ($text=~/shadowknight/i)
      		{
      		quest::summonitem (14383);
      		quest::ding();
    		}

  	if ($text=~/paladin/i)
      		{
     		quest::summonitem (10099);
      		quest::ding();
		}

	}

  elsif (($text=~/Hail/i) && ($ulevel<=46))
	{
	quest::say("Sorry young $class, I am afraid you are too young still, please return to me when you are level 46.");
	}
}
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 08:20 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