View Full Version : Exitzone?
neiv2
03-19-2009, 08:30 PM
I know there is an EVENT_ENTERZONE because I use it (although I do not see that event listed in the quest event list here (http://www.eqemulator.net/wiki/wikka.php?wakka=QuestTutorial)). Is there a corresponding EVENT_EXITZONE? Also, is there an updated quest list somewhere?
cavedude
03-19-2009, 09:07 PM
That is up to date. ENTERZONE is a player script event found here: http://www.eqemulator.net/wiki/wikka.php?wakka=QuestPlayerQuestExamples No, there is no EXITZONE event since once the player entity leaves the zone, it becomes very difficult to do anything with it.
neiv2
03-19-2009, 09:22 PM
Thanks cavedude; that makes sense. On a related note, it looks like EVENT_ZONE would accomplish the same purpose. There is a note about this particular event that it won't work if the function the event is triggering is a message (which makes sense). I am, however, using it to trigger an external batch file. I assume it will still execute perl commands even though I am zoning?
cavedude
03-20-2009, 12:04 AM
If the script is started before you zone, then yeah it should complete.
neiv2
03-20-2009, 01:07 AM
It works :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.