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 03-15-2010, 08:12 PM
boo2
Fire Beetle
 
Join Date: May 2008
Location: Bahamas
Posts: 10
Default

Code:
# Grizzly

my $globalname = "Grizzly";

sub EVENT_SAY {
my $NPCName = $npc->GetCleanName();

my $journey    = quest::saylink("journey", 0, "journey");

   if($text=~/hail/i && $qglobals{$globalname} == 2){
         quest::emote(" stares at you with disbelief.");
   }
    elsif($text=~/hail/i && !$qglobals{$globalname} ){
        quest::say("Greetings $name, I am the Milita Recruiter. Would you like to begin your $journey?");
   }
    elsif($text=~/journey/i){
        quest::setglobal("$globalname",1,2,"F");
        quest::summonitem(33969);
        quest::say("Welcome to the Militia, $name. You will report to Tzu with this note, and he will take it from there. Good luck."); }
}
}
that is what i have now, now it crashes the zone.

I want you to be able to get your note from this guy, and then he will just stare at you in disbelief if you hail him again.
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 05:32 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