Releasing a fresh repack of a compiled MangosZero core+ScriptDev+Acid+Database and fixes if needed each time any mayor updates comes or if i fix a bug, since im using it on my own server aswell.
Information:
MangosZero rev 0119 (1.12.1)
Updated ZeroDB (rev 11)
BlizzLike no custom things added.
No Client Crash
Spells/Quests Working (Not all but most of it, if you encounter a spell bug please report it to me).
Waypoints Working
BattleGrounds Working.
Scripted Areas/Dungeons and Raids.
Pets almost working as they should (Report to me if you encounter a problem and i'll support).
Credits:
ZeroProject Team.
St4rf1sh for compiling and making minor fixes.
Download Links:
Version 1.0: FileBeam - Beam up that file Scottie!
Changelog:
v1.0: Release.
Updates:
2010-02-02: Pet feed working correctly.
2010-02-02: Big fix pack (Credits to TommyAnders)
Setup Guide:
1) Unrar the files downloaded from filebeam with your favorite unrar program, if you dont have one i'd suggest you to download WinRaR: http://www.rarlab.com/rar/wrar392b1.exe
2) I presume you already have MySQL else:
Windows 32-bit:
mysql-essential-5.1.43-win32.msi
Windows 64-bit: mysql-essential-5.1.43-winx64.msi
MAC OS X 32-bit: mysql-5.1.43-osx10.6-x86.dmg
MAC OS X 64-bit: mysql-5.1.43-osx10.6-x86_64.dmg
RedHat 32-bit RPM: MySQL-client-community-5.1.43-1.rhel5.i386.rpm
RedHat 64-bit RPM: MySQL-client-community-5.1.43-1.rhel5.x86_64.rpm
And a MySQL Manager i recommend SQLYog or Navicat.
3) After installing Configure it by choosing the following:
Standard Configuration.
Enable Remote Access while creating an user on your MySQL Server.
Remember your password as you will need it later on.
4) Now start up your MySQL manager and log in using your information.
5) Create your world database, you can name it whatever you like. After you created it right click on it and choose something like "Execute from sql batch" or "Restore from sql batch" and choose the world.sql located in your repack folder.
6) Create your realmd database, you can name it whatever you like. After created repeat step nr. 5 but choose realmd.sql instead.
7) Create your character database, this aswell you can name anything you like. After created repeat step nr. 5 but choose characters.sql instead.
Create your scriptdev database, you can name this one anything you want aswell. After created repeat step nr. 5 but choose scriptdev.sql instead.
9) Setup your configs which are located in the repack folder.
The most important lines to change are:
Mangosd.conf:
Code:
RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos"
CharacterDatabaseInfo = "127.0.0.1;3306;root;mangos;characters"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
RealmID should be set to the same id defined in your Realmd database.
Set the LoginDatabaseInfo to:
127.0.0.1 : this should be the ip address of your MySQL Server.
3306 : this should be the port to your MySQL Server.
root : this should be the username to the MySQL Server.
mangos : this should be the password to the MySQL Server.
realmd : this is the database name of your realmd database.
Set the WorldDatabaseInfo to:
Same steps as above only change the database name to your world database.
Set the CharacterDatabase to:
Same steps as above only change the database name to your character database.
realmd.conf:
Code:
LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
LoginDatabaseInfo should be the same as the one in your mangosd.conf
scriptdevzero.conf:
Do the same as the others just use your scriptdev database instead.
10) Copy from the tools folder in your repack folder the ad.exe and the files in the vmap_extract_assembler_bin map to your world of warcraft 1.12.1 server and run them untill they are finished, then move the following folders to your Server folder(The one where your repack files is): dbc,maps,vmaps,buildings.
11) Ports you should have opened to run your server is: 3724 and 8085.
12) Start up mangosd.exe and realmd.exe and you got your server running! You can now create an account for yourself at the mangosd.exe console with the following command:
.account create username password
To set admin access:
.account set gmlevel username 3