ExO
Admin
- 5,119
- 2014
- 1,640
As the title says, this is a tutorial showing how to do the basic server stuff. There's of course a lot more than this, however these are parts of what I found useful, if you feel like an important part is missing, feel free to let me know!
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. 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 a lot more can be done through 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: 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 the extendedcost ID, which is able to get found on the internet. I can create a list of extendedcost ids if anyone is interested.
How can I do my server public?:
Check out this guide, it may help you out:
http://www.emucoach.com/showthread.php?208-Making-your-server-public
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: http://www.emucoach.com/showthread.php?41-How-to-make-server-public-with-Hamachi-Guide!, it explains everything you has to do.
How can I add a c++ script into my compiled core:
Follow this tutorial http://www.emucoach.com/showthread.php?361-Tutorial-How-to-add-a-C-script-into-your-core, he's explaining everything you need to know.
Thanks to Jameyboor.
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. 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 a lot more can be done through 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: 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 the extendedcost ID, which is able to get found on the internet. I can create a list of extendedcost ids if anyone is interested.
How can I do my server public?:
Check out this guide, it may help you out:
http://www.emucoach.com/showthread.php?208-Making-your-server-public
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: http://www.emucoach.com/showthread.php?41-How-to-make-server-public-with-Hamachi-Guide!, it explains everything you has to do.
How can I add a c++ script into my compiled core:
Follow this tutorial http://www.emucoach.com/showthread.php?361-Tutorial-How-to-add-a-C-script-into-your-core, he's explaining everything you need to know.
Thanks to Jameyboor.