Jump to content
TrinityCore

Barry Zhang

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Barry Zhang

  1. case 62482: // Grab Crate
                    {
                        if (!unitCaster)
                            return;

                        if (unitTarget)
                        {
                            if (Unit* seat = unitCaster->GetVehicleBase())
                            {
                                //if (Unit* parent = seat->GetVehicleBase())

    this code wrong?

    TrinityCore\src\server\game\Spells\SpellEffects.cpp

    line 3558

    can't work..

     

  2. Using configuration file /home/zero/server/etc/worldserver.conf.
    Using SSL version: OpenSSL 1.1.1f  31 Mar 2020 (library: OpenSSL 1.1.1f  31 Mar 2020)
    Using Boost version: 1.71.0
    Updating Auth database...
    Duplicate filename "/home/zero/TrinityCore/TrinityCore/sql/old/3.3.5a/auth/22011_2022_02_16/2022_01_15_00_auth.sql" occurred. Because updates are ordered by their filenames, every name needs to be unique!
    Could not update the Login database, see log for details.

    1144251439_.png.784d07f9b2c81b36b3e7f5ab79ad4821.png

    ????

  3. On 2/7/2022 at 10:30 PM, Aokromes said:

    it's broken that's why you cannot enter on heroic mode. you can enter on normal mode to see why it's closed.

    got!

    hi master, I'm writing some custom scripts. There have been some successes.
    However, I was still very confused.
    I currently want to modify the time option of the auction house to add a long-term option.
    It is also expected to change dual talents to 3 talents.
    Can you give me some guidance? Like API documentation, or demonstration c++ code or something?
    I've been able to read the database and call some methods through custom scripts.

    My English is very poor. Hopefully that makes my point clear.

  4. 1/15 11:16:34.612  Login program=WoW platform=Win locale=zhCN
    1/15 11:16:34.646  Component WoW.Win.15595
    1/15 11:16:34.662  Component WoW.base.15595
    1/15 11:16:34.678  Component WoW.zhCN.15595
    1/15 11:16:34.695  Component Tool.Win.2756
    1/15 11:16:34.730  GRUNT: state: LOGIN_STATE_CONNECTING result: LOGIN_OK
    1/15 11:16:34.750  Connecting to 192.168.31.212:1119
    1/15 11:16:34.770  GRUNT: state: LOGIN_STATE_FAILED result: LOGIN_BADVERSION
    1/15 11:16:34.787  Disconnected from 192.168.31.212
    1/15 11:16:34.806  Client initiated Disconnect from 192.168.31.212
    1/15 11:16:34.823  GRUNT: state: LOGIN_STATE_FAILED result: LOGIN_BADVERSION
    1/15 11:16:34.837  Login program=WoW platform=Win locale=zhCN
    1/15 11:16:34.854  Component WoW.Win.15595
    1/15 11:16:34.870  Component WoW.base.15595
    1/15 11:16:34.887  Component WoW.zhCN.15595
    1/15 11:16:34.904  Component Tool.Win.2756

     

    connection.log

    Wow_Patched.exe

    Battle.net_Patched.dll

    and

    1119086414_.png.0b72dcaf166cc1ea47a3fef7dd8989fd.png

     

×
×
  • Create New...