Both sides previous revisionPrevious revisionNext revision | Previous revision |
servers:linux:games:trinitycore_3.3.5 [2024/08/13 16:37] – [Transfer Extractors to Client] Sean Rhone | servers:linux:games:trinitycore_3.3.5 [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
---|
* [[Information:Realm of Espionage]] | * [[Information:Realm of Espionage]] |
* wow.realmofespionage.xyz ((WoW ''realmlist.wtf'')) | * wow.realmofespionage.xyz ((WoW ''realmlist.wtf'')) |
| |
| ===== Notes ===== |
| |
| * 2024/10/30: These notes haven't been re-factored in a while and likely benefit from some more-recent changes on [[servers:linux:games:trinitycore_3.3.5_localhost|localhost Server notes]] |
| |
| ===== Listings ===== |
| |
| * [[https://forum.ragezone.com/threads/wow-roe-wotlk-a-blizzlike-server-prioritizing-security-and-upstream-fixes.1087050/|RAGEZONE]] |
| * [[http://www.d3scene.com/forum/advertise-your-private-server/106822-roe-wotlk-trinitycore-3-3-5-server-aim-high-security-upstream-fixes.html|D3Scene]] |
| * [[http://www.ac-web.org/forums/showthread.php?214555-RoE-(WotLK)-A-stock-TrinityCore-3-3-5-server-with-security-and-transparency-in-mind|AC Web]] |
| * [[http://www.gamerzplanet.net/forums/world-of-warcraft-private-server-advertisement/598830-roe-wotlk-a-trinitycore-3-3-5-server-with-aim-of-high-security-and-upstream-fixes.html|GamerzPlanet]] |
| * [[http://wowbb.org/topic/525-roe-wotlk-a-trinitycore-335-server-with-aim-of-high-security-and-upstream-fixes/|WoWBB]] |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[distros:fedora_server|Fedora Server]] | * [[linux:distros:server:fedora_server|Fedora Server]] |
* [[servers;linux;mariadb|MariaDB]] | * [[servers;linux;mariadb|MariaDB]] |
* [[games;linux;wine;world_of_warcraft_3.3.5|World of Warcraft (3.3.5)]] ((required for content extraction, and since the core and tools are compiled on Linux the extraction tools also require Linux)) | * [[games;linux;wine;world_of_warcraft_3.3.5|World of Warcraft (3.3.5)]] ((required for content extraction, and since the core and tools are compiled on Linux the extraction tools also require Linux)) |
====== Settings ====== | ====== Settings ====== |
| |
===== authserver.conf ===== | ===== authserver ===== |
| |
| * Last updated: 2023/07/30 |
| * Last commit: [[https://github.com/TrinityCore/TrinityCore/commit/68bf7e6d12e1689d688db32c05066b8832922c67|Jul 28, 2021]] ''68bf7e6'' |
| * [[https://github.com/TrinityCore/TrinityCore/commits/3.3.5/src/server/authserver/authserver.conf.dist|New commits check]] |
| * [[https://raw.githubusercontent.com/TrinityCore/TrinityCore/3.3.5/src/server/authserver/authserver.conf.dist|Upstream authserver.conf.dist]] |
| |
| nano ~/'Projects/trinity-335/run/etc/authserver.conf' |
| |
| <code> |
| LoginDatabaseInfo = ".;/var/lib/mysql/mysql.sock;authserver;x;authserver"</code> |
| |
| ===== worldserver ===== |
| |
| * Last updated: 2023/07/30 |
| * Last commit: [[https://github.com/TrinityCore/TrinityCore/commit/e11613eeb5dcad16f5908c9c7dd8109baabe9272|Feb 16, 2023]] ''e11613e'' |
| * [[https://github.com/TrinityCore/TrinityCore/commits/3.3.5/src/server/worldserver/worldserver.conf.dist|New commits check]] |
| * [[https://raw.githubusercontent.com/TrinityCore/TrinityCore/3.3.5/src/server/worldserver/worldserver.conf.dist|Upstream worldserver.conf.dist]] |
| |
| * :!: TODO: Update for ''conf.d'' |
| |
| nano ~/'Projects/trinity-335/run/etc/worldserver.conf' |
| |
* See [[notes:trinitycore_confs#authserverconf|authserver.conf]] | <code> |
| LoginDatabaseInfo = ".;/var/lib/mysql/mysql.sock;authserver;x;authserver" |
| WorldDatabaseInfo = ".;/var/lib/mysql/mysql.sock;worldserver;x;worldserver" |
| CharacterDatabaseInfo = ".;/var/lib/mysql/mysql.sock;characters;x;characters" |
| Quests.LowLevelHideDiff = -1 |
| Motd = "Welcome to the Realm of Espionage World of Warcraft server!" |
| Server.LoginInfo = 1 |
| BirthdayTime = 1170471600</code> |
| |
===== worldserver.conf ===== | ==== TODO Settings ==== |
| |
* See [[notes:trinitycore_confs#worldserverconf|worldserver.conf]] | <code> |
| # Distance |
| Visibility.Distance.Continents = 533 |
| Visibility.Distance.Instances = 533 |
| Visibility.Notify.Period.OnContinents = 250 |
| Visibility.Notify.Period.InInstances = 250</code> |
| |
====== Create GM Account ====== | ====== Create GM Account ====== |