PDA

View Full Version : Tutorial Basic Server Stuff



ExonatioN
14-12-12, 11:43 AM
As the title says, this is a tutorial showing how to do the basic server stuff. There's ofc more than this, but those is what I found useful, if you find a very important missing part, feel free to let me know so I will add it.

Lately I have seen alot of people which wanted to start a server up or already did it and didn't know those stuff.

Note: This is for TrinityCore.
Btw, this tutorial aren't made for the people who just started, and got no idea about this.

How can I create an account to my friends and me?:
Open the Worldserver.exe and typing like this:
"Account create (username, password)"
Example:
Account create test1 test2

How can I give myself or my friends GM power?
Open the Worldserver.exe and do like this.:
Account set GMLEVEL (username) 3 1
If you want to make your friends or yourself higher than level 3, go into your database.
Click at Auth>Account acces, and find the account id and change it.

When I download a repack, where should I put my dbc, maps and vmaps into?:
Put them into them into the folder where your worldserver.exe and authserver.exe are.

When I download a repack how can I get my server up so I can play alone?:
Open the folder where there's a bat file called MySQL, and open that.
Then go into your folder where the Authserver, Worldserver are and open it. Make sure to change your realmlist to 127.0.0.1.

How can I make people instant level 80?:
All those kind of things, like server rates, and alot more can be done via the Worldserver.conf file.

How can I make people start in another location than the starting locations?:
You need to find the mapID, zone, position_x, position_y, position_z and orientation. So stand at the place where you want people to spawn and use the command ".gps" and you will find the info you need.
Look on this thread: [SHARE] Easily change Start location! (http://www.ac-web.org/forums/showthread.php?t=129960), he already made the query for you, you just have to write your mapID, zone, position_x, position_y, position_z and orientation in there. (Make sure to use that one called Trinity.)
Whenever you are done with that execute it in your world DB.


Can I add a c++ script to the repack I use?:
You need to have the source code.

How can I add my item into a vendor with the cost of 20 badge of justice (example):
You can do it by doing .npc add item (Id) 0 0 and then you will need another ID , but that's what it should cost, check out this thread: http://www.ac-web.org/forums/newthre...newthread&f=85 (http://www.ac-web.org/forums/newthread.php?do=newthread&f=85), it says almost all the extended cost. So whenever you found that one you need write the id in the end, then you changed the price of an item.

How can I do my server public?:
Check out this guide, it may help you out:
Making your Trinity server public. (http://www.ac-web.org/forums/showthread.php?t=111110), thanks to Jeutie.

How can I make my server online with hamachi so I can play with my friends:
Check this guide out I made: Guide how to make server public with HAMACHI (http://www.ac-web.org/forums/showthread.php?t=145130), it explain everything you has to do.

How can I add a c++ script into my compiled core:
Follow this tutorial [Trinity] How to add a c++ script to your core. (http://www.ac-web.org/forums/showthread.php?t=145843), he's explaining everything you need to know. Thanks Jameyboor.

I wanna know how to compile a core instead of a repack?:
Follow this guide How to compile a fresh Trinity Core (http://www.ac-web.org/forums/showthread.php?t=111111), he's explaining everything.
Thanks to Jeutie.

If you need my help or service to anything check this thread:
ExonatioN's {Free} Service (http://www.ac-web.org/forums/showthread.php?t=151540).


Contact Information: [email protected]
Skype Info: ExonatioN.
I hope it helped people out there!

Wise
15-12-12, 12:46 AM
nice guide for beginners but you are promoting your ac-web threads by posting it here?

ExonatioN
17-12-12, 09:48 AM
It's not my threads, those are made by other people, and no I simply just copied my guide I made to ac-web, to this forum, as I think people will find it useful. Not all of those tutorials exists on this forum, I dont see such a big problem with that.
And thanks.