mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-02 16:32:26 +00:00
Updated Linux server setup (markdown)
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user