Jump to content
TrinityCore

dreezydylan

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dreezydylan

  1. Well I had a similar problem. But did you change the in the bnetserver.conf of the external address to your IP, did you change the IP in the DB under auth? And I am guessing that your friends changed their wtf folder to your ip. If it does work then Creds are all to whoever helped me :p. If you're having trouble finding where to change the ips in the config file they are listed in LoginREST.Port = 8081 LoginREST.ExternalAddress=<the ip you're trying to connect your friends to> LoginREST.LocalAddress=<your IPv4 ip>
  2. Hamachi?? are you using Trinitycore??O_o Sounds like you're using a repack and if so then it has nothing to do with Trinitycore..
  3. Oh wow ok fixed thanks man!!! was just weird because I didn't do that last time and it worked.
  4. Hi there, I wasn't having this issue a few days ago but since I reinstalled TC etc my friend can't connect over LAN. I have set required fields accordingly in the auth database accordingly under ralmlist: address: 10.0.0.6 (My IPv4 address) localadress: 127.0.0.1 It was working a few days ago but now it seems to be giving me issues I have disables firewall etc.. It just doesn't want to wok now. Any solutions? options I have tried are changing both to my LAN IP, changing them around when I run bnetserver it seems correct: Bnet.log
  5. My patcher does patch but the patched exe doesn't work unless I use the cmd command.
  6. hmmm, I'm not too sure then. I know that I only changed my localadress in the DB to my LAN ip and also changed the address in the wtf file to my lan ip and it was working. I didn't change anything else.
  7. LAN you should set the localadress to your LAN ip. Also remember to change you .wtf file to it as well. Keep address to 127.0.0.1,
  8. Hi guys. Well after the latest build update of 6.2.4. Some stuff that I recently added is not working in-game. I updated core re-built and loaded updates for sql from the sql/updates folder. However in my DB the values are all there still but in-game it is not showing. Like creature equip template. The NPC dont have the weapons equipped. As well as some world trigger NPC that I recently added. Any clue as to what I might have done wrong?
  9. Yep, the error is right there. Missing table. But ye what Aokromes said. Edit: Yes, I also got this error, fix is simple just drop world database (don't know if you have to but I did) Then you remake it. after that you simply load the 6.04 TDB world SQL file and then run worldserver again. That should fix it.
  10. Uhm, look in the text file right at the bottom for the error. Should be called server.txt share the error. Same as Bnet should also have a .txt file with the error. That could be caused from a lot of issues such as mySQL security or missing DB files etc.
  11. Hard for "me" to explain. But I have a slight understanding. Just read whatever is under the hotfixes DB in the wiki and I am sure that you will get an idea of what it is for. Example: You have an item which is plate, you can set it to leather if you want and also to what slot it should be along with other stuff such as flags etc.. Correct me if I'm wrong.(Just my understanding so far, might or probably will be wrong=D). Also interested in knowing the full use of this table.
  12. Haha well as far as I know trinity eats quite some resources so either you're running other programs that eats memory while running trinity, or you don't have enough of something in that tower.. Other then that I don't know.
  13. Ok nevermind, all works good now. Thanks for the Help :D:D
  14. Was both auth and worldserver running?
  15. Hmmmm, I don't get them on my desktop PC I do get some errors. Will have to rebuild to see what they were again. Also when its finished(which is does pretty quick) There is nothing in the bin folder. Will have to redownload trinity again and see if that works. Will let you know results.
  16. Normally you type this in the worldserver.exe once it has finished loading everything. Should say "account created" same as setting the gmlevel. Also did you change the login in the wow to your ip that you are using? If the account was created it will show in your DB under auth.account.
  17. Okay that was stupid of me. Ok configuring it works but now when I compile I get a lot of Boost errors as such: Severity Code Description Project File Line Suppression State Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition (compiling source file C:\Users\Dylan\Desktop\TrinityCore\trinity1\src\common\Collision\Management\MMapManager.cpp) common C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227 I get a lot of those... Any fix? I only installed the 64 bit version. I also added the variables.
  18. Hi. When I try configure with CMake I get these: The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:15 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:15 (project): No CMAKE_CXX_COMPILER could be found. Configuring incomplete, errors occurred! See also "C:/Users/Dylan/Desktop/TrinityCore/Build/CMakeFiles/CMakeOutput.log". See also "C:/Users/Dylan/Desktop/TrinityCore/Build/CMakeFiles/CMakeError.log". In error log CMakeError I get: Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: Build flags: Id flags: The output was: 1 Microsoft (R) Build Engine version 14.0.25123.0 Copyright (C) Microsoft Corporation. All rights reserved. Build started 2016/04/14 3:21:09 AM. Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj] Done Building Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" (default targets) -- FAILED. Build FAILED. "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" (default target) (1) -> (Desktop_PlatformPrepareForBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.15 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: Build flags: Id flags: The output was: 1 Microsoft (R) Build Engine version 14.0.25123.0 Copyright (C) Microsoft Corporation. All rights reserved. Build started 2016/04/14 3:21:09 AM. Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj] Done Building Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets) -- FAILED. Build FAILED. "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default target) (1) -> (Desktop_PlatformPrepareForBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.12 In CMakeOutput I get: The system is: Windows - 10.0.10586 - AMD64 I am using VS 14 2015. Don't know if it has anything to do with that.
  19. Hmm not too sure but just look through the commands using .help npc set
  20. Change Auth/realmlist/gamebuild to the latest build 21355 in DB
  21. [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. could be something to do with this
  22. Did you set permission in config file?
  23. Hi there, so when I open bnetserver.exe I get this: Any help?
×
×
  • Create New...