• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[TBC Eluna]: Compiled latest release.

Status
Not open for further replies.
------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
------ Build started: Project: revision.h, Configuration: Release Win32 ------
------ Build started: Project: ACE_Project, Configuration: Release Win32 ------
Building Custom Rule C:/.../Source/dep/ACE_wrappers/CMakeLists.txt
CMake does not need to re-run because C:\...\Build\dep\ACE_wrappers\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'ACE_Project'
Performing ACE_Upgrade step for 'ACE_Project'
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1008]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

MSBUILD : error MSB1001: Unknown switch.
Switch: /upgrade

For switch syntax, type "MSBuild /help"
------ Build started: Project: TBB_Project, Configuration: Release Win32 ------
Building Custom Rule C:/.../Source/dep/tbb/CMakeLists.txt
CMake does not need to re-run because C:\...\Build\dep\tbb\CMakeFiles\generate.stamp is up-to-date.
Creating directories for 'TBB_Project'
Performing TBB_Upgrade step for 'TBB_Project'
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1008]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

MSBUILD : error MSB1001: Unknown switch.
Switch: /upgrade

For switch syntax, type "MSBuild /help"
------ Build started: Project: game, Configuration: Release Win32 ------
HookMgr.cpp
c:\...\source\src\game\luaengine\HookMgr.h(42): error C2146: syntax error : missing ';' before identifier 'OnCanUseItem'
c:\...\source\src\game\luaengine\HookMgr.h(42): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(42): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(42): warning C4183: 'OnCanUseItem': missing return type; assumed to be a member function returning 'int'
c:\...\source\src\game\luaengine\HookMgr.h(47): error C2061: syntax error : identifier 'ItemPrototype'
c:\...\source\src\game\luaengine\HookMgr.h(87): error C2061: syntax error : identifier 'DuelCompleteType'
c:\...\source\src\game\luaengine\HookMgr.h(90): error C2061: syntax error : identifier 'Group'
c:\...\source\src\game\luaengine\HookMgr.h(90): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
c:\...\source\src\game\luaengine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(92): error C2061: syntax error : identifier 'Channel'
c:\...\src\game\luaengine\HookMgr.h(92): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(95): error C2061: syntax error : identifier 'Spell'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2146: syntax error : missing ';' before identifier 'OnCanUseItem'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2433: 'HookScript::InventoryResult' : 'virtual' not permitted on data declarations
c:\...\source\src\game\luaengine\HookMgr.h(135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(135): warning C4183: 'OnCanUseItem': missing return type; assumed to be a member function returning 'int'
c:\...\source\src\game\luaengine\HookMgr.h(140): error C2061: syntax error : identifier 'ItemPrototype'
c:\...\source\src\game\luaengine\HookMgr.h(180): error C2061: syntax error : identifier 'DuelCompleteType'
c:\...\source\src\game\luaengine\HookMgr.h(183): error C2061: syntax error : identifier 'Group'
c:\...\source\src\game\luaengine\HookMgr.h(183): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
c:\...\source\src\game\luaengine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(185): error C2061: syntax error : identifier 'Channel'
c:\...\source\src\game\luaengine\HookMgr.h(185): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(188): error C2061: syntax error : identifier 'Spell'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2065: 'EQUIP_ERR_OK' : undeclared identifier
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(55): error C2556: 'InventoryResult HookMgr::OnCanUseItem(const Player *,uint32)' : overloaded function differs only by return type from 'int HookMgr::OnCanUseItem(const Player *,uint32)'
c:\...\source\src\game\luaengine\HookMgr.h(42) : see declaration of 'HookMgr::OnCanUseItem'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(55): error C2371: 'HookMgr::OnCanUseItem' : redefinition; different basic types
c:\...\source\src\game\luaengine\HookMgr.h(42) : see declaration of 'HookMgr::OnCanUseItem'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(59): error C2440: 'initializing' : cannot convert from 'int' to 'InventoryResult'
Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(106): error C2511: 'bool HookMgr::OnExpire(Player *,const ItemPrototype *)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(369): error C2511: 'void HookMgr::OnDuelEnd(Player *,Player *,DuelCompleteType)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(390): error C2511: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &,Group *)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(399): error C2511: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &,Guild *)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(408): error C2511: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &,Channel *)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
..\..\..\Source\src\game\LuaEngine\HookMgr.cpp(429): error C2511: 'void HookMgr::OnSpellCast(Player *,Spell *,bool)' : overloaded member function not found in 'HookMgr'
c:\...\source\src\game\luaengine\HookMgr.h(29) : see declaration of 'HookMgr'
LuaHooks.cpp
c:\...\source\src\game\luaengine\HookMgr.h(42): error C2146: syntax error : missing ';' before identifier 'OnCanUseItem'
c:\...\source\src\game\luaengine\HookMgr.h(42): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(42): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(42): warning C4183: 'OnCanUseItem': missing return type; assumed to be a member function returning 'int'
c:\...\source\src\game\luaengine\HookMgr.h(47): error C2061: syntax error : identifier 'ItemPrototype'
c:\...\source\src\game\luaengine\HookMgr.h(87): error C2061: syntax error : identifier 'DuelCompleteType'
c:\...\source\src\game\luaengine\HookMgr.h(90): error C2061: syntax error : identifier 'Group'
c:\...\source\src\game\luaengine\HookMgr.h(90): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
c:\...\source\src\game\luaengine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(92): error C2061: syntax error : identifier 'Channel'
c:\...\source\src\game\luaengine\HookMgr.h(92): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(95): error C2061: syntax error : identifier 'Spell'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2146: syntax error : missing ';' before identifier 'OnCanUseItem'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2433: 'HookScript::InventoryResult' : 'virtual' not permitted on data declarations
c:\...\source\src\game\luaengine\HookMgr.h(135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\...\source\src\game\luaengine\HookMgr.h(135): warning C4183: 'OnCanUseItem': missing return type; assumed to be a member function returning 'int'
c:\...\source\src\game\luaengine\HookMgr.h(140): error C2061: syntax error : identifier 'ItemPrototype'
c:\...\source\src\game\luaengine\HookMgr.h(180): error C2061: syntax error : identifier 'DuelCompleteType'
c:\...\source\src\game\luaengine\HookMgr.h(183): error C2061: syntax error : identifier 'Group'
c:\...\source\src\game\luaengine\HookMgr.h(183): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
c:\...\source\src\game\luaengine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(185): error C2061: syntax error : identifier 'Channel'
c:\...\source\src\game\luaengine\HookMgr.h(185): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
c:\...\source\src\game\luaengine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
c:\...\source\src\game\luaengine\HookMgr.h(188): error C2061: syntax error : identifier 'Spell'
c:\...\source\src\game\luaengine\HookMgr.h(135): error C2065: 'EQUIP_ERR_OK' : undeclared identifier
ReputationMgr.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
Unit.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
LootHandler.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
ScriptMgr.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
Spell.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
SpellEffects.cpp
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(91): error C2535: 'bool HookMgr::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(89) : see declaration of 'HookMgr::OnChat'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2061: syntax error : identifier 'Guild'
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(184): error C2535: 'bool HookScript::OnChat(Player *,uint32,uint32,std::string &)' : member function already defined or declared
C:/Documents and Settings/Owner/My Documents/Dropbox/Website/www/World of Warcraft 2.4.3/Server/Source/src/game/LuaEngine\HookMgr.h(182) : see declaration of 'HookScript::OnChat'
Generating Code...
------ Build started: Project: realmd, Configuration: Release Win32 ------
LINK : fatal error LNK1181: cannot open input file 'ACE.lib'
------ Build started: Project: mangosd, Configuration: Release Win32 ------
LINK : fatal error LNK1181: cannot open input file '..\game\Release\game.lib'
------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
Build all projects
------ Skipped Build: Project: uninstall, Configuration: Release Win32 ------
Project not selected to build for this solution configuration
------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
Project not selected to build for this solution configuration
========== Build: 3 succeeded, 5 failed, 8 up-to-date, 2 skipped ==========

The last release compiled with no errors, this one has errors.
I fixed it myself, just letting you guys know.
 
Last edited:

Foereaper

Founder
The development repo is bound to have these issues until it's polished up and released, consider it a very early alpha for now and there'll be more of these issues as we push our changes and work between each other. :)
 

Salja

Respected Member
cmake is atm not supportet, i have no linux system here to test and fix the issues so i hope a other ppls can fix the linux build (ps: windows build with vc files works fine)
 
Said something about x32 not supported when I opened, but I ran it anyways because I have a x86 system [Windows XP].
Anyways, I got it to work, it's okay now.

Would you like me to make a thread on how to compile the TBC Eluna release?
 
Last edited:

Salja

Respected Member
sounds good =) (ps: not forgot to enable the eluna lua engine by mangosd.conf ) =)
 
I didn't, I tested the server with mmaps off, now I'm waiting for the mmaps and I will test the server with mmaps enabled.

A couple months ago, I was developing a 3.3.5a server using Eluna, was going great!
But a fire started, it burned my computer (my entire house!) and now I'm using a 2000 laptop that's Windows XP, 980mb RAM, 80gb HDD, 1.7ghz... pretty much can only play WoTLK.

So I decided to recompile a 3.3.5a until I saw that Eluna now supports 2.4.3!
That's perfect for me, I started playing retail WoW in December 2006, that's when TBC was barely released.
So it's like I'm making this server for raid progression (good times, before WoTLK ruined raid progression), and also I will make it easier for leveling.
Can't wait to get started on this server, almost there.

Thank you,
Eluna team.
 
Last edited:
Status
Not open for further replies.
Top