PDA

View Full Version : How to make 2.4.3 Server with PSDB



Boxxy
03-08-08, 11:48 PM
We will be using project silvermoon fundb http://www.mmopro.net/forums/emulator-server-discussions/224-project-silvermoon-fundb-rev8.html

First off the core that comes with it is bad so find any 2.4.3 core that is out thier here is mine http://filebeam.com/1285aba860bb03ced4f41ab949273e27 it comes with a auto restarter by gastric

A great way to get a easy mysql is from ac-repacks download: http://www.mediafire.com/?4y0cj1mytjy
you only need to use the mysql so you can ignore everything else

Now open up mysql and create 3 databases one for logon chars and world databases or you could just create 1 database and put all of the char world and logon tables in the same database

After that visit:

https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/logon_updates/
(https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/logon_updates/)https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/character_updates/
(https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/logon_updates/)https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/world_updates/
(https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/logon_updates/)
Also get the keypatch from https://arcemu.svn.sourceforge.net/svnroot/arcemu/trunk/sql/ (the key patch goes into the world database)
download everything thier and run each of these into thier respective databases (char goes to char world goes to world logon goes to logon etc)



Open up arcemu-world in the configs folder you will first see this



<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">


Change username to your mysql username and the password to your mysql password, the host name should always be 127.0.0.1 or localhost change Name= to your mysql database world database and for the characters database change Name= to your chars database

Now you will see



<Listen Host = "noobcraft.ath.cx"
WorldServerPort = "8129">


Change the listen host to your hamachi ip or your dynamic ip if your playing alone and not hosting make it 127.0.0.1

After that are the configs for the server wich a prity much just how high you want your rates etc such as gold exp so lets move on to arcemu-logonserver

you will see



<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "ascent"
Port = "3306"
Type = "1">


As befor change username to your mysql username and the password to your mysql password, the host name should always be 127.0.0.1 or localhost this time change your Name= to your logon database the logon database is were the accounts database is.

next go to



<Listen Host = "noobcraft.ath.cx"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">


Listen host should be your hamachi ip or you dns if your playing alone keep it as 127.0.0.1

now logon is done move on to arcemu-realms

you will see



<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">


This should stay how it is always


now you will see



<Realm1 Name = "AbyssWow"
Address = "abysswow.ath.cx:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">


Change the realm1 name= to your realm name
change the address to your hamachi or dns ips or if you play by yourself keep it as 127.0.0.1 always add :8129 at the end of the ip such as abysswow.ath.cx:8129

And thats it start arcemu-logonserver.exe and arcemu-world.exe
and login

Pm me if this dosent work

-noobcraft psfdb dev