Jump to content
TrinityCore

src

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by src

  1. 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 
  2. 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 =) 

  3. 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...