View Single Post
  #2  
Old 09-11-2014, 10:59 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

There is a start_zones tables that allows you to set zone id, x, y, z, and heading. There is also a rules in rule_values for setting the tutorial zone and disabling the tutorial button., more information below.

start_zones Query (Change # to the corresponding co-ordinate):
Code:
UPDATE `start_zones` SET `x` = '#', `y` = '#', `z` = '#', `heading` = '#', `zone_id` = '#', `start_zone` = `zone_id`, `bind_x` = `x`, `bind_y` = `y`, `bind_z` = `z`
Rules in rule_values:
Code:
World:TutorialZoneID
World:EnableTutorialButton
Reply With Quote