Jump to content
TrinityCore

Barry Zhang

Members
  • Posts

    20
  • Joined

  • Last visited

Barry Zhang's Achievements

Apprentice

Apprentice (3/14)

  • One Year In Rare
  • One Month Later Rare
  • Collaborator Rare
  • Week One Done Rare
  • Dedicated Rare

Recent Badges

0

Reputation

  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. GOSSIP_OPTION_LEARNDUALSPEC there can learn dual talents i want to third set of talents what should i do? edit cpp or make spell.dbc ? need help...
  3. I want to make a record of the completion of the dungeon. About the time of completion. How to make a hook into Custom scripts Who can provide ideas? In addition, holy Shield and Self-interest are no longer able to remove fear control abilities in my game. Anyone else in the same boat?
  4. 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. ????
  5. 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.
  6. Trial of the Champion can't enter! how do i open it?
  7. you mean https://github.com/The-Cataclysm-Preservation-Project/TrinityCore.git is the best choice? they used bnserver,but it will never connect! wo try build TC master branch , bnserver is perfect.. they don't even have a community forum!!
  8. it's a pity! because in my heard,trinitycore is the best project! i want 4.3.4 or 5.4.8. any good suggestions? looking forward to your reply as always.
  9. hi, master. i found a branch 434. i wonder is it supported? git : https://github.com/The-Cataclysm-Preservation-Project/TrinityCore.git looking forward to your reply.
  10. 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
  11. 4.x client wow.exe need something proxy to game server? maybe use bnetserver.conf all need like Arctium WoW Launcher.exe? Am I right? need help!!!
  12. you need Arctium WoW Launcher.exe to launch wow.exe and set port wtf like this: SET portal "81.70.95.36:8085"
  13. WorldSocket::InitializeHandler ByteBufferException Invalid string value () found in ByteBuffer occured while parsing initial packet from 192.168.31.13. console print this. anyidea?
×
×
  • Create New...