Jump to content
TrinityCore

glararan

Members
  • Posts

    112
  • Joined

  • Last visited

glararan's Achievements

Newbie

Newbie (1/14)

-2

Reputation

  1. Hi, I'm trying to make scriptedAI which should summon, unsummon, follow, stop on action based from CommandScript. My only idea how to get this working is store data in database and make in ScriptedAI override of UpdateAI and select, but isn't that bad way at all?
  2. Not working anyway root@vm3195:/servery/tc434# cd build root@vm3195:/servery/tc434/build# cmake ../ -DPREFIX=/servery/tc434/server -DCONF_DIR=/servery/tc434/server/etc -DWITH_WARNINGS=1 CMake Error: The source directory "/servery/tc434" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. root@vm3195:/servery/tc434/build# cmake ../core/ -DPREFIX=/servery/tc434/server -DCONF_DIR=/servery/tc434/server/etc -DWITH_WARNINGS=1 -- Detected 64-bit platform -- UNIX: Using jemalloc -- UNIX: Using default library directory CMake Error at cmake/platform/unix/settings.cmake:22 (configure_file): configure_file attempted to configure a file: /servery/tc434/core/cmake_uninstall.cmake into a source directory. Call Stack (most recent call first): cmake/macros/CheckPlatform.cmake:15 (include) CMakeLists.txt:51 (include) -- Configuring incomplete, errors occurred! root@vm3195:/servery/tc434/build#
  3. Hi, Im trying to compile on linux but I cant, I googled for 2 days... read every article but it wasnt working.. any idea what to do with > root@vm3195:/servery/tc434# cd core root@vm3195:/servery/tc434/core# cd build root@vm3195:/servery/tc434/core/build# cmake ../ -DPREFIX=/servery/tc434/server -DCONF_DIR=/servery/tc434/server/etc -DWITH_WARNINGS=1 -- Detected 64-bit platform -- UNIX: Using jemalloc -- UNIX: Using default library directory CMake Error at cmake/platform/unix/settings.cmake:22 (configure_file): configure_file attempted to configure a file: /servery/tc434/core/cmake_uninstall.cmake into a source directory. Call Stack (most recent call first): cmake/macros/CheckPlatform.cmake:15 (include) CMakeLists.txt:51 (include) -- Configuring incomplete, errors occurred! root@vm3195:/servery/tc434/core/build# root@vm3195:/servery/tc434# Aswell another user wont work.. also tried Thanks for help and any idea
  4. Hi i compile and i get now error Please help
×
×
  • Create New...