All Activity
- Yesterday
-
johnson1807 joined the community
- Last week
-
Pinjam Wifi changed their profile photo
-
Pinjam Wifi joined the community
- Earlier
-
Omar changed their profile photo
-
Codeavail changed their profile photo
-
GRascm changed their profile photo
-
ulisesgolez changed their profile photo
-
Aisar changed their profile photo
-
noriel_sylvire changed their profile photo
-
streamlinerei changed their profile photo
-
Batteries WA changed their profile photo
-
Spring Learning changed their profile photo
-
Hello, did you manage to solve it? because i have the same problem and i can't solve it
-
up...............
-
OmegaPT started following Tool for Scripters/DB devs
-
mustylagnor started following Multivendor issue
-
Hello, I have weird problem. I make creature with 58001 gossip_menu_id When i try to make multiple vendor. it doesnt work. Optiontype : 3 OptionNpcFlag : 128 Action Menuid : npc_vendor am i wrong or problem? Regards,
-
C0000420 An assertion failure has occurred.
ulisesgolez replied to ulisesgolez's topic in Help and Support
gracias! me sirvio. era muy simple para tremendo mensaje xp. -
C0000420 An assertion failure has occurred.
Aokromes replied to ulisesgolez's topic in Help and Support
descargate openssl 1.1.1s y recompila con esa version. -
yo instale trinity con algunas complicaciones, pero yo puede solucionar cada error que se me presentaba. Tambien inicie el Authserver y Worldserver lo más bien, con una base de datos prolija. El problema es que cuando intento conectarme desde el cliente del juego el worldserver se choca. se cierra y como concecuencia me patea desde el cliente del juego. Espero sus respuesta atentamente, gracias. Pd (Este mensaje está traducido por google Español/Ingles) I installed trinity with some complications, but I can fix every error that was presented to me. Also start the Authserver and Worldserver as well, with a neat database. The problem is that when I try to connect from the game client the worldserver crashes. it closes and as a consequence kicks me from the game client. I await your response carefully, thank you. PS (This message is translated by Google Spanish/English) aeb4d18e20c4_worldserver.exe_[26-1_18-3-15].txt
-
WOW 7.3.5 bug with Holy Divine (Ret palladin)
daywalker3 replied to daywalker3's topic in Help and Support
oh, ok, thx for the answer -
WOW 7.3.5 bug with Holy Divine (Ret palladin)
Aokromes replied to daywalker3's topic in Help and Support
we don't support that wow version. -
Hello, I recently put together a server build for WoW Legion 7.3.5, when pumping a paladin artifact, the divine storm ability is automatically and infinitely applied to the enemy. It is worth starting to beat the enemy, and a real squall begins, it does not stop until the enemy is destroyed. Can you tell me how to solve this problem?
-
I can make compile works , not sure what will dmg to the server. I can login and play the game now! cmake ../ -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0/ -DCMAKE_INSTALL_PREFIX=/home/jerry/wow -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so diff --git a/src/common/Cryptography/HMAC.h b/src/common/Cryptography/HMAC.h index 4f58f57c94..45398d3bb9 100644 --- a/src/common/Cryptography/HMAC.h +++ b/src/common/Cryptography/HMAC.h @@ -89,7 +89,7 @@ namespace Trinity::Impl int result = EVP_MD_CTX_copy_ex(_ctx, right._ctx); ASSERT(result == 1); _key = right._key; // EVP_PKEY uses reference counting internally, just copy the pointer - EVP_PKEY_up_ref(_key); // Bump reference count for PKEY, as every instance of this class holds two references to PKEY and destructor decrements it twice + //EVP_PKEY_up_ref(_key); // Bump reference count for PKEY, as every instance of this class holds two references to PKEY and destructor decrements it twice _digest = right._digest; return *this; } diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 33d5007114..0aac6bb739 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -123,7 +123,7 @@ int main(int argc, char** argv) []() { TC_LOG_INFO("server.authserver", "Using configuration file %s.", sConfigMgr->GetFilename().c_str()); - TC_LOG_INFO("server.authserver", "Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION)); + //TC_LOG_INFO("server.authserver", "Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT,OpenSSL_version(OPENSSL_VERSION)); TC_LOG_INFO("server.authserver", "Using Boost version: %i.%i.%i", BOOST_VERSION / 100000, BOOST_VERSION / 100 % 1000, BOOST_VERSION % 100); } ); diff --git a/src/server/worldserver/Main.cpp b/src/server/worldserver/Main.cpp index 9f601f8ceb..f9a2f35b5e 100644 --- a/src/server/worldserver/Main.cpp +++ b/src/server/worldserver/Main.cpp @@ -206,7 +206,7 @@ extern int main(int argc, char** argv) []() { TC_LOG_INFO("server.worldserver", "Using configuration file %s.", sConfigMgr->GetFilename().c_str()); - TC_LOG_INFO("server.worldserver", "Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION)); + //TC_LOG_INFO("server.worldserver", "Using SSL version: %s (library: %s)", OPENSSL_VERSION_TEXT, OpenSSL_version(OPENSSL_VERSION)); TC_LOG_INFO("server.worldserver", "Using Boost version: %i.%i.%i", BOOST_VERSION / 100000, BOOST_VERSION / 100 % 1000, BOOST_VERSION % 100); } );
-
ARCHLINUX /usr/sbin/ld: warning: libssl.so.3, needed by /usr/lib/libmariadb.so, may conflict with libssl.so.1.0.0 /usr/sbin/ld: warning: libcrypto.so.3, needed by /usr/lib/libmariadb.so, may conflict with libcrypto.so.1.0.0 /usr/sbin/ld: ../../common/libcommon.a(BigNumber.cpp.o): undefined reference to symbol 'BN_lebin2bn@@OPENSSL_3.0.0' /usr/sbin/ld: /usr/lib/libcrypto.so.3: error adding symbols: DSO missing from command line openssl 3.0.7-4 openssl-1.0 1.0.2.u-4 cmake ../ -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0/openssl/ -DCMAKE_INSTALL_PREFIX=/home/jerry/wow -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so -DOPENSSL_VERSION=1.0 btw , I don't know why this cmd can't locate openssl 1.0 : cmake ../ -DOPENSSL_SSL_LIBRARIES=/usr/lib/openssl-1.0/ -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0/openssl/
-
I think he is already using Trinity-Bot from Trickerer (at least I am). So probably he is looking for something else like PlayerBot, so I am. It is possible to combine both? So you can have Trinity-Bot working, the IA and implementation is quite good but they stand in the summon place and seem another npc, and also have bots "living" in the world, so you can find bots as they would be players, killing monster and walking arround. Thanks.
-
How to update TDB 335.64 to TDB 335.22101 database?
Gib_adm replied to Gib_adm's topic in Help and Support
I understood how the problem is solved. In order not to breed topics, I wanted to ask about Wintergrasp: are there working assemblies or links to materials how to configure it to work correctly? Thank You -
I'm success build on Mac OS 12.6 Monterey and old Mojave after install all brew packages one more thing to do with Monterey is I need copy ssl config cp /usr/local/opt/openssl/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/ when I run this command brew link zlib --force It shows these message , but seems no effect anything Warning: Refusing to link macOS-provided software: zlib For compilers to find zlib you may need to set: export LDFLAGS="-L/usr/local/opt/zlib/lib" export CPPFLAGS="-I/usr/local/opt/zlib/include" this is what I use for build settings , works for both OS cmake ../ -GXcode \ -DMYSQL_ADD_INCLUDE_PATH=/usr/local/include \ -DMYSQL_LIBRARY=/usr/local/lib/libmysqlclient.dylib \ -DREADLINE_INCLUDE_DIR=/usr/local/opt/readline/include \ -DREADLINE_LIBRARY=/usr/local/opt/readline/lib/libreadline.dylib \ -DBOOST_INCLUDEDIR=/usr/local/include \ -DBOOST_LIBRARYDIR=/usr/local/lib \ -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl@3/include \ -DOPENSSL_SSL_LIBRARIES=/usr/local/opt/openssl@3/lib/libssl.dylib \ -DOPENSSL_CRYPTO_LIBRARIES=/usr/local/opt/openssl@3/lib/libcrypto.dylib \ -DZMQ_LIBRARY=/usr/local/opt/zeromq/lib/libzmq.dylib \ -DZMQ_INCLUDE_DIR=/usr/local/opt/zeromq/include \ -DZLIB_ROOT=/usr/local/Cellar/zlib/1.2.13 \ -DACE_INCLUDE_DIR=/usr/local/opt/ace/include \ -DACE_LIBRARY=/usr/local/opt/ace/lib/libACE.dylib \ -DCMAKE_INSTALL_PREFIX=/Applications/Trinity \ -DWITH_WARNINGS=1 the key is change oepnssl to openssl@3 and Mojave require Xcode 11 , don't use Xcode 10
-
How to update TDB 335.64 to TDB 335.22101 database?
Gib_adm replied to Gib_adm's topic in Help and Support
Please tell me how to pull up the database 335.19031, then 335.19041 correctly ? I tried clean upload TDB_full_world_335.22101_2022_10_17.sql database but I get errors: >> The file '2018_02_28_02_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2018_03_03_02_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2021_04_02_02_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2018_08_02_00_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2018_03_03_03_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2018_03_03_04_world_335.sql' was applied to the database, but is missing in your update directory now! >> The file '2018_03_03_05_world_335.sql' was applied to the database, but is missing in your update directory now! Cleanup is disabled! There were 3104 dirty files applied to your database, but they are now missing in your source directory! >> Applied 1 query. Containing 0 new and 6287 archived updates. In mysql_stmt_prepare() id: 20, sql: "UPDATE creature SET spawndist = ?, MovementType = ? WHERE guid = ?" Unknown column 'spawndist' in 'field list' In mysql_stmt_prepare() id: 62, sql: "INSERT INTO creature (guid, id , map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" Unknown column 'spawndist' in 'field list' Could not prepare statements of the World database, see log for details. -
How to update TDB 335.64 to TDB 335.22101 database?
Aokromes replied to Gib_adm's topic in Help and Support
if you don't have any custom thing i sugest you to drop world database, if you have custom things i recomend you to pull to tdb 335.19031, then 335.19041.... there are to much commits betweeen your db and head. -
GCC 6.3 / Visual Studio 2017 15.6 End Of Life
Aokromes replied to Aokromes's topic in Releases and Announcements
since today master branch needs VS 2022 / GCC 10 / clang 11. -
Hello, I have a server that runs on TDB 335.64, I have updated the engine to the current version of TDB 335.22101. How do I update the database correctly from TDB version 335.64 to TDB 335.22101 so that there are no problems? Updates were not installed automatically, although in the settings of the world server : Updates.Enable databases = 7 Thank You
-
You probably want to use the console to create accounts rather than trying to do it manually. ### USAGE: .account create <name> <password> [<email>] Creates a new account with the specified password and email (if specified).
-
Work in progress mate or can work on it to be fixed.
-
K1ller0561 started following Release Trinitycore 10.x Clients
-
I saw Trinitycore upgraded to 10.x! Good job & thanks for everything. I've got one more question. I recompiled the trinitycore today and set the expansion to 9 by default in the worldserver.conf file. I also set the expansion to 9 in the account table. However, I cannot create the new race of Dragonflight even though everything has been set to 9. ideas?
-
Milhard started following Account table
-
Hi! I can't figure out how to make a Mysql request to create a new account for the game. help please