[Archive] [OFFICIAL] A Guide for New Users
[Archive] [OFFICIAL] A Guide for New Users
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
What is TrinityCore?
TrinityCore is a MMORPG Framework based mostly in C++.
It is derived from MaNGOS, the Massive Network Game Object Server, and is based on the code of that project with extensive changes over time to optimize, improve and cleanup the codebase at the same time as improving the in-game mechanics and functionality.
What is MySQL?
MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use.
It is used to store creature spawn locations, item information, quests, and more.
What are Maps, VMaps, and DBCs?
Source
Maps: Maps are a must and TrinityCore does not run without them. The maps provide physical values and data for the core to interpret. Based on these, the core has a layout that can be compared with each client. This includes area definition.
DBCs: DBCs are a must and TrinityCore does not run without them. The DBCs ("Data Base Client [Files]") give essential values that the World of Warcraft client interprets. They define races, textures, local models and more. TrinityCore interprets these and loads them up.
VMaps: VMaps are optional, but highly recommended. VMaps ("Virtual Maps") calculate the possibility of line-of-sight, as an example. Based on their content, the server can (for example) calculate if spell casts are possible (e.g. if a wall is in between the target and caster or not).
MMaps: As of 02/2013, MMaps are experimental and thus optional. To further physical boundaries, MMaps ("Movement Maps") enforce physical boundaries on non-player, e.g. npcs, as their collision is not handled by the client. They also improve path generation.
What versions does TrinityCore support?
The most stable version TrinityCore supports is 3.3.3a(Wotlk) and currently has 6.0.3(WoD) in development, which is very unstable.
Does TrinityCore work on Linux or OSX?
TrinityCore will work on Linux and OSX, to learn more see http://collab.kpsn.org/display/tc/Requirements
What is open source?
Software for which the original source code is made freely available and may be redistributed and modified.
Where can I find TrinityCore open source files?
https://github.com/TrinityCore/TrinityCore/
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
MySQL says it's already running but I've never started it.
This is caused because of folder and file permissions, if your server is located in Program files it is recommend that you move them to your documents. If not right click on your _server folder, properties, security tab. Set the user to full control.
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
If anyone has any issues / questions, I'll gladly answer them !
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
how can i setup heidisql? ihave no idea what mysql.bat password. it always says that "access denied for user 'root'@'localhost' (using password: YES)"
Quote:Crunchy28 said:Depends what MySQL provider you use, try root and password blank, OR root and ascent as password.
how can i setup heidisql? ihave no idea what mysql.bat password. it always says that "access denied for user 'root'@'localhost' (using password: YES)"
Click to expand...
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Quote:Crunchy28 said:Depends what MySQL provider you use, try root and password blank, OR root and ascent as password.
how can i setup heidisql? ihave no idea what mysql.bat password. it always says that "access denied for user 'root'@'localhost' (using password: YES)"
Click to expand...
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Help
Plase.... where i found your v6.1 or v6.0 4.3.4 repack??... i want to play whit my friends via LAN but the V5 had a lot of bugs in the starting areas and the paladins's templar veredict is buged.... plase i need help becouse i dont find the link of the v6 repack
PD: sorry about my english i from cuba
thanks
Quote:zyrus23 said:I'll try to explain this as simple as I can to help with translation. Sorry if it is not readable for you:
Plase.... where i found your v6.1 or v6.0 4.3.4 repack??... i want to play whit my friends via LAN but the V5 had a lot of bugs in the starting areas and the paladins's templar veredict is buged.... plase i need help becouse i dont find the link of the v6 repack
PD: sorry about my english i from cuba
thanks
Click to expand...
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Quote:zyrus23 said:I'll try to explain this as simple as I can to help with translation. Sorry if it is not readable for you:
Plase.... where i found your v6.1 or v6.0 4.3.4 repack??... i want to play whit my friends via LAN but the V5 had a lot of bugs in the starting areas and the paladins's templar veredict is buged.... plase i need help becouse i dont find the link of the v6 repack
PD: sorry about my english i from cuba
thanks
Click to expand...
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Hi. When I tried to start "MySQL" in _Server Folder Cmd.exe said >>> MySQL could not be started. ?
What should I do. ( i did permission to folders administrator ). Should I setup first MySQL program. or should I start Your Folder inside have already MySQL application ?
Thx.
View attachment MySQL.jpg
View attachment MySQL 2.jpg
Edit; I worked to server, and i try to learn how can i change data base. Thx for noone helped. ( without #Brian8544, he was very helpfull, thx brian)
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Hi, sorry I have some stupid questions I can't find answers to. (newb here)
First, I only have Version 1 of the Repack because it's the only one I could find.
Next, WorldServer won't start, and it closes before I can read why.
I'm starting (in order) Apache, then MySQL, then Authserver... and these all run fine I think... and lastly I start Worldserver. But as I said, it crashes. Is this a Version 1 issue? Or is it that I don't have my folders in the right places? Something is preventing it from starting up.
Since this sounds like an awesome server to run, I'm really excited to run it on my home LAN.
Are these stupid newb questions or what?
Can somebody help me get up and running?
Thanks
Edit: Oh sorry, I'm trying to get the Cat server running, 4.3.4 Cat, v.1. I'd prefer v.5
Quote:Aescleal said:When you say version 1, or 5, do you mean the first actual release of the cata repack?
Hi, sorry I have some stupid questions I can't find answers to. (newb here)
First, I only have Version 1 of the Repack because it's the only one I could find.
Next, WorldServer won't start, and it closes before I can read why.
I'm starting (in order) Apache, then MySQL, then Authserver... and these all run fine I think... and lastly I start Worldserver. But as I said, it crashes. Is this a Version 1 issue? Or is it that I don't have my folders in the right places? Something is preventing it from starting up.
Since this sounds like an awesome server to run, I'm really excited to run it on my home LAN.
Are these stupid newb questions or what?Can somebody help me get up and running?
Thanks
Edit: Oh sorry, I'm trying to get the Cat server running, 4.3.4 Cat, v.1. I'd prefer v.5
Click to expand...
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source
Quote:Aescleal said:When you say version 1, or 5, do you mean the first actual release of the cata repack?
Hi, sorry I have some stupid questions I can't find answers to. (newb here)
First, I only have Version 1 of the Repack because it's the only one I could find.
Next, WorldServer won't start, and it closes before I can read why.
I'm starting (in order) Apache, then MySQL, then Authserver... and these all run fine I think... and lastly I start Worldserver. But as I said, it crashes. Is this a Version 1 issue? Or is it that I don't have my folders in the right places? Something is preventing it from starting up.
Since this sounds like an awesome server to run, I'm really excited to run it on my home LAN.
Are these stupid newb questions or what?Can somebody help me get up and running?
Thanks
Edit: Oh sorry, I'm trying to get the Cat server running, 4.3.4 Cat, v.1. I'd prefer v.5
Click to expand...