View Single Post
  #2  
Old 10-18-2008, 02:35 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

If you're using a non-GM toon, then you'll need to remove the status of some zones, including Abysmal Sea to enter. They either aren't done yet, or in the case of abysmal we're not yet to a point where the zone can be opened.

A quick query to do this to abysmal is:

Code:
update zone set status = 0 where short_name = 'abysmal';
Reply With Quote