Jump to content
TrinityCore

Levcsu

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by Levcsu

  1. Dear everyone!

    Is there any kind of ways to disable the whole /run script command for players (chat functions)?
    Especially I'm looking for a fix solution for this:

    /run SendChatMessage("WOW", "WHISPER", nil, "\240\146\140\165\240\146\145\163\240\146\145\169\240\147\139\141\240\147\139\136\240\147\137\161\240\146\140\165\240\146\145\163\240\146\145\169\240\147\139\141\240\147\139\136\240\147\137\161")

    This still crash the server, and tested on the latest TrinityCore-master and TrinityCore-3.3.5

    I hope someone able to help me out.

    I tried this as a solution, but no luck sadly:

    https://github.com/TrinityCore/TrinityCore/commit/bdb7e6e5e81e0d9376c9c803bae9da470b02d8cd

     

    PS: No crash log at all on debug mode lol

  2. 6 minutes ago, Fyury said:

    This is confusing me. Quest_template contains those items at RewardItem(1-4). Or do you mean something else?

    Thank you so much for your kind reply!

    This is the quest: https://www.wowhead.com/quest=14243/warchiefs-revenge
    This is how it looks like in DB: https://imgur.com/kEusn6T and https://imgur.com/527MuMC

    The sad thing is: I don't know the quest where gathers those rewards, since theres nothing in the DB related to that items. Plus, the other characters able to complete the quest, only the Shaman can't.

  3. Hello,

    Which DB table, or Core files conatins the player level up spells?
    I need to find some spells, and modify them for a class.

    For example:
    - Hunter Disengage Spell auto place on action bar on level up. I want to change the Disengage level requirement for placing on the actionbar level req.

    • Upvote 1
  4. Dear Users!

    I need help with some features.

    How can I disable some Feast of Strenghts Achievements (for example: WoW's 4-13th Annivesary) and Player spells.
    For the Player Spells, I mean, how and where can I edit the auto-learned Spells on specific level (for example Hunter Disengage), and how to add missing spells form spell bar on fresh new characters.

    Thank you so much for your help!

  5. Hello community!

    Id like to ask: how can I add a default server realmlist (portal) when the user start the wow.exe?

    I thinked of this:

    When I cmake and compile the core, is there any ways to edit the connection_patcher to update the wow.exe in a special way, to force change the config.wtf file (or creating a different named one) to a specific port (not the base "EU") and when the user change it manually, its caunged to the specific one when the wow.exe launched?

    Or this can't be?

  6. Map file './maps/0000_43_31.map' is from an incompatible map version (MAPS v1.8), MAPS v1.9 is expected. Please pull your source, recompile tools and recreate maps using the updated mapextractor, then replace your old map files with new files. If you still have problems search on forum for error TCE00018.

    Sadly, I can't extract the files from 7.3.5 client (for 7.3.5 server), and that was the last version what ive found on the internet, where someone shared their maps, etc.

  7. Hello!

    When I'm done with the cmake and the compile, I try to extract the dbc, maps, mmps, vmaps folders by the extractors, but theres an issue.

    All files moved to the 7.3.5 folder, start the extractors, and they only create the folders (gt, mmaps, vmaps, dbc), but nothing happens. I tried with System administrator mode, and the issue is still presist.

    The only extractor what do something, is only the vmaps extractor, but only: UNABLE TO OBTAIN error message (and its says frFR language, but the client is set to enUS - and tried with enGB but the issue is the same).

     

    PS: I tried to get the files from the 7.3.5 client (downloaded from a running 7.3.5 server). Or I need to download the client form battle.net, and use the extractors at bnets wow?
    I ask this, becouse for 3.3.5a its get every folders and files form privateserver client.

    Thanks for your help!

  8. Hello,

    I hope you can help me, but I can't cmake the 6.2.4 TrinityCore version. I know its old, and unsopported, but I don't know why, but theres always a boost version issue.

    I tried with: 1_55_0, 1_59_00, 1_60_0, 1_61_0, 1_66_0, and 1_69_0, but sadly every time, theres an issue:

    CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
    Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
    Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
    command to set the policy and suppress this warning.

    Environment variable Boost_ROOT is set to:

    C:/local/boost_1_66_0

    For compatibility, CMake is ignoring the variable.
    This warning is for project developers. Use -Wno-dev to suppress it.

    CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
    Unable to find the requested Boost libraries.

    Boost version: 1.66.0

    Boost include path: C:/local/boost_1_66_0

    Could not find the following static Boost libraries:

    boost_system
    boost_filesystem
    boost_thread
    boost_program_options
    boost_iostreams
    boost_regex

    No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
    directory containing Boost libraries or BOOST_ROOT to the location of
    Boost.
    Call Stack (most recent call first):
    dep/boost/CMakeLists.txt:29 (find_package)


    OS: Win10 64bit,
    Cmake: 3.13.2
    VS: Cisual Studio 15 2017

     

     

    I hope you an help me out :(

  9. On 2/21/2019 at 12:37 PM, Aokromes said:

    disable servers on cmake.

    Thank you Aokromes!

     

    I hope you can help me, but I can't cmake the 6.2.4 TrinityCore version. I know its old, and unsopported, but I don't know why, but theres always a boost version issue.

    I tried with: 1_55_0, 1_59_00, 1_60_0, 1_61_0, 1_66_0, and 1_69_0, but sadly every time, theres an issue:

    CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
    Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
    Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
    command to set the policy and suppress this warning.

    Environment variable Boost_ROOT is set to:

    C:/local/boost_1_66_0

    For compatibility, CMake is ignoring the variable.
    This warning is for project developers. Use -Wno-dev to suppress it.

    CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
    Unable to find the requested Boost libraries.

    Boost version: 1.66.0

    Boost include path: C:/local/boost_1_66_0

    Could not find the following static Boost libraries:

    boost_system
    boost_filesystem
    boost_thread
    boost_program_options
    boost_iostreams
    boost_regex

    No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
    directory containing Boost libraries or BOOST_ROOT to the location of
    Boost.
    Call Stack (most recent call first):
    dep/boost/CMakeLists.txt:29 (find_package)


    OS: Win10 64bit,
    Cmake: 3.13.2
    VS: Cisual Studio 15 2017

     

     

    I hope you an help me out :(

  10. Hello there!

    I have a question: I'm working on an earlier TrinityCore version, but there Ive met an issue:
    The party buffs like: Greater Blessing of Kings for Paladins, Prayer of Fortitude for priest and so on, are not applied to party members, and when I click them, its not added, only the smallest ones. Where should I check this at my core, what should I search to fix  it?

    Its a 3.3.5a core
    (or it will fixed, if I use the latest TC3.3.5a src/server/game/spell folder?

  11. 7 hours ago, Aokromes said:

    on ubuntu you must compile boost yourself, uninstall systemwide boost.

    Thank you, I try it :)
    Edit:

    I hope it will work :)

    1. downloaded from here: https://sourceforge.net/projects/boost/files/boost/1.62.0/ and extract with tar -xf boost_1_62_0.tar.gz
    2. cd boost_1_62_0
    3. get required libraries:

      sudo apt-get update && sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev
      
    4. build with ./bootstrap.sh --prefix=/usr/local

    5. install with sudo ./b2 install
       

    Edit2:

    Thats normally, the GCC 6.3.0 takes ages to MAKE without install?

    Followed this guide:
     

    1. wget https://ftp.gnu.org/gnu/gcc/gcc-6.3.0/gcc-6.3.0.tar.bz2
      tar jxvf gcc-6.3.0.tar.bz2
      cd gcc-6.3.0
      ./contrib/download_prerequisites
      
    2. Compile the sources (note: this command will differ depending on where you initially saved the .bz2 archive), you can also modify option for build command. In this case we'll use very basic option:

      cd ~
      mkdir gcc-build && cd gcc-build
      ../gcc-6.3.0/configure -v --prefix=$HOME/gcc-6.3.0
      

      NOTE: Make sure you have read the docs to view available option.

    3. Now we are ready to build gcc

      • Run make command to build gcc, this steps will take a long time to complete.

        make
        
      • Once the above phase is finished, you can install built gcc with:

        sudo make install
  12. Additional error:

    1xa1TDh.png

     

    Followed guides:

    https://trinitycore.atlassian.net/wiki/spaces/tc/pages/10977288/Linux+Requirements
    https://trinitycore.atlassian.net/wiki/spaces/tc/pages/10977309/Linux+Core+Installation

    OS: Linux Ubuntu 16.x
    Ram: 32 GB
    Cpu: 8 core

    Used commands:
     

    apt-get install git clang cmake make gcc g++ libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mysql-server p7zip
    update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
    update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100

    Any ideas how can I fix it, or anyone met with this issues?

  13. Dear TC Users!

     

    Heres a little briefing about my issue:
    - I tried to compile the TC 3.3.5a emu at my linux server (debian 8 and ubuntu 16 - newer versions are not allowed on the server - hoster provides). I tried everything from the tc wiki, but sadly without any success.
    PS: I have the Windows version, its working perfectly at localhost.

    Is there any ways, to someone give me a link where I can download the fresh and clean TC 3.3.5a (https://github.com/TrinityCore/TrinityCore/tree/3.3.5 this one) files  (base files + extractors, BUT without vmap, mmaps, dbc) which already maked for Linux?

    Sadly I don't know anything about the VM and the Cygwin programs only heared about them, but never used.

     

    I hope someone can help me with the Linux core files :/

×
×
  • Create New...