View Single Post
  #2  
Old 08-13-2004, 03:50 AM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

you would have to have all zones require same access, which would be lame. a single flagging quest that opens access to every zone.

Because there would be no other way by just using 1 field.

The proper solution would be to make a new table "Flags" and have the following fields.

userid
crypt of decay
bertox lair
etc
etc

the various zones would be a enum of 'true', 'false'

The source code would have to be modified in a way that a quest function is added that updates the users record in this table when a flag quest is completed. and The zoning source will need to be modified to check against the flags table before allowing the players to zone into these zones.

It seems pretty simplistic from my standpoint (dont know about the coding portion) I don't really get why nobody has added one yet. I'm sure there is a reason though.
Reply With Quote