View Single Post
  #1  
Old 12-19-2014, 12:34 PM
Bohbo
Hill Giant
 
Join Date: Dec 2012
Posts: 116
Default Starting Zone - Trying to set global start zone

Firstly I read this...
http://www.eqemulator.org/forums/showthread.php?t=34027

This is the code i used
Code:
update start_zones set zone_id = 152;
update start_zones set start_zone = 152;
update start_zones set bind_x =  25;
update start_zones set bind_y = 0;
update start_zones set bind_z = -28.5;
Under variables tables I have nothing mentioning start zones at all.

Under rule_values I have
Code:
world:SoFStartZoneID -1
world:tutorialzoneID -1
I tried setting SOF and Tutorial zone to 152 also, didn't help so i kept it at 152.

Any help would be appreciated, I just want all new characters to end up in Nexus.

Also in my world.exe I get "No Start_Zones entry in database, using defaults"
Reply With Quote