Snapshot mirror of gitlab.com/TheGrandLibrary/akkadius/Server (TheGrandLibrary, Sept 2025)
Find a file
2025-02-01 15:47:48 -06:00
.devcontainer [Feature] Add devcontainer support (#4294) 2024-05-09 00:54:21 -05:00
.vscode [Feature] Add devcontainer support (#4294) 2024-05-09 00:54:21 -05:00
client_files [Feature] Evolving Item Support for RoF2 (#4496) 2025-01-19 18:10:19 -06:00
cmake LuaJIT calls it lua51.lib/dll on Windows ... (#1247) 2021-02-11 13:52:11 -06:00
common Ring buffer send poc 2025-02-01 15:47:48 -06:00
dependencies fix for tortoisegit commit and overlay issues in dependencies/.gitignore 2013-07-15 23:22:17 -04:00
eqlaunch [Cleanup] Remove GetStartCount() and InitStartTimer() from zone_launch.cpp and zone_launch.h (#3121) 2023-03-17 19:21:50 -04:00
hc Revert "Revert "Build System Updated"" 2019-10-13 18:49:16 -07:00
libs [Code] Update perlbind to 1.1.0 (#4529) 2024-11-05 20:14:29 -06:00
loginserver [Network] Prune / disconnect TCP connections gracefully (#4574) 2025-01-05 23:48:00 -06:00
queryserv [Feature] Add RoF2 Guild features (#3699) 2024-02-10 03:27:58 -06:00
shared_memory [Feature] Evolving Item Support for RoF2 (#4496) 2025-01-19 18:10:19 -06:00
submodules [Code] Update fmt to 10.2.1 (#4071) 2024-02-16 00:29:04 -06:00
tests Ignore optionals when finding task step (#3836) 2024-01-05 17:05:56 -05:00
ucs [UCS] Consolidate configuration block (#3768) 2024-01-06 21:55:51 -06:00
utils [Feature] Implement "Big Bags" 2025-01-27 18:54:53 -06:00
world Update worlddb.cpp 2025-01-27 18:54:53 -06:00
zone Speed up lazy loading 2025-01-28 01:54:22 -06:00
.drone.yml [CI] Switch to use clang for Linux builds (speed) (#3777) 2023-12-17 15:17:29 -06:00
.editorconfig editorconfig 2018-08-04 15:26:21 -04:00
.gitattributes Create .gitattributes 2013-02-16 15:00:23 -08:00
.gitignore [Linux] Implement KSM Kernel Samepage Merging with Maps (#4601) 2025-01-21 15:50:20 -06:00
.gitmodules Swap out recast for our own submod 2019-05-17 00:18:32 -07:00
BUILD.md [Bots] Cleanup and remove preprocessors. (#2757) 2023-01-20 12:35:33 -06:00
CHANGELOG.md [Release] 22.62.1 (#4627) 2025-01-27 16:36:51 -06:00
changelog.txt Update changelog.txt 2021-09-09 09:52:26 -05:00
CMakeLists.txt [Maps] Fix broken Map MMFS implementation (#4576) 2025-01-05 23:48:09 -06:00
CODE_OF_CONDUCT.md [Docs] Create CODE_OF_CONDUCT.md (#1360) 2021-05-24 20:23:50 -05:00
LICENSE Change license to GPL3 instead of LGPL3 I'm not sure why this happened it should of always been GPL3 as per the attributions in the source 2018-07-02 22:09:37 -07:00
package.json [Release] 22.62.1 (#4627) 2025-01-27 16:36:51 -06:00
pull_request_template.md Update pull_request_template.md 2024-03-31 22:55:27 -05:00
README.md [Readme] Update build badges with Drone 2023-01-29 17:06:48 -06:00
SECURITY.md Update SECURITY.md 2019-08-15 20:21:09 -05:00

EQEmulator Core Server

Drone (Linux x64) Drone (Windows x64)
Build Status Build Status

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

  • Install Guide

  • 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

Other License Info

  • The server code and utilities are released under GPLv3
  • We also include some small libraries for convienence that may be under different licensing
    • SocketLib - GPL LibXML
    • zlib - zlib license
    • MariaDB/MySQL - GPL
    • GPL Perl - GPL / ActiveState (under the assumption that this is a free project)
    • CPPUnit - GLP StringUtilities - Apache
    • LUA - MIT

Contributors