Jump to content
TrinityCore

Parado

Plebs
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

2137 profile views

Parado's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. ah ok thanks. then i Compile the trinitycore.sln this with vs 2013 i have in the release folder 6 files is this ok ? authserver.conf and .exe bnetserver.conf and .exe worldserver.conf and .exe what ist with maps and vmaps ? And I have MYSQL Update fail then i Start worldserver.exe In mysql_stmt_prepare() id: 8, sql: "INSERT INTO graveyard_zone (ID, GhostZone, Faction) VALUES (?, ?, ?)" Table 'world.graveyard_zone' doesn't exist In mysql_stmt_prepare() id: 9, sql: "DELETE FROM graveyard_zone WHERE ID = ? AND GhostZone = ? AND Faction = ?" Table 'world.graveyard_zone' doesn't exist In mysql_stmt_prepare() id: 12, sql: "INSERT INTO npc_vendor (entry, item, maxcount, incrtime, extendedcost, type) VALUES(?, ?, ?, ?, ?, ?)" Unknown column 'type' in 'field list' In mysql_stmt_prepare() id: 13, sql: "DELETE FROM npc_vendor WHERE entry = ? AND item = ? AND type = ?" Unknown column 'type' in 'where clause'
  2. I installed everything, but when cmake USE_MYSQL_SOURCES is not recognized. What am I doing wrong? Detected 64-bit platform MSVC: 64-bit platform, enforced -D_WIN64 parameter MSVC: Enabled extended object-support for debug-compiles MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win64/include Found ZMQ library: C:/Program Files/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files/ZeroMQ 4.0.4/include Boost version: 1.55.0 Found the following Boost libraries: system filesystem thread program_options Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success Found MySQL library: C:/mysql_lib/lib_64/libmysql.lib Found MySQL headers: C:/mysql_lib/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : 6733dc9d885c 2014-11-02 01:22:24 -0200 (6.x branch) * Install core to : C:/Program Files/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use GIT revision hash : Yes SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -> Prepared: The Maelstrom -> Prepared: Events -> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring doneDetected 64-bit platform MSVC: 64-bit platform, enforced -D_WIN64 parameter MSVC: Enabled extended object-support for debug-compiles MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/OpenSSL-Win64/include Found ZMQ library: C:/Program Files/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib Found ZMQ headers: C:/Program Files/ZeroMQ 4.0.4/include Boost version: 1.55.0 Found the following Boost libraries: system filesystem thread program_options Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success Found MySQL library: C:/mysql_lib/lib_64/libmysql.lib Found MySQL headers: C:/mysql_lib/include Found git binary : C:/Program Files (x86)/Git/cmd/git.exe * TrinityCore revision : 6733dc9d885c 2014-11-02 01:22:24 -0200 (6.x branch) * Install core to : C:/Program Files/TrinityCore * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Use GIT revision hash : Yes SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -> Prepared: The Maelstrom -> Prepared: Events -> Prepared: Pet SCRIPT PREPARATION COMPLETE Configuring done
×
×
  • Create New...