Jump to content
TrinityCore

Levcsu

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Levcsu

  1. Dear Community! Anyone can help me to find the following: Where can I check the differences between debug mode and Relwithdebinfo compile? I mean, if something working and debug, but it wont at Relwithdebinfo, where can I check what codes belongs to them?
  2. 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
  3. When I try to log in with the _retail_ wow.exe it gives me the following error on log-in: (yes I edited the config.wtf portal to 127.0.0.1) Since at the base folder theres no Wow.exe thats why I tried to use the _retail_ one. I'm only able to log in with the Artctium Launcher. Anyone have any ideas, how can I fix this? Maybe theres a Wow.exe patcher somewhere?
  4. Thank you, so it will works like a charm. Thats good to know :) No exe editing or oatching required to connect I wonder
  5. Dear everyone! Where can I download the full client (8.2.5.32750) which is compatible with the Master branch? Its enough to download the full game from battle.net, and I will able to join to the server fresh compilied master branch server?
  6. Hello! I searched everywhere for a connection patcher (or a patched) Wow.exe for 8.2.0 31478 client. Sadly, what I found so far is Firestorm and EtherSide clients but both of them have an own modified Wow.exe with their news feed (and Id like to remove this things so need a client patched exe). Anyone can help me out?
  7. 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.
  8. Where can I edit the quest rewards? PS: Quest_template not contains those items, what the quest offers, and I want to remove them.
  9. 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.
  10. 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!
  11. Dear Users! Is there any TC revs with working BatlePet system? I don't care, if its an older expansion compared to master (BfA), I just looking somewhere a working TC MoP, WoD or Legion with working BattlePet system. Thanks for your reply!
  12. Hello, I'd like to know, how to add a new item to the server, or edit an existed one. Since theres no longer an item_template table at the DB, I need to add it trough DBC files? For example: items.dbc or items.db2?
  13. 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?
  14. 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.
  15. 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!
  16. 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
  17. 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
  18. Hello! Its possible, to only compile one emus TOOLS, extractors without compling the whole core? If its, can you please tell me, how? Never tried to do this before. or, can I use the linux extractors at windows?
  19. 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?
  20. Any ideas, how can I edit, or where can I find in the TC latest 3.3.5a release, the Recruit a Friend XP multiplier? Id like to change it and increase its value.Thank you for your reply
  21. Thank you, I try it Edit: I hope it will work downloaded from here: https://sourceforge.net/projects/boost/files/boost/1.62.0/ and extract with tar -xf boost_1_62_0.tar.gz cd boost_1_62_0 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 build with ./bootstrap.sh --prefix=/usr/local install with sudo ./b2 install Edit2: Thats normally, the GCC 6.3.0 takes ages to MAKE without install? Followed this guide: 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 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. 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
  22. Additional error: 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?
  23. Finally I get to worked on Ubuntu 16.x, but the following errors appears now: and
  24. 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...