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 07-17-2006, 07:45 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default settimer question

---------
sub EVENT_DEATH
{
my $a = quest::ChooseRandom(227038,227038,227038,227038,22 7034,227034,227034,227097);
my $x = $npc->GetX();
my $y = $npc->GetY();
my $z = $npc->GetZ();
my $h = $npc->GetHeading();
if ($a =~ /227097/)
{
quest::say("Krakskull is coming");
quest::spawn2($a,0,0,$x,$y,$z,$h);
}
else
{
quest::say("Ouch! He got me!");
quest::settimer(1,10);
quest::spawn2($a,0,0,$x,$y,$z,$h);
}
}
-------------

I have all this working, void the timer - I set "say text" in there so I could be sure it was working.
when normal spawn dies, there should be a 10 second delay (after text and before spawn), and it's not happening. Anyone have any ideas why?

Last edited by Angelox; 07-17-2006 at 03:47 PM.. Reason: typo
Reply With Quote
Reply


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 09:50 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3