Page 1 of 1

Ruleset Details bug in Public SVN 1181

Posted: Sat Apr 04, 2015 12:16 pm
by John Adams
For those using the public SVN rev 1181 `vgo_world.sql` file, there is a bug I inadvertently copied to the release DB that was only for the Content server. Any public server appears "Locked" due to the new rule R_World::Locked. To fix this, run this query on your world database:

Code: Select all

UPDATE `ruleset_details` SET `rule_value`='0' WHERE `rule_category`='R_World' AND `rule_type` = 'Locked'; 
Note this only affects players testing the new LaunchPad right now, so it's not a show-stopper for any other public server - this is just a heads up.

It will be fixed in the next Public SVN update.

Re: Ruleset Details bug in Public SVN 1181

Posted: Fri May 15, 2015 10:37 am
by Blackstorm
Hi,

With the current Launchpad i have found that after some poeple to be connected and after a moment, the server is not accessible (waiting for data...), if you update the DB with John's query, that should resolve this issue.