View Single Post
  #3  
Old 06-29-2008, 06:49 PM
Neiv
Hill Giant
 
Join Date: May 2008
Location: Colorado
Posts: 238
Default

Quote:
Originally Posted by trevius View Post
Only thing I can think of is to check your Zone_Dump table and see if it has anything listed for that zone in it and remove those lines. I think there is an issue if you have a static zone and mess with changing it to dynamic after a state change as been recorded (or something like that).
I think I found the issue.

My initial suspicion was that is had something to do with changing the server from persistent state 0 to 1 and back to 0. I checked the Zone_State_Dump table, but I didn't find much helpful information there.

On a whim, I began checking server logs. There was one named eqemu_quest_zone_xxxx.log. It showed that a recently created script (for eastkarana) had some errors in it (in particular, three quotation marks within a single quest::say statement, rather than two). I made the fix, restarted everything, and now I can enter the zone fine. Could a simple error in a quest script have been preventing access to the zone? It seems odd to me that it would, but I'm not an expert on this so what do I know?
Reply With Quote