Thread: starting zones?
View Single Post
  #3  
Old 06-06-2008, 12:59 AM
quadroplex
Banned
 
Join Date: May 2008
Location: Reno baby YEAH LOL
Posts: 123
Default

make a variable with the varname startzone and the value set to whatever zone you want everyone to start in like tutorialb for the mines of glooming deep or what not

sql code for this:
Code:
insert into variables (varname, value, information) VALUES ('startzone', 'tutorialb', 'starting zone for all new characters');
Reply With Quote