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
  #21  
Old 08-07-2004, 06:34 AM
jimbox114
Hill Giant
 
Join Date: Jun 2004
Posts: 231
Default

I tried changing the quest around, and I even made a whole new npc (A_Teacher_of_Magic) and still get the same thing. I tried it with the 65 in there, and I tried it without anything in it, here is what I have right now:

sub EVENT_SAY
{
if ($text=~ /Hail/i){quest::say("Hello $name, are you interested in having your spells [scribed]?");}
if ($text=~ /scribed/i){quest::say("You have come to the right person, however I need you to do me a small favor. I do not like those thieves that have been hanging around the sewers. You do know where I am talking about right? It is the ones to the left of the gates of Freeport which lead you to North Freeport. Anyways bring me one of their daggers and I will teach you all the spells that a $class can use.");}
if ($text=~ /just do it/i){quest::say("You don't have to get nasty $name, fine here is your blasted spells!"); quest::scribespells();}
}
sub EVENT_ITEM
{
if ($itemcount{1451} == 1){quest::say("Thank you for your assistance $name. As promised here is your spells.");
quest::scribespells(65);
quest::exp(25);}
}

When I say "Just do it" I don't even get the text. When I hand item 1451 in, I don't get no text and I don't get the exp either. Basically the only reason I have the exp in there is just to see if any of it works. Pretty much all it does right now is responds to hail and scribed. You know, now that I think of it I don't think there is any servers that has a working spells scriber? Is this possibly a command that simply don't work as part of a quest atm? Might just end up doing like scorp2k does and just have gm's do it.

On the brighter side got some of my quests working that I couldn't get to work before. Penfrost's Quest can now be completed.
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 02:44 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