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, 12:37 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

My editor has now been modified so MovePc is now movepc.
That should help if you're using it.


GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #2  
Old 01-08-2010, 12:43 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You are missing brackets:

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?");
        }
        elsif ($text =~/travel/i)
        {
                quest::say ("$name ,Have fun on your jorney");
                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
        }
}
Reply With Quote
  #3  
Old 01-08-2010, 01:02 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

ok finally got it working only problem im having now is that when i do the handin its not giving me back an item just keeps what i give
i checked and im handing in correct items not sure why its not working
Reply With Quote
  #4  
Old 01-08-2010, 01:03 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

and thanks for all the help you guys rock
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 05:38 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3