PDA

View Full Version : Explaining the roots



DarthNihilus
17-05-16, 07:18 AM
please explain me how this thing are connected.
1. The core (let's discuss trinity)
2. the database
3. MySQL

Can I use the same core with updated database? or they come in one bundle only?
I have some unknown trinity version based wod 6.2.3 and almost nothing works there.
what should I do to make a game playable? update the core? update the database?

axer
22-07-16, 06:07 AM
please explain me how this thing are connected.
1. The core (let's discuss trinity)
2. the database
3. MySQL

Can I use the same core with updated database? or they come in one bundle only?
I have some unknown trinity version based wod 6.2.3 and almost nothing works there.
what should I do to make a game playable? update the core? update the database?


1. Trinitycore is the server itself.
2. Database, is where the server stores information such as characters, items, creatures, locations, objects etc.
3. Mysql is the language the database is using.


You can update only the database and not the core itself but you cant use a trinity database for arcemu and so on.

If you want it playable you should learn C++ and mysql and start coding to fix spells/scripts in the core.
You can work on the database aswell but its mostly just updating information on creatures like health, stats etc etc.

Mechanics are in the core so broken spells and talents will be handled from there.