Jump to content
TrinityCore

Aokromes

Moderators
  • Posts

    4497
  • Joined

  • Last visited

  • Days Won

    229

Posts posted by Aokromes

  1. 6 hours ago, roadmaster said:

    I installed the 3.3.5 branch of trinitycore but im having problems connecting multiple clients.

    I have 3 computers: Local, Lan and Internet

    the Local Machine hosts both the trinitycore server and a copy of the wow client (realmlist set to 127.0.0.1)
    a separate Lan Machine hosts a wow client (realmlist set to 10.0.0.163) which is the Lan ip of the above local machine.
    my niece has a Machine at her house with a wow client that connects through the internet using (realmlist set to my.noip.dns)

    The Local machine with the server installed, auth.realmlist address is set for my.noip.dns
    ports 8085 and 3724 are port forwarded and working.

    my problem is this:  i can get the local machine and the Lan machine to work at the same time with the auth.realmlist set to the lan ip of 10.0.0.163. or i can get the local machine
    and my niece connected through the internet to work at the same time using the auth.realmlist set to my dns my.noip.dns. but i cant get all three to work at the same time.

    can you run Local, Lan and Internet all three at the same time?

    As i said the server runs and connections are possible, just not with all three at the same time. When i try to run all three, the Lan machine wont connect but instead runs the infinite realm loop.

     

  2. 1 hour ago, Yemto said:

    I'm making a website for a server. But I have an issue getting items tooltip to work properly on it, I managed to get what kind of stats the item have (e.g. Spirit and Stamina) but I have no idea where the amount is stored. I'm guessing it have something to do with randomPropertyId. But even if two items have the same randomPropertyId, they have widely different stats amounts. Can anyone here help me? 

    check how minimanager works.

  3. 6 hours ago, darmokjalad said:

    Greetings, all.

     

    I just finished carefully following the instructional guide listed here. Everything went according to the documentation with no major issues. The mmaps extraction did have to run overnight but I assumed that was due to the lower end PC specs it was running on.

    Fast forward to just now and I have everything configured and ready to fire up. I get all my configs updated and start the bnetserver.exe only to receive the following error:

     

    "The procedure entry point SSL_CTX_set_ciphersuites" could not be located in the dynamic link library"

     

    It then provides me with a file path for my libmysql.ddl file ( which is in the same directory as the bnetserver )

    I checked the forums and noted that it might be a glitch or issue with that particular DLL so I went online and downloaded a 64bit ( supposedly ) libmysql.dll and replaced it in the bnetserver directory and tried again. This time the program actually fired up but the command window gave me an error stating that the MySQL version 5.7 was not the one used to compile bnetserver ( 8.0 ) which is accurate as version MySQL 8.0 is what I have installed on the server ( it was already installed prior to doing the Trinity tutorial ).

    I feel like this is an issue because the program was compiled on 64bit and the libmysql.dll might be a 32bit type but I'm not sure. Coming from a programming background it also sounds like there is a function missing in the MySQL 8.0 libmysql.dll that was present in a version used by bnetserver. I have already tried to recompile and I get the same error. Any help is appreciated.

     

    **EDIT**

    I may have answered my question. It appears maybe TC isn't compatible with MySQL 8?

    https://github.com/TrinityCore/TrinityCore/issues/22188

    But perhaps experts can still weigh in so I can be sure.

     

    mysql support was added 5 months ago.

×
×
  • Create New...