View Single Post
  #5  
Old 12-07-2013, 06:09 PM
Lucia Moore
Sarnak
 
Join Date: Sep 2013
Posts: 32
Default

Quote:
Originally Posted by rencro View Post
Its a custom rule..

To enable it you need to insert it into your db..

If you set SOFstartzone to -1 and remove the tutorial option then whatever you set in the "variables" table for startzone will send "everybody" there, to the zones safe coords..

ie...
Code:
INSERT INTO `variables` (`varname`,`value`,`information`) VALUES 
    ('startzone','tutoriala','Setting default Startzone for all clients and races to TutorialA');

UPDATE `rule_values` SET `rule_value`='false' WHERE `rule_name` = 'World:EnableTutorialButton';
This assumes that the result of this query is -1

Code:
SELECT * from `rule_values` WHERE `rule_name` = 'World:SoFStartZoneID';
That's fine and all, but I'm not having trouble with players starting in the Mines of Gloomingdeep. I took care of that already. I'm having problems with players being able to start in Crescent Reach, an entirely different zone.

Also, I'm getting an issue where new players that pick "East Freeport" or "West Freeport" on the character creation menu start in Crescent Reach.
Reply With Quote