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

Quests::Custom Custom Quests here

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-29-2011, 11:04 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

completely untested, but you had a couple logic errors and a double $$ one time.

Code:
sub EVENT_SAY
	{
	if($race == 'Barbarian')
		{
		if($text=~/hail/i)
			{
			quest::say("Hello $name, I am Renth McLanis. I was sent here from our home to make sure our fellow barbarians are training where they should. We support the following classes: Ranger, Rogue, Shaman and Warrior. If you are not one of these, you will have to change classes before you are allowed to advance.");
			}
		else
			{
			quest::say("Greetings $race. I'm sorry to be blunt, but I can do nothing for you. Perhaps you should seek out your proper race.");
			}
		if($text=~/warrior/i)
			{
			quest::permaclass(1);
			}
		if($text=~/ranger/i)
			{
			quest::permaclass(4);
			}
		if($text=~/rogue/i)
			{
			quest::permaclass(9);
			}
		if($text=~/shaman/i)
			{
			quest::permaclass(10);
			}
		}
	}
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 04:35 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