Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[7.0] Full guide to install server + FAQ

Newbie Spellweaver
Joined
Apr 24, 2015
Messages
16
Reaction score
2
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Download Files

















al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Installation

1- install postgres (set username to : postgres) ( set password to : postgres)

2- install wamp

3- install java




Configuration

create a folder in c:// with any name

inside you need to have it look like this

1- Game folder

2- server_bin

3-smb_master

4- vendors




edit Server_7.0\server_bin\shard\cfg\shard.xml

line32 to 36

<accountServer maxUsersOnShard="5000">

<approve ip="127.0.0.1" port="9347"/>

<auth ip="127.0.0.1" port="9340" timeout="30000"/>

<api host="127.0.0.1" port="9357" protocol="http"/>

</accountServer>

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




1- After installing wamp, run it and go to
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




the username is : root

there is no password.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



Go to users accounts

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Select Edit previliges on account : root
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


select change password, and set password to : root

then hit enter.

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can see now the password is "Yes"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you must see the notification. now refresh page and input your new password.



Next create database name: allods_master


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Now select database allods_master

Then select import file, choose allods_master.sql

if you see error ssh_acess already exist, don't worry.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Next open PgAdmin III



Double click on postgreSQL 9.5

enter password : postgres


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Right click "Databases"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


New database.

do this and create 4 databases

1- shard

2- 123

3- billing

4- accounts


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Starting the server



1- Run server_bin\accountServer\startAccountServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




2- Run smb_master\server_bin\masterServer\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




3- Run smb_master\server_bin\masterServerAgent\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



4- Run server_bin\billingServer\startBillingServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




5- Run server_bin\itemMallServer\startItemMallServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



6- Now final part is to Run server_bin\shard\startLocalServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Client and login

Download AORG ( instructions inside).

Extract in wamp www folder

go to 1.0.php or 1.0.php

create account

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can check pgadmin accounts table view rows.



now to login in-game

edit allods client divinity 7.0\Profiles\accountServer.cfg

account_srv_host = "127.0.0.1"

account_srv_port = 9340



Then launch allods client divinity 7.0\bin\AOgame.exe

Enter your username&password and Enjoy



FAQ



1- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"

Check server_bin\accountServer\shard.xml
<db host="127.0.0.1" user="postgres" password="postgres" />


2- (Access denied for user 'root'@'localhost' (using password: YES))

check your phpmyadmin user password, and master server configs.
3- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: database "billing" does not exist

Open pgadmin III
create database billing

configs needs changes so check them.​
 
Last edited:
Junior Spellweaver
Joined
Mar 26, 2011
Messages
194
Reaction score
13
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Download Files

















al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Installation

1- install postgres (set username to : postgres) ( set password to : postgres)

2- install wamp

3- install java




Configuration

create a folder in c:// with any name

inside you need to have it look like this

1- Game folder

2- server_bin

3-smb_master

4- vendors




edit Server_7.0\server_bin\shard\cfg\shard.xml

line32 to 36

<accountServer maxUsersOnShard="5000">

<approve ip="127.0.0.1" port="9347"/>

<auth ip="127.0.0.1" port="9340" timeout="30000"/>

<api host="127.0.0.1" port="9357" protocol="http"/>

</accountServer>

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




1- After installing wamp, run it and go to
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




the username is : root

there is no password.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



Go to users accounts

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Select Edit previliges on account : root
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


select change password, and set password to : root

then hit enter.

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can see now the password is "Yes"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you must see the notification. now refresh page and input your new password.



Next create database name: allods_master


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Now select database allods_master

Then select import file, choose allods_master.sql

if you see error ssh_acess already exist, don't worry.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Next open PgAdmin III



Double click on postgreSQL 9.5

enter password : postgres


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Right click "Databases"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


New database.

do this and create 4 databases

1- shard

2- 123

3- billing

4- accounts


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Starting the server



1- Run server_bin\accountServer\startAccountServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




2- Run smb_master\server_bin\masterServer\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




3- Run smb_master\server_bin\masterServerAgent\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



4- Run server_bin\billingServer\startBillingServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




5- Run server_bin\itemMallServer\startItemMallServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



6- Now final part is to Run server_bin\shard\startLocalServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Client and login

Download AORG ( instructions inside).

Extract in wamp www folder

go to 1.0.php or 1.0.php

create account

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can check pgadmin accounts table view rows.



now to login in-game

edit allods client divinity 7.0\Profiles\accountServer.cfg

account_srv_host = "127.0.0.1"

account_srv_port = 9340



Then launch allods client divinity 7.0\bin\AOgame.exe

Enter your username&password and Enjoy



FAQ



1- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"

Check server_bin\accountServer\shard.xml
<db host="127.0.0.1" user="postgres" password="postgres" />


2- (Access denied for user 'root'@'localhost' (using password: YES))

check your phpmyadmin user password, and master server configs.
3- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: database "billing" does not exist

Open pgadmin III
create database billing

configs needs changes so check them.​
link of home page for download >>> for register account.
I already managed to download the file from the website, you can close the topic.
 
Last edited:
Junior Spellweaver
Joined
Dec 31, 2012
Messages
107
Reaction score
2
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Download Files

















al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Installation

1- install postgres (set username to : postgres) ( set password to : postgres)

2- install wamp

3- install java




Configuration

create a folder in c:// with any name

inside you need to have it look like this

1- Game folder

2- server_bin

3-smb_master

4- vendors




edit Server_7.0\server_bin\shard\cfg\shard.xml

line32 to 36

<accountServer maxUsersOnShard="5000">

<approve ip="127.0.0.1" port="9347"/>

<auth ip="127.0.0.1" port="9340" timeout="30000"/>

<api host="127.0.0.1" port="9357" protocol="http"/>

</accountServer>

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




1- After installing wamp, run it and go to
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




the username is : root

there is no password.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



Go to users accounts

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Select Edit previliges on account : root
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


select change password, and set password to : root

then hit enter.

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can see now the password is "Yes"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you must see the notification. now refresh page and input your new password.



Next create database name: allods_master


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


Now select database allods_master

Then select import file, choose allods_master.sql

if you see error ssh_acess already exist, don't worry.


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Next open PgAdmin III



Double click on postgreSQL 9.5

enter password : postgres


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums






Right click "Databases"

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


New database.

do this and create 4 databases

1- shard

2- 123

3- billing

4- accounts


al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Starting the server



1- Run server_bin\accountServer\startAccountServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




2- Run smb_master\server_bin\masterServer\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




3- Run smb_master\server_bin\masterServerAgent\start.bat
al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



4- Run server_bin\billingServer\startBillingServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




5- Run server_bin\itemMallServer\startItemMallServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums



6- Now final part is to Run server_bin\shard\startLocalServer.bat

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums




Client and login

Download AORG ( instructions inside).

Extract in wamp www folder

go to 1.0.php or 1.0.php

create account

al5yal511 - [7.0] Full guide to install server + FAQ - RaGEZONE Forums


you can check pgadmin accounts table view rows.



now to login in-game

edit allods client divinity 7.0\Profiles\accountServer.cfg

account_srv_host = "127.0.0.1"

account_srv_port = 9340



Then launch allods client divinity 7.0\bin\AOgame.exe

Enter your username&password and Enjoy



FAQ



1- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"

Check server_bin\accountServer\shard.xml
<db host="127.0.0.1" user="postgres" password="postgres" />


2- (Access denied for user 'root'@'localhost' (using password: YES))

check your phpmyadmin user password, and master server configs.
3- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:

org.postgresql.util.PSQLException: FATAL: database "billing" does not exist

Open pgadmin III
create database billing

configs needs changes so check them.​
Thank you for everything 🙂
 
Back
Top