Jump to content
TrinityCore

Doukas

Plebs
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Doukas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 3.3.5, latest version. As a lvl80 blood elven warlock, having done all the required quests for it, the quest "Victory Nears..." is unavailable. It can be added through the ".quest add" command, which is the only way. Regards.
  2. Alright, thanks a lot. Keep up the good work.
  3. Thanks. Is there a way I can figure out what each "criteria" means? The numbers don't correspond with the achievement DBC as far as I can tell.
  4. Hi. Where are player statistics (as in, total number of deaths, maximum healing done, etc) stored? Regards.
  5. Hi. Fresh core. The same thing happens whether I populate the databases as instructed by Aokromes or let the server do everything. Does bnetserver exist for 3.3.5? The server executable might've been a leftover from a master-compile. TrinityCore rev. c2d1e43b3768+ 2016-10-26 01:47:42 +0200 (master branch) (Win64, Release, Static) (bnetserver) <Ctrl-C> to stop. ______ __ /\__ _\ __ __/\ \__ \/_/\ \/ _ __ /\_\ ___ /\_\ \, _\ __ __ \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \ \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \ \ \_\ \_\ \ \_\ \_\ \_\ \_\ \__\\/`____ \ \/_/\/_/ \/_/\/_/\/_/\/_/\/__/ `/___/> \ C O R E /\___/ http://TrinityCore.org \/__/ Using configuration file C:/WoW/bnetserver.conf. Using SSL version: OpenSSL 1.0.2j 26 Sep 2016 (library: OpenSSL 1.0.2j 26 Sep 2016) Using Boost version: 1.62.0 Automatic database updates are disabled for all databases! Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1. MySQL client library: 10.1.18-MariaDB MySQL server ver: 10.0.25-MariaDB Connected to MySQL database at 192.168.1.3 MySQL client library: 10.1.18-MariaDB MySQL server ver: 10.0.25-MariaDB Connected to MySQL database at 192.168.1.3 DatabasePool 'auth' opened successfully. 2 total connections running. In mysql_stmt_prepare() id: 14, sql: "SELECT a.id, a.sessionkey, ba.last_ip, ba.locked, ba.lock_country, a.expansion, a.mutetime, ba.locale, a.recruiter, a.os, ba.id, aa.gmLevel, bab.unbandate > UNIX_TIMESTAMP() OR bab.unbandate = bab.bandate, ab.unbandate > UNIX_TIMESTAMP() OR ab.unbandate = ab.bandate, r.id FROM account a LEFT JOIN account r ON a.id = r.recruiter LEFT JOIN battlenet_accounts ba ON a.battlenet_account = ba.id LEFT JOIN account_access aa ON a.id = aa.id AND aa.RealmID IN (-1, ?) LEFT JOIN battlenet_account_bans bab ON ba.id = bab.id LEFT JOIN account_banned ab ON a.id = ab.id AND ab.active = 1 WHERE a.username = ? ORDER BY aa.RealmID DESC LIMIT 1" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 80, sql: "UPDATE battlenet_accounts SET last_ip = ?, last_login = NOW(), locale = ?, failed_logins = 0, os = ? WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 82, sql: "SELECT rc.acctid, rc.numchars, r.id, r.Region, r.Battlegroup FROM realmcharacters rc INNER JOIN realmlist r ON rc.realmid = r.id WHERE rc.acctid = ?" Unknown column 'r.Region' in 'field list' In mysql_stmt_prepare() id: 85, sql: "DELETE FROM account_last_played_character WHERE accountId = ? AND region = ? AND battlegroup = ?" Table 'auth.account_last_played_character' doesn't exist In mysql_stmt_prepare() id: 86, sql: "INSERT INTO account_last_played_character (accountId, region, battlegroup, realmId, characterName, characterGUID, lastPlayedTime) VALUES (?,?,?,?,?,?,?)" Table 'auth.account_last_played_character' doesn't exist In mysql_stmt_prepare() id: 90, sql: "UPDATE battlenet_accounts SET sha_pass_hash = ? WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 92, sql: "UPDATE battlenet_accounts SET locked = ? WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 93, sql: "UPDATE battlenet_accounts SET lock_country = ? WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 95, sql: "UPDATE account SET battlenet_account = ?, battlenet_index = ? WHERE id = ?" Unknown column 'battlenet_account' in 'field list' In mysql_stmt_prepare() id: 97, sql: "UPDATE battlenet_accounts SET failed_logins = failed_logins + 1 WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 98, sql: "INSERT INTO battlenet_account_bans(id, bandate, unbandate, bannedby, banreason) VALUES(?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, 'Trinity Auth', 'Failed login autoban')" Table 'auth.battlenet_account_bans' doesn't exist In mysql_stmt_prepare() id: 99, sql: "DELETE FROM battlenet_account_bans WHERE unbandate<>bandate AND unbandate<=UNIX_TIMESTAMP()" Table 'auth.battlenet_account_bans' doesn't exist In mysql_stmt_prepare() id: 100, sql: "UPDATE battlenet_accounts SET failed_logins = 0 WHERE id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 101, sql: "SELECT LastCharacterUndelete FROM battlenet_accounts WHERE Id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 102, sql: "UPDATE battlenet_accounts SET LastCharacterUndelete = UNIX_TIMESTAMP() WHERE Id = ?" Table 'auth.battlenet_accounts' doesn't exist In mysql_stmt_prepare() id: 103, sql: "SELECT itemId, isFavourite FROM battlenet_account_toys WHERE accountId = ?" Table 'auth.battlenet_account_toys' doesn't exist In mysql_stmt_prepare() id: 104, sql: "REPLACE INTO battlenet_account_toys (accountId, itemId, isFavourite) VALUES (?, ?, ?)" Table 'auth.battlenet_account_toys' doesn't exist In mysql_stmt_prepare() id: 105, sql: "SELECT guid, species, breed, level, exp, health, quality, flags, name FROM battle_pets WHERE battlenetAccountId = ?" Table 'auth.battle_pets' doesn't exist In mysql_stmt_prepare() id: 106, sql: "INSERT INTO battle_pets (guid, battlenetAccountId, species, breed, level, exp, health, quality, flags, name) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" Table 'auth.battle_pets' doesn't exist In mysql_stmt_prepare() id: 107, sql: "DELETE FROM battle_pets WHERE battlenetAccountId = ? AND guid = ?" Table 'auth.battle_pets' doesn't exist In mysql_stmt_prepare() id: 108, sql: "UPDATE battle_pets SET level = ?, exp = ?, health = ?, quality = ?, flags = ?, name = ? WHERE battlenetAccountId = ? AND guid = ?" Table 'auth.battle_pets' doesn't exist In mysql_stmt_prepare() id: 109, sql: "SELECT id, battlePetGuid, locked FROM battle_pet_slots WHERE battlenetAccountId = ?" Table 'auth.battle_pet_slots' doesn't exist In mysql_stmt_prepare() id: 110, sql: "INSERT INTO battle_pet_slots (id, battlenetAccountId, battlePetGuid, locked) VALUES (?, ?, ?, ?)" Table 'auth.battle_pet_slots' doesn't exist In mysql_stmt_prepare() id: 111, sql: "DELETE FROM battle_pet_slots WHERE battlenetAccountId = ?" Table 'auth.battle_pet_slots' doesn't exist In mysql_stmt_prepare() id: 112, sql: "SELECT itemId, flags FROM battlenet_account_heirlooms WHERE accountId = ?" Table 'auth.battlenet_account_heirlooms' doesn't exist In mysql_stmt_prepare() id: 113, sql: "REPLACE INTO battlenet_account_heirlooms (accountId, itemId, flags) VALUES (?, ?, ?)" Table 'auth.battlenet_account_heirlooms' doesn't exist In mysql_stmt_prepare() id: 114, sql: "SELECT mountSpellId, flags FROM battlenet_account_mounts WHERE battlenetAccountId = ?" Table 'auth.battlenet_account_mounts' doesn't exist In mysql_stmt_prepare() id: 115, sql: "REPLACE INTO battlenet_account_mounts (battlenetAccountId, mountSpellId, flags) VALUES (?, ?, ?)" Table 'auth.battlenet_account_mounts' doesn't exist In mysql_stmt_prepare() id: 116, sql: "SELECT blobIndex, appearanceMask FROM battlenet_item_appearances WHERE battlenetAccountId = ? ORDER BY blobIndex DESC" Table 'auth.battlenet_item_appearances' doesn't exist In mysql_stmt_prepare() id: 117, sql: "INSERT INTO battlenet_item_appearances (battlenetAccountId, blobIndex, appearanceMask) VALUES (?, ?, ?) ON DUPLICATE KEY UPDATE appearanceMask = appearanceMask | VALUES(appearanceMask)" Table 'auth.battlenet_item_appearances' doesn't exist In mysql_stmt_prepare() id: 118, sql: "SELECT itemModifiedAppearanceId FROM battlenet_item_favorite_appearances WHERE battlenetAccountId = ?" Table 'auth.battlenet_item_favorite_appearances' doesn't exist In mysql_stmt_prepare() id: 119, sql: "INSERT INTO battlenet_item_favorite_appearances (battlenetAccountId, itemModifiedAppearanceId) VALUES (?, ?)" Table 'auth.battlenet_item_favorite_appearances' doesn't exist In mysql_stmt_prepare() id: 120, sql: "DELETE FROM battlenet_item_favorite_appearances WHERE battlenetAccountId = ? AND itemModifiedAppearanceId = ?" Table 'auth.battlenet_item_favorite_appearances' doesn't exist Closing down DatabasePool 'auth'. Asynchronous connections on DatabasePool 'auth' terminated. Proceeding with synchronous connections. All connections on DatabasePool 'auth' closed. Could not prepare statements of the Login database, see log for details. Closing down DatabasePool 'auth'. Asynchronous connections on DatabasePool 'auth' terminated. Proceeding with synchronous connections. All connections on DatabasePool 'auth' closed.
  6. Hi. I am compiling the server on Microsoft Visual Studio 2015, generating the solution using CMake. The project is correctly set up to generate a 64-bit release, and the following variables work: MYSQL_EXECUTABLE = C:/WoW/MariaDB/bin MYSQL_INCLUDEDIR = C:/WoW/MariaDB/include/mysql MYSQL_LIBRARY = C:/WoW/MariaDB/lib Everything builds correctly except at the end when I get the following: 17>LINK : fatal error LNK1181: cannot open input file 'C:\WoW\MariaDB\lib.obj' As suggested here, I have appended "C:\WoW\MariaDB\lib" to "Additional Library Directories". However, because it's looking for "lib.obj" rather than anything with a reasonable name, I've no idea how to fix it. Boost was correctly compiled on my system. MariaDB is 64-bit, as is the release. There are no spaces in the path to it. Any help would be greatly appreciated.
×
×
  • Create New...