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
  #1  
Old 05-12-2009, 05:32 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default Timer Problem

Ok I have a quest where the npc starts a timer and is supposed to kick the person back to PoK after a minute and a half. Nothing happens.

This is the quest giver
Code:
sub EVENT_SAY{
 if ($text=~/hail/i){
 quest::say("text");
 }
 if ($text =~/ready/i){
 quest::spawn(1295,0,0,-31.4,-165.8,0.5);
 quest::moveto(-1094.4, 29.7, -26.9);
 quest::settimer("wizboot", 90);
 }
}
 sub EVENT_TIMER{
 if ($timer eq "wizboot"){
 quest::movepc(202,-107,-190,-156);
 quest::stoptimer("wizboot");
}
}
I also added
Code:
if ($timer eq "wizboot"){
quest::movepc(202, -107,-190,-156);
 quest::stoptimer("wizboot");
}
to player.pl. For some reason this won't boot the person back to PoK
Reply With Quote
 

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 03:35 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