View Single Post
  #10  
Old 11-01-2017, 02:39 AM
Yard Dogg's Avatar
Yard Dogg
Sarnak
 
Join Date: Jul 2017
Posts: 32
Default

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)

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

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

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

In rule_values table :

World:StartZoneSameAsBindOnCreation true
Reply With Quote