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
  #5  
Old 03-26-2008, 01:16 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

Quote:
Originally Posted by Congdar View Post
this looks like the west freeport sparing monks script i wrote for Ran`Un. It's working fine in west freeport without stoptimer.

Are other quests working? Is Perl working, because animations are working for me.
aye that is where I got it from - but i have no idea if it ever qorked in FP.

So far i run into situation where "scrip wroks as intendend" even wihout checking how mcuh time has passed, in some files, and don't work in others at all.

for exampel the following code is not suppose to work:

Quote:
#fiherman



sub EVENT_SPAWN
{

quest::settimer("fish1", 180);
quest::say("It is fish time! Oh no! All the dang cats allready here!");


}



sub EVENT_TIMER
{

if($timername eq "fish1")
{
quest::doanim(1);
}

quest::say("Come on fishy-fishy!..Hushhhh, you little hungry devils! Get away from my fish!");



}
As you see it says the phrase BEFORE it checks the timers - yet phrase fires off every 3 min, but animation never
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 07:15 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