Log in

View Full Version : Inconsistencies With Guide And Provided Files


MajinCry
09-05-2015, 01:32 PM
Hullo lads.

Been following the sever setup guide (holy bejeezus it's long) for the past couple days, and I hit a couple snags that are due to inconsistencies with the guide and the eqemu_config.txt.full file.

1. The guide does not instruct the creation of a second MySQL user, only the creation of the user "root".

2. The <db>eq</db> lines should be <db>peq</db> as the guide instructs the creation of a database by the name of peq, not eq.

3. <timers restart="10000" reterminate="10000"> is missing the forward slash. It should be <timers restart="10000" reterminate="10000" />

Shendare
09-05-2015, 02:13 PM
True, good catches. Though the <launchers>, <files>, and <directories> sections are generally left commented out for the use of the defaults.

MajinCry
09-05-2015, 02:29 PM
True, good catches. Though the <launchers>, <files>, and <directories> sections are generally left commented out for the use of the defaults.

That's another thing that should be added to the guide; I was under the impression that the defaults were those that were commented out, and had to be un-commented.