View Full Version : Entering World vs. Entering Zone
joligario
06-22-2009, 09:38 PM
Using templates\player.pl as a test bed.
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.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.