View Single Post
  #12  
Old 11-01-2017, 02:14 PM
Movement
Sarnak
 
Join Date: Sep 2011
Posts: 77
Default

Quote:
Originally Posted by Yard Dogg View Post
In the TWO tables that need editing to change start zones,
(for each race/class/deity), some things have to match up :

In character_create_combinations table:

The start_zone column - The value here has to match up in
two of the columns in the start_zones table (for example,
using zone 202).....CHECK!

In start_zones table :

The following 8 columns need to be edited-
x, y, z, zone_id, start_zone, bind_x, bind_y, bind_z.....CHECK (for all)... this is how I started out initially.

The zone_id column AND start_zone column have to be the
zone you are using (for example, 202)....CHECK

It's a good idea for the x, y and z columns to match the
bind_x, bind_y and bind_z tables....CHECK

In rule_values table :

World:StartZoneSameAsBindOnCreation true.......CHECK

For all above, check. I made sure all of those above were correct before even making this post lol But thank you for your response!

Edit: I wonder... do you have to put WHOLE numbers where it says: "bind_x....y...z"? ie can you put 30.22 or does it have to be just "30"? Maybe thats the issue, can the server not truncate a decimal value in those fields? Could it really be that simple?

Answer: NOPE! Still didnt work! :(
Reply With Quote