Log in

View Full Version : starting zones?


spider661
06-06-2008, 12:56 AM
i set all the fields in the starting zone db to start all the chars in the same area then i found that barb berserker where not starting where i had set it. and im not sure if anyone else is not going where is set it..

i noticed a while back a setting i could put in the rules table that would override the start zone table and just put everyone in the zone i put in there but i cant find the post now..

so anyone know what that rule was and weather or not it goes in the rule sets or the rule values?

John Adams
06-06-2008, 12:58 AM
In the `variables` table, add a varname: "startzone" and value: "tutorialb" (no quotes) if you want every player to start in the Mines of Gloomingdeep (for example).

No rules or coding necessary.

quadroplex
06-06-2008, 12:59 AM
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:

insert into variables (varname, value, information) VALUES ('startzone', 'tutorialb', 'starting zone for all new characters');

spider661
06-06-2008, 01:15 AM
thanks alot