Jump to content
TrinityCore

htorbov

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by htorbov

  1. Hey, guys! What are the plans for BoA? Is the Master Branch going to be updated to 8.0.1? Regards, Hristo.
  2. Got it. As far as I see in Github, the main problem is the database, since we already have the game content. Too bad we can't get it from Blizzard I'll stick to 3.3.5a then. I won't bother to look for "repacks", since it seems, that the good people from TrinityCore are the only ones who are working on private server solution.
  3. I've successfully installed and started the 3.3.5 branch on my Linux server, since the documentation said, that it's best for beginners. But what about the 7 branch? Is it stable? It says that it's not for production, but I see a lot of stuff in there. Isn't it ready?
  4. ​I'm not 100% sure, but when I've re-compiled everything and updated the client, it worked. Also, it seems that the DB updater doesn't work, since when I use it, the gamebuild in realmlist table stays 20444. Thanks for the help anyway.
  5. I'm pulling latest TrinityCore branch, and use automatic database updates, and connection_patcher for Win32. When I try to connect to the server, it authorises me, but right before the realm selection it disconnects me with the message "You have been disconnected from the server.". I don't see anything in the standart log files. UPDATE: On another computer, it gives error #112. I'm sure that the source and DB are the latest, I'm just not sure about the data. Is it possible to be a data problem?
  6. I'm doing a test developing server with 4 realms: 1 | 3.3.5 (Trinity) 2 | 4.3.4 (Trinity) 3 | 5.4.8 (SkyFire) 4 | 6.2.2 (Trinity) I've managed to run 3.3.5 and 6.2.2 with one auth database, but 4.3.4 and 5.4.8 are not compatible, so I'll have to run multiple authservers on different ports.
  7. I'm a little bit confused. Do I have to run authserver (3.3.5) and bnetserver (6.x) with a same auth database in order to make them as two realms, or I can do this only by bnetserver (6.x)? I'm asking this, because it seems, that clients < 6.x are using different port, and I think I should run both. Thanks.
  8. I'm sorry, I've misspelled the version, I meant 4.3.4.
  9. From where I can find TrinityCore 4.3.4 Source? I can't find it on GitHub, I was searching a lot, all day. I have the DB, I need only the source. Thanks.
  10. I get the following error while compiling on El Capitan: /Users/*******/TrinityCore/src/server/game/Server/Packets/BattlePetPackets.cpp:84:18: fatal error: use of overloaded operator '<<' is ambiguous (with operand types 'WorldPacket' and 'size_type' (aka 'unsigned long')) _worldPacket << Pets.size(); UPDATE: Since zlib wasn't in the El Captain's default homebrew repo, I had to brew tap homebrew/dupes, in order to add it, and then install it - after that, the build went fine.
  11. Hi, Where I can find the GM commands for 6 branch? I see this list http://collab.kpsn.org/display/tc/GM+Commands, but for example, I can't see the "bnetaccount create" command. Also, when I try "account onlinelist", I see this message "Your account level is: 3; Security Level: Lowest level: No Email input required.". Thanks!
  12. I've installed Visual Studio Community (strictly followed the wiki) and it worked! Thanks for this wonderful software!
  13. Aah that's bad. Nevermind, I'll install it again. So what might be the problem? The CMake version?
  14. The latest - 3.1.0. I now uninstalled the VS 13 and I'm installing VS 10 to try again.
  15. Alright, I'm trying it now, but I get the following errors while compiling on CMake and Win32 OpenSSL 1.0.1j: Detected 32-bit platform MSVC: Enabled large address awareness MSVC: Enabled SSE2 support MSVC: Disabled Safe Exception Handlers for debug builds MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win32/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win32 CMake Error at cmake/macros/FindOpenSSL.cmake:188 (file): file STRINGS file "C:/OpenSSL-Win32/openssl/opensslv.h" cannot be read. Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math): math cannot parse the expression: " + 96": syntax error, unexpected exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2) Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string): string Character with code does not exist. Call Stack (most recent call first): CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/EnsureVersion.cmake:76 (MATH): math cannot parse the expression: "..*10000 + ..*100 + 0": syntax error, unexpected exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (3) Call Stack (most recent call first): cmake/macros/EnsureVersion.cmake:95 (NORMALIZE_VERSION) cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION) CMakeLists.txt:57 (find_package) CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message): TrinityCore needs OpenSSL version 1.0.0 but found version .. Call Stack (most recent call first): CMakeLists.txt:57 (find_package) Configuring incomplete, errors occurred! See also "D:/Build/CMakeFiles/CMakeOutput.log".
  16. Hi, I've setuped the TrinityCore server (branch 6) using Debian server and the latest client version. The server is running without problems, but I can't do the client .exe. Here's the shell log: trinity@realm:~/WoW$ /home/trinity/server/bin/connection_patcher Wow.exe Creating patched binaries for Win32 client... patching Portal Found offset 11056376 patching redirect RSA Modulus Found offset 10046320 patching BNet Found offset 7489497 patching Signature Found offset 7457091 Patching done. EX: basic_string::_S_construct null not valid trinity@realm:~/WoW$ When I configure the Config.wtf with SET portal "realm.meet.camp", I see the following message on the client: You must log in with a Battle.net account username and password. The client is paid version. P.S. Actually, I've logged-in to my account, then quit, and then upload the .exe to my server and run the connection_patcher, is this the correct method?
×
×
  • Create New...