Forums WoW Modding Discussion Miscellaneous [Archive] [OFFICIAL] A Guide for New Users

[Archive] [OFFICIAL] A Guide for New Users

[Archive] [OFFICIAL] A Guide for New Users

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#1
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/
rektbyfaith
11-04-2025, 05:09 PM #1

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/

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#2
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.
rektbyfaith
11-04-2025, 05:09 PM #2

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.

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#3
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

If anyone has any issues / questions, I'll gladly answer them !
rektbyfaith
11-04-2025, 05:09 PM #3

Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

If anyone has any issues / questions, I'll gladly answer them !

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#4
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)"
rektbyfaith
11-04-2025, 05:09 PM #4

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)"

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#5
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:Crunchy28 said:

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...
Depends what MySQL provider you use, try root and password blank, OR root and ascent as password.

You can check this in the mysql config file.
rektbyfaith
11-04-2025, 05:09 PM #5

Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:Crunchy28 said:

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...
Depends what MySQL provider you use, try root and password blank, OR root and ascent as password.

You can check this in the mysql config file.

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#6
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
rektbyfaith
11-04-2025, 05:09 PM #6

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

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#7
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:zyrus23 said:

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...
I'll try to explain this as simple as I can to help with translation. Sorry if it is not readable for you:

Version 6 and 6.1 are currently VIP only.

Version 5 is the current free version.

Version 6 might come out soon to public.

To get version 6.1, or the new version coming out, 6.2, you must donate to get VIP access.

$14.95 for one year VIP access, or $21.95 for life time VIP access.

You can go here to donate:

http://www.emucoach.com/payments.php
rektbyfaith
11-04-2025, 05:09 PM #7

Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:zyrus23 said:

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...
I'll try to explain this as simple as I can to help with translation. Sorry if it is not readable for you:

Version 6 and 6.1 are currently VIP only.

Version 5 is the current free version.

Version 6 might come out soon to public.

To get version 6.1, or the new version coming out, 6.2, you must donate to get VIP access.

$14.95 for one year VIP access, or $21.95 for life time VIP access.

You can go here to donate:

http://www.emucoach.com/payments.php

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#8
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)
rektbyfaith
11-04-2025, 05:09 PM #8

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)

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#9
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? [Image: 1f642.png] 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
rektbyfaith
11-04-2025, 05:09 PM #9

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? [Image: 1f642.png] 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

rektbyfaith
Administrator
0
11-04-2025, 05:09 PM
#10
Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:Aescleal said:

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? [Image: 1f642.png] 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...
When you say version 1, or 5, do you mean the first actual release of the cata repack?

The current public release version is v6.

You can download it here:

https://www.emucoach.com/showthread...hwings-Madness-v-5-EmuCoach-s-Official-Repack
rektbyfaith
11-04-2025, 05:09 PM #10

Archived author: neccta • Posted: 2025-11-04T18:09:39.346388
Original source

Quote:Aescleal said:

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? [Image: 1f642.png] 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...
When you say version 1, or 5, do you mean the first actual release of the cata repack?

The current public release version is v6.

You can download it here:

https://www.emucoach.com/showthread...hwings-Madness-v-5-EmuCoach-s-Official-Repack

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)