EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   Entering World vs. Entering Zone (https://www.eqemulator.org/forums/showthread.php?t=28663)

joligario 06-22-2009 09:38 PM

Entering World vs. Entering Zone
 
Using templates\player.pl as a test bed.

Code:

sub EVENT_ENTERZONE {
  quest::shout("I have entered the zone!");
}

Does not show on my character's screen when first entering world, only upon zoning. Possible that it does not fire this event at all.

Shendare 06-22-2009 09:50 PM

Is it possible the shout is happening before the character's client is monitoring chat channels? Have you tried setting the script to set a timer, say 10 seconds, and doing the shout when the timer hits?

ChaosSlayerZ 06-22-2009 09:51 PM

actualy its "working as coded".
In the wiki this is exactly how this comand described with note of "the player will NOT see this effect cuase he will be zoning at this time" :D

joligario 06-22-2009 09:58 PM

Yeah, turns out it varies whether or not it fires before or after zone. Thanks for looking into it.


All times are GMT -4. The time now is 08:14 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.