View Single Post
  #7  
Old 08-16-2004, 07:54 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Ok some new ideas, going by your suggestions.

1. add a field to zone that dictates whether or not the zone in question is an instance style zone. 1 = yes, 0 = no. Basically yes means that there can be multiple instances of the zone, no means that there can only be one of that zone for players to play in.

2. add a field to character_ called instid, this field stores the particular instance ID that character is assigned to.

3. in the instance table, remove charid and use this table as the general instance info...instid, zoneid, advlevel, etc. When the player zones it will check this table and if the target_zone id = the zoneid for their instid, then it will move them to that instance, otherwise it will continue like normal.
__________________
Xeldan
Lead Content Designer
Shards of Dalaya
Reply With Quote