View Single Post
  #4  
Old 05-16-2006, 04:36 AM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

zone_id controls where the player starts at, and bind_id controls where the player is bound. The only problem is it binds them at the safepoint of the zone. You could do a mass update in sql with UPDATE start_zones set bind_id='x'; where x is the number of your zone. I'm pretty sure that's the syntax.

p.s. As far as i've ever been able to tell the start_zone field does nothing.
Reply With Quote