View Single Post
  #2  
Old 10-12-2008, 07:47 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by Skizoke View Post
I'm currently in the process of making all created characters go to the same zone upon creation.

I updated the start_zones table with this zoneid but if there is a class/race/diety combination that is not in that table then it will resort to the default zone to spawn the character.

Has anyone updated the start zones to include all possible class/race/diety combo's? I don't want to have to do it if it has been done already.

TIA
you could always make an entry if you dont already have it in `variables`
then start zone or run this
Code:
INSERT INTO `variables` VALUES ('startzone', 'tutorialb', '', '2008-09-04 10:32:07');
Then all new created toons will start in tutorialb for this example.
Reply With Quote