Updated Linux server setup (markdown)

gpanula 2015-05-04 22:08:35 -05:00
parent c9c6e085ed
commit 42c354f84c

@ -68,4 +68,10 @@ values ('webguiacct','RandomPassword',250,1,now());
* Once the world server is running, open a new terminal window and run `Bin/eqlaunch zone`. If Bin/zone is not in your path, you can edit your eqemu_config.xml to include:<br />
\<launcher><br />
\<exe>Bin/zone\</exe><br />
\</launcher><br />
\</launcher><br />
If you find your characters are unable to move, try applying utils/sql/git/required/2015_02_12_zone_gravity.sql . It'll fix a bug with the gravity.
~~~
mysql -u eqdbuser -p -D eq < utils/sql/git/required/2015_02_12_zone_gravity.sql
~~~
Found that solution at -> http://www.eqemulator.org/forums/showthread.php?p=239737