Jump to content
TrinityCore

Aokromes

Moderators
  • Posts

    4497
  • Joined

  • Last visited

  • Days Won

    229

Posts posted by Aokromes

  1. 13 hours ago, many said:

    I need to revew the version of 9 years ago (2011).

    Had to suffer a lot to buid everything on Visual Studio 2019.

    To finish, it remains to find the full TDB..

     

    The latest available version from the repository for 2014.

    TDB_full_335.54_2014_07_05.7z (https://github.com/TrinityCore/TrinityCore/releases?after=TDB434.09

    But I need either the TDB_full_335.11.42_2011_08_27 version, or an approximate one. Who has the archive, can you share, please?

    The question is, why delete the old database? They could be in another repository, if it interfered with the original.

    https://github.com/TrinityCore/TrinityCoreDatabases are all the databases i found.

  2. 7 hours ago, src said:

    Hello,

    I am trying to compile master branch cloned today but I get the Following error. I am on Debian latest release.
    This error appear only when the cmake option -DWITH_COREDEBUG is set at TRUE. Otherwise no problem if the debug mode is disabled the compilation is done correctly.

    image.thumb.png.ade9be08a867633fc09058bf268a6fb4.png

     

    Here my cmake configuration

    
    git clone -b master https://github.com/trinitycore/trinitycore.git && mkdir build && cd build
    && declare -x CXXFLAGS="-m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g3 -ggdb3 -pipe -msse3 -fno-strength-reduce -fno-delete-null-pointer-checks -fno-strict-aliasing -frename-registers -rdynamic"
    && declare -x CFLAGS="-m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g3 -ggdb3 -pipe -msse3 -fno-strength-reduce -fno-delete-null-pointer-checks -fno-strict-aliasing -frename-registers -rdynamic"
    && cmake ../ -DSCRIPTS="dynamic" -DTOOLS=false -DWITH_COREDEBUG=true -DCMAKE_BUILD_TYPE=RelWithDebug -DCMAKE_CXX_FLAGS="-std=c++11 -O0" -DCMAKE_C_FLAGS="-msse3 -O3"
    && make install -j 40 

    you don't compile on debug mode with DWITH_COREDEBUG

  3. 5 hours ago, Tenacious said:

    i have ran cmake and able to open VS2019 with the files. I have most of the errors gone but I can not figure out the namespace issue that I have. I am also unable to find the database.lib file that is used for the bnetserver and worldserver. Can anyone point me in the right direction on how to fix this. This is the mysql.h that is open right now. Also this is the master branch that I am working with.

    image.thumb.png.e1f65c87eff1443daec88c15f16e7c45.png

    we don't support legion and even less mysql 8.0

  4. On 10/7/2019 at 12:54 AM, steihl said:

    Getting a missing field error on spell_area table when first run of worldserver to build world database.  Below is my Server.log  I've looked at the database after the worldserver.exe closes and there is no flags field in the spell_area table.  Have downloaded most recent database and cloned most recent git.  DBErrors.log is empty.

     

    TrinityCore rev. ada4e431ae77 2019-10-05 20:40:17 +0200 (HEAD branch) (Win64, RelWithDebInfo, Dynamic) (worldserver-daemon)
    <Ctrl-C> to stop.

     ______                       __
    /\__  _\       __          __/\ \__
    \/_/\ \/ _ __ /\_\    ___ /\_\ \, _\  __  __
       \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
        \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
         \ \_\ \_\  \ \_\ \_\ \_\ \_\ \__\\/`____ \
          \/_/\/_/   \/_/\/_/\/_/\/_/\/__/ `/___/> \
                                     C O R E  /\___/
    http://TrinityCore.org \/__/

    Using configuration file C:/projects/trinitycore/worldserver.conf.
    Using SSL version: OpenSSL 1.0.2s  28 May 2019 (library: OpenSSL 1.0.2s  28 May 2019)
    Using Boost version: 1.67.0
    Database Auth is empty, auto populating it...
    >> Applying 'C:/projects/trinitycore/sql/base/auth_database.sql'...
    >> Done!
    Database Character is empty, auto populating it...
    >> Applying 'C:/projects/trinitycore/sql/base/characters_database.sql'...
    >> Done!
    Database World is empty, auto populating it...
    >> Applying 'TDB_full_world_335.19091_2019_09_15.sql'...
    >> Done!
    Updating Auth database...
    >> Auth database is up-to-date! Containing 21 new and 115 archived updates.
    Updating Character database...
    >> Character database is up-to-date! Containing 12 new and 77 archived updates.
    Updating World database...
    DBUpdater: Given update include directory "C:/projects/trinitycore/sql/old/3.3.5a/world" does not exist, skipped!
    >> Applying update "2019_06_20_02_world_2017_01_06_01_world.sql" 'D469B1D'...
    >> Applying update "2019_06_20_03_world_2017_01_07_01_world.sql" '676F8B9'...
    ERROR 1054 (42S22) at line 3: Unknown column 'flags' in 'field list'


    Applying of file 'C:/projects/trinitycore/sql/updates/world/master/2019_06_20_03_world_2017_01_07_01_world.sql' to database 'world' failed! If you are a user, please pull the latest revision from the repository. Also make sure you have not applied any of the databases with your sql client. You cannot use auto-update system and import sql files from TrinityCore repository with your sql client. If you are a developer, please fix your sql query.
    Could not update the World database, see log for details.

    you have a broken git repository mixing 3.3.5a and master branches, i suggest you to delete the repo and clone 3.3.5a branch selecting it from dropdown.

  5. 13 hours ago, leandrod said:

    Hello guys,

    I was wondering that would be nice if i can active the flying mounts in Azeroth allowing the players to use it in Orgrimmar for example.

    So, here's my question: is there any way to do that in the server core side? I know that the game doesnt support flying mounts in Azeroth in the retail but i would like to do it (if its possible).

    I've serched in the forum for it and didn't find anything about it.

    Thanks for the help!

    you cannot one easy mode,also world ain't designed for them, try .gm fly on and move around orgrimmar, silvermoon or stormwind.

  6. 5 minutes ago, j-9000 said:

    Hello still new here,

    Anyone know how to set up more then 2 professions on the 8.2.0 master build?

    The "spell book" only holds the skills for 2 Professions, iv tryed editing the config "cranked it to 11" but it wont show anymore.

    The only slight loop hole i found is to add each Profession one by one and add the spells to the hot bar before adding the next Profession

    you need one addon to show the rest.

  7. 8 hours ago, Tersoth said:

     I am at this point "Creating the Trinity databases in MySQL".  Could someone please break this down a bit more then the guide shows for making the databases.

    I log into to HeidiSQL using root and password. Then what? I tried copying the 3.3.5 stuff in the link in the query tab and running it but that just gave an error that "world" already existed.  Granted I have very very little knowledge and this sections starts using terms that were not used in the last sections.

    Thank you in advance for any help :)

    you don't need to create databases, core will do the job.

×
×
  • Create New...