Jump to content
TrinityCore

src

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by src

  1. Ok but is it normal than we can't compile with DWITH_COREDEBUG option set at true ?
  2. 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. 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
  3. Xeon 2 x E550 8c / 8t 2 GHz+ 16 Go ECC I do not understand why is so long ...
  4. I am on debian and I take 2 days just for generate move maps :/ And today I do not understand why it's so long 6h and maps are still to be generate :/ Never had this problem before.
  5. 3h for aller maps dbc vmaps and mmaps with RelwithDebug mode ?
  6. I would like to point out that the process of extracting maps on linux is incredibly long since the last update. In 3h I make only 200 maps ..... Commit hash: bfe4733
  7. ObjectGuid::LowType or use .GetCounter() if your want to get a player guid for exemple.
  8. hi guys I am using the latest trinitycore version hash 791e0f0 and if I give commande .gm fly to player if they use gm fly off, they are still in fly. Impossible to disable flying except when player logout. This problem doesn't appear if the player has a rank higher than 195 (rbac). Somebody have this problem too ? Any idea to fix it ? Thank you =)
  9. Hey. I report a big problem. I wanted to extract the new maps dbc vmaps and mmaps, that now TC support magical maps 1.8. So I compile under debian 8 my extractors and surprise they will not work on my client 6.2.3 20886. Here is the error that obtien in my shell: http://pastebin.com/4fAnhFsT trinitycore rev: @fc49833
  10. Hi Trinitycore user and team ! I 'am using the latest trinitycore build , and I would like to know how is it possible to modify item price, because all items are in db2 item.db2 and item-sparse.db2 and nothing in db table item and item-sparse . So how can I modify some item buyprice or buycount for exemple ? Is it possible to extract data from db2 and convert them to sql to insert into db table item and item-sparse ? thank you for your futur answers
×
×
  • Create New...