• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Need help with something..

Status
Not open for further replies.

Andrew

ED Beta Tester
So this is gonna come off as a really nooby question but oh well.. I'm curious.

I'm interested in learning trinity top to bottom with anything that may be taken more towards computing to even as little as a reload command, etc.

I'm not going to ask how to DO anything because I'm willing to learn everything from the basics, but I want to know what fields there are within Trinity, even outside of wow emulation if it does go that far. (I don't know) Those things consisting of C++. C#, SQL, and so forth. I'd really appreciate if someone could make a full list of them so I can look further into them because I'm hoping in a few years I can be somewhat useful within this community (Emulation in general) if it's still something popular. And if it's not, oh well, at least I have knowledge, right? Lol... Thanks in advance.






*cough**cough* Tommys hot pockets suck *cough**cough*
 

Tommy

Founder
I don't get what you're asking really. Are you asking to learn more about C++ and other languages? If so, you can search Google for basic and other tutorials to do what you want.

C:
http://www.cprogramming.com/tutorial/c-tutorial.html

C++:
http://www.cplusplus.com/doc/tutorial/

C#:
http://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx

Lua:
http://lua-users.org/wiki/TutorialDirectory

SQL:
http://www.w3schools.com/sql/

Regarding WoW Emulation, you did mention TrinityCore. You know EmuDevs has 47 TrinityCore Tutorials, right? You can learn everything you need to know about TrinityCore Gossip, CreatureAI, Hooks, GameObjectAI, Core Edits and more from EmuDevs TrinityCore tutorials. I've even done tutorials about maps and vectors. I update this thread EmuDevs TrinityCore Video Tutorial Collection when I do TrinityCore tutorials. I make videos every week.
 

Andrew

ED Beta Tester
I appreciate you taking the time to type all of that and want to thank you for bothering with my question. I wasn't asking so much for tutorials because yes, there are hundreds out there as well as on this forum as you mentioned. I was more or so just asking what things connect with trinity core such as C++, C#, etc because I'm not sure what else there is. I'm kinda new to all this so I wasn't sure of something like PHP or HMTL would cross with something that has to do with Trinity at all outside of a website. I r noob

Idk, my question isn't very clear as you can tell, but thank you for attempting to help me out. As I said it's much appreciated. I'll look around and start working on stuff on my free time. Is there something you would suggest learning first? I'm decent with SQL so I'm not really worry about that at the moment.
 

Jameyboor

Retired Staff
TrinityCore is a Wow Emulator.
It emulates the behaviour of the retail World of Warcraft Servers.
TrinityCore is fully written in C++ with some libs that are written in C, so if you want to understand the source code of TrinityCore and what it does, take a look at C++, just note:
1. Do not learn C++ only because you want to understand TC's source code.
2. Take 2 steps : 1. Learning the basics of C++ 2. Checking out source code/ writing little custom scripts, do _NOT_ learn C++ by just copying existing commands and changing some things in them, it might work but you'll have no idea where to start if you want to create something from scratch.

The server uses a MySQL library that connects to a Database that you can access via C++.
You can connect to the same database via PHP for example, meaning that you can make changes to the game via the web.

If you need more information do not hesitate to PM me or add me on Skype.
 
Status
Not open for further replies.
Top