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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-08-2010, 11:28 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

I ran this and it worked fine

Code:
sub EVENT_SAY {
if ($text =~/Hail/i)
{ 
quest::say ("Well Hello there $name would you like to (travel) to Blackburrow Or learn about the (quest) for Blackburrow?");
}

if ($text =~/travel/i)
{
quest::say ("$name ,Have fun on your journey");
quest::movepc(17,38.9,-156.9,-4.4);
}

if ($text=~/quest/i)
{
quest::say("Greetings, $name I have a [process]");
}

}

sub EVENT_ITEM {
if (plugin::check_handin(\%itemcount, 16905 => 1, 16857 => 1, 10035 => 1))
{
quest::emote("removes a item from his pocket.");
quest::say("This is yours. Care for it well!");
quest::summonitem(10051); #ruby crown
}
                }
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #2  
Old 01-09-2010, 12:30 AM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

the turnin worked also i htink im missing my plugins
Reply With Quote
  #3  
Old 01-09-2010, 12:38 AM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

Finally Got it working thank you all so much i owe you thanks again pretty sure my plugins were messed up
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 08:31 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