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

Basic server stuff

Synth

Exalted Member
Hello Emudevs,today i'm going to share a simple tutorial that will show you some basic server stuff,its made by ExonatioN.

Tutorial info:
●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.

Tutorial:
●How can I create an account to my friends and me?
Open the Worldserver.exe and typing like this:

.account create Tommy isthebestguy

●How can i give myself or my friends GM power?
Open the Worldserver.exe and do like this.:
Account set gmlevel Tommy 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,vmaps,mmaps into?
Go to Local Disk (C): Make a new folder called "Tommy Maps" then put dbc,maps,vmaps,mmaps there.
Then go to your build folder: Build\bin\Release and browse worldserver.conf via notpead++,then find this:

#
# DataDir
# Description: Data directory setting.
# Important: DataDir needs to be quoted, as the string might contain space characters.
# Example: "@prefix@/share/trinitycore"
# Default: "."

DataDir = "."

Replace it with this:
#
# DataDir
# Description: Data directory setting.
# Important: DataDir needs to be quoted, as the string might contain space characters.
# Example: "@prefix@/share/trinitycore"
# Default: "."

DataDir = "C:\Tommy Maps"

●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. Usually called "_Server". 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.


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


●How can i do my server public with hamachi so i can play with my friends?
Check out this tutorial, it may help you out:

Making your server publick with hamachi

●How can I add a c++ script into my compiled core:
Follow this tutorial Adding C++ script to your core, he's explaining everything you need to know.
Thanks for Jameyboor.

●I wanna know how to compile a core instead of a repack, (Windows)?
Follow this tutorial How to compile your own core, i explained everything.

●I want to know how i can compile a core instead of a repack ON LINUX:
Check this tutorial, he's explaining everything you need to do:
How to compile your own core on linux
Thanks to Ghostcrawler.

If you have any question feel free to ask me.

Thank you!
Best regards,
Synth !
 
Last edited:
Top