You dont "Install" a repack. You simply download, extract, click the necessary executables to start the server. (If you have MySQL installed). Pyrd wrote a very great descriptive guide on his post on "installing" his repack. All Credit goes to Pyrd . http://www.mmowned.com/forums/world-...nity-core.html
Code:
Quick & Dirty Install Guide
There are plenty of guides out there for the criteria mentioned above therefore make sure to have mysql, working, your cpu up to date and 3.5 .net framework installed, and Visual C++ 2008 SP1 at the very least.
Originally Posted by xul1ganas
I official announce, that if u get error like:
"Path to your server folder"
Application Failed To Start Because The Application Configuration Is Incorrect.
U need to:
1. Install latest .Net Framework(3.5)
2. Install C++ Redistributable Package, for 3x proc its "SP1, x86" and if your proc is 64x, just download the 64x one
If the application is still not working, you are ****ed up.
You will know if you are ready to continue my guide if you can connect to your mysql server through Navicat.
Step1
Create a Folder called C:\Ultracore
Step2
Unzip all the files from my repack into a folder on your desktop, then go into that folder
and copy everything inside the folder to "C:\Ultracore"
Step3
Create a folder called "data" in Ultracore so that you have C:\Ultracore\data
Step4
Go into the map extractor tools folder and take Map.exe and place it in your Main WoW Folder.
Example C:\Program Files (x86)\World of Warcraft or C:\Program Files\World of Warcraft.
Once you run map.exe you will get 2 new folders, DBC and MAPS.
Copy these two folders back into C:\Ultracore\data
Step5
Go back into Map extractor tools folder in C:\Ultracore and copy
vmapextract_v3.exe,
vmap_assembler.exe,
makevmaps_simple.bat,
into C:\Program Files (x86)\World of Warcraft\Data\enUS or C:\Program Files\World of Warcraft\Data\enUS.
Now run makevmaps_simple.bat and let that run until it is finished which will take some time.
Don't close it too early because it extracts the buildings first.. then makes the vmaps afterward.
You will get VMAPS folder which needs to be copied back into C:\Ultracore\data
Step6
While that is extracting let us now open up Navicat and create 3 new databases.
The 3 databases should be Characters, Trinity, Realmd.
Now import/restore/execute batch each of the databases that is supplied in the database folder
inside C:\Ultracore\Database to its respective counterpart inside your MySQL server.
Step7
Now all that you must do is edit your config files within C:\Trinity.
First open up authserver.config. Find the line:
Code:
LoginDatabaseInfo = "127.0.0.1;3306;root;password;realmd"
And change your username, password, and database to match your MySQL Server setup.
Lastly go into worldserver.config and edit these 4 important lines.
Code:
DataDir = "C:\ultracore\data"
LoginDatabaseInfo = "127.0.0.1;3306;root;password;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;password;trinity" <-- world database name --
CharacterDatabaseInfo = "127.0.0.1;3306;root;password;characters"
Step8
Open up Navicat and go into your Realmd database.
Find the table realmlist and look at the data entries.
Make sure the ID is number 1.
Change the Name to whatever name you want people to see.
Change the address to your external IP example: myserver.dyndns.org
Port should be 8085
This last action is to make the server live to the world,
assuming you have Xampp properly setup and your router ports
are forwarded correctly when you run authserver.exe the program will
connect to your Auth database. If this information is set to 127.0.0.1
then you must set your realmlist.wtf file in WoW to match this.
But if your setup is myserver.dyndns.org then inside realmlist.wtf in WOW
you would use myserver.dyndns.org to connect.
Step9 -- Run worldserver.exe
If you did it right prepare to be one happy camper.
Anyhow once the Ultracore server loads completely, now is your time to create
a username and password for server access.
If you have the trinity.exe selected you should be able to type commands. Type ? or command / help to see the available commands.
Example:
Code:
account create user 123456
Step10
Now open up your favorite SQL program and go back into the Realmd database.
Look for the table accounts. You should see under data the new account that you just created.
Find the spot that says GM level and put this at 3.
Now this account is a GM and you will have access to GM commands ingame.
Time to log in.
But before we log in, there is still Trinity Admin
That folder belongs in the WOW Interface Addons folder.