Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 02/22/16 in all areas

  1. How to add Waypoints to a creature: Note: I'm just adding a copy paste tutorial without further information on the DB-Structure behind it, because i know, you will understand this soon enough.Example: We want to add this Guy some waypoints 1.) Get the latest sniffer from http://community.trinitycore.org/topic/9849-trinity-cores-sniffer-for-wow-62020338/ 2.) Log in on retail and start the attach_sniffer and follow the Creature until it has completed it's whole path. It's important, that you DO NOT RUN OUT of sight of this mob, else the path will look really creapy. 3.) Close the sniffer if the Path is completed one time 4.) You will see a .pkt - file in your wow directory now 5.) Download and compile https://github.com/TrinityCore/WowPacketParser 6.) Go to the Releasefolder after you finished compiling 7.) Copy the .pkt-file and move the file with drag-and-drop over the WowPacketParser.exe Note: It's recommended to keep these settings <add key="DBEnabled" value="false" /> in WowPacketParser.exe.config 8.) Now you will see a .txt file in your releasefolder 9.) Download and compile https://github.com/Kittnz/WaypointCreator (Branch 6.x) 10.) Go to the release folder and open up the Waypoint Creator.exe 11.) Import the .txt-file 12.) Search for the entry in the searchfield (in this case entry: 74228) 13.) Result: - Rightclick on the table and hit: Create SQL 14.) In the SQL-Output you will now find: Use the command: .go 1923.215 -4636.423 33.2019 to see if you are on the right position 15.) Go ingame (Tc-Server) and choose a fitting creature which is near the path. In this case it's creature with GUID: 286504 - You always find the right guid if you select the creature and type: .npc info 16.) Replace the XXXXXX in SET @NPC := XXXXXX; with the GUID -> SET @NPC := 286504; 17.) Repeat this for all other Paths
    1 point
  2. Well I did not know in what forum to post this so I thought this one would be the correct one. I just wish to say a big THANK YOU! to the TC team, and others who support it and are contributing. Me and my friends recently got tired of playing on retail and wanted to go on a little nostalgia trip with WotLK and while we could have played on other private servers, we thought of seeing if we could make our own, thus we found TC and decided to try it out to see if it's possible. Well after the informative guide here: https://trinitycore.atlassian.net/wiki/display/tc/TrinityCore+Home , we managed to successfully make it. So, we currently are playing and so far everything works normally (with very little very minor bugs found). We wanted to create this thread to just say thanks to the TC for the making of this project and others who contributed to it. We would contribute ourselves, but we barely know any programming/coding. Thanks and good luck in the future.
    1 point
×
×
  • Create New...