Snapshot mirror of gitlab.com/TheGrandLibrary/zaela/Server (TheGrandLibrary, Sept 2025)
Find a file
2017-09-17 13:34:35 -07:00
client_files Merge of a monster 2017-04-02 20:03:51 -07:00
cmake Servertalk implementation wip, added optional support for pub-key authenticated encryption (via libsodium), not backwards compatible. 2016-10-23 17:55:19 -07:00
common Merge fix 2017-09-17 13:20:48 -07:00
dependencies fix for tortoisegit commit and overlay issues in dependencies/.gitignore 2013-07-15 23:22:17 -04:00
eqlaunch Missing sleep def on linux 2017-04-11 22:04:49 -07:00
hc More HC work, almost fully logs in 2016-11-19 15:50:22 -08:00
libs Forgot to git add so missed a bunch of stuff 2017-07-29 00:12:21 -07:00
loginserver Merge fix 2017-04-11 21:48:01 -07:00
luabind Work-around for "strange ADL issues" not needed if using Boost 1.57.0 (was required through 1.56.0, thus test for less than 1.57.0). Tested on VS2013. 2015-01-08 09:49:46 -05:00
queryserv Merge of a monster 2017-04-02 20:03:51 -07:00
shared_memory Merge of a monster 2017-04-02 20:03:51 -07:00
tests Merge fix 2016-11-19 15:54:31 -08:00
ucs Merge of a monster 2017-04-02 20:03:51 -07:00
utils Fix sql in manifest [skip ci] 2017-08-19 16:40:49 -04:00
wi Will be redoing the event interface for subscriptions, some work for the wi and crash fixes 2017-01-30 23:22:52 -08:00
world [Windows] World process window title now updates with server name and amount of clients connected 2017-09-17 05:34:44 -05:00
zone Merge master compile fixes 2017-09-17 13:34:35 -07:00
.gitattributes Create .gitattributes 2013-02-16 15:00:23 -08:00
.gitignore Add combat mod example implementation 2017-06-08 20:11:20 -07:00
.travis.yml Reduce travis threads 2017-04-16 18:44:12 -07:00
changelog.txt Add model/race offset to FixZ calc (KLS) 2017-09-17 09:55:42 -05:00
CMakeLists.txt Update fmt lib, add recast, wip on recast pathfinder interface (broken atm) 2017-07-29 00:11:57 -07:00
GPL.txt svn -> git Migration 2013-02-16 16:14:39 -08:00
LICENSE.md Merge and a few cleanup / bug fixes 2013-05-23 12:35:00 -07:00
README.md Update README.md [skip ci] 2017-04-29 16:30:52 -04:00

EQEmulator Core Server

Travis CI (Linux) Appveyor (Windows)
Linux CI Windows CI

EQEmulator is a custom completely from-scratch open source server implementation for EverQuest built mostly on C++

  • MySQL/MariaDB is used as the database engine (over 200+ tables)
  • Perl and LUA are both supported scripting languages for NPC/Player/Quest oriented events
  • Open source database (Project EQ) has content up to expansion OoW (included in server installs)
  • Game server environments and databases can be heavily customized to create all new experiences
  • Hundreds of Quests/events created and maintained by Project EQ

Server Installs

Windows Linux
Install Count Windows Install Count Linux Install Count

> Windows

> Debian/Ubuntu/CentOS/Fedora

  • You can use curl or wget to kick off the installer (whichever your OS has)

curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh

wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh

Supported Clients

Titanium Edition Secrets of Faydwer Seeds of Destruction Underfoot Rain of Fear

Bug Reports

  • Please use the issue tracker provided by GitHub to send us bug reports or feature requests.
  • The EQEmu Forums are also a place to submit and get help with bugs.

Contributions

  • The preferred way to contribute is to fork the repo and submit a pull request on GitHub. If you need help with your changes, you can always post on the forums or try Discord. You can also post unified diffs (git diff should do the trick) on the Server Code Submissions forum, although pull requests will be much quicker and easier on all parties.

Contact

Resources