Well heres my attempt at a server release, still has a buttload of errors
and im sure i forgot to add some sql's, heres quick howto and before u start flaming, yes its partly copy pasted and partly written by me.
Download from Filebeam
Install Guide written by Zakorion15 at mmowned, parts gotten from emupedia, copy pasted and modified by me, phew, so i did the hard work)
Install Guide :
1.) Install Sqlyog from the Tools folder, place ad.exe in your Wotlk Beta folder, this should make 2 folders called maps and dbc, place these folders togheter with the mangosd.exe , ralmd.exe and the conf files and dll's, will take about 10-30 mins to make the dbc's and maps, if u get an error at 41% u might have to reinstall your Beta Client.
2.) Im asuming u have an sql server running, use sqlyog to make 4 databases:
mangos
characters
realmd
scriptdev2
3.) Open the database folder and import the sql files that are in there.
into characters db = characters.sql followed by chars_updt_6701yo6744.sql
into mangos db = fdb-v6-fulldb.sql ,followed by mangos_updt_6701to6744.sql, and last players_pets_levels_71_80.sql
into realmd db = amazingly the realmd.sql
into scriptdev2 = not a helluvalot since i forgot the damn sql..........so here u go
Download here
3.b) Theres gonna be about 400-800kb error log file when u run mangos, these are being worked on atm and i will update db whenever they are completed
4.) Edit the config files (mangosd.conf, realmd.conf, and scriptdev2.conf) to your needs.
"IP Address/Host Name:Port;DBUsername;DBPassword;database"
mangosd.conf
Line 48 : LoginDatabaseInfo = "127.0.0.1;3306;root; password;realmd"
Line 49 : WorldDatabaseInfo = "127.0.0.1;3306;root; password;mangosd"
Line 50 : CharacterDatabaseInfo = "127.0.0.1;3306;root; password;characters"
realmd.conf
Line 99 : LoginDatabaseInfo = "127.0.0.1;3306;root;password;realmd"
5.) Run Realmd.exe and Mangosd.exe
FAQs :
Q: How do I create more accounts?
A: In the Mangosd.exe window (after it is done loading of course) type :
create accountname accountpassword
setexpansion accountname 2 (To enable WotLK) *If you don't do this the account will not be able to play some of the classes / races*
setgm accountname (0, 1, 2, or 3) * 3 = Admin 2 = GM 1 = Moderator 0 = Normal
Q: How do I change the server's name?
A: Open "realmlist" table in the "realmd" database and change the "name" cell.
Q: Why can't I connect to my private server?
A: Make sure your reamlist.wtf file in the wotlk folder is pointing towards 127.0.0.1 or the IP Address/Hostname the server is on.
Q: I am getting an "unable to validate game version" error, what do I do?!
A: Check you game version before setting up the server by running wotlk and then looking in the lower left hand side and verifying the last four numbers match this repack version (9061).