[7.0] Full guide to install server + FAQ

03/21/2024 15:17 thefear511#1
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Downloaod Files

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


[Only registered and activated users can see links. Click Here To Register...]
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>

[Only registered and activated users can see links. Click Here To Register...]



1- After installing wamp, run it and go to [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]



the username is : root

there is no password.

[Only registered and activated users can see links. Click Here To Register...]


Go to users accounts

[Only registered and activated users can see links. Click Here To Register...]

Select Edit previliges on account : root
[Only registered and activated users can see links. Click Here To Register...]

select change password, and set password to : root

then hit enter.
[Only registered and activated users can see links. Click Here To Register...]

you can see now the password is "Yes"

[Only registered and activated users can see links. Click Here To Register...]

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



Next create database name: allods_master

[Only registered and activated users can see links. Click Here To Register...]

Now select database allods_master

Then select import file, choose allods_master.sql

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

[Only registered and activated users can see links. Click Here To Register...]





Next open PgAdmin III



Double click on postgreSQL 9.5

enter password : postgres

[Only registered and activated users can see links. Click Here To Register...]





Right click "Databases"

[Only registered and activated users can see links. Click Here To Register...]

New database.

do this and create 4 databases

1- shard

2- 123

3- billing

4- accounts

[Only registered and activated users can see links. Click Here To Register...]



Starting the server



1- Run server_bin\accountServer\startAccountServer.bat

[Only registered and activated users can see links. Click Here To Register...]



2- Run smb_master\server_bin\masterServer\start.bat
[Only registered and activated users can see links. Click Here To Register...]





3- Run smb_master\server_bin\masterServerAgent\start.bat
[Only registered and activated users can see links. Click Here To Register...]


4- Run server_bin\billingServer\startBillingServer.bat

[Only registered and activated users can see links. Click Here To Register...]



5- Run server_bin\itemMallServer\startItemMallServer.bat

[Only registered and activated users can see links. Click Here To Register...]


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

[Only registered and activated users can see links. Click Here To Register...]



Client and login

Download AORG ( instructions inside).

Extract in wamp www folder

go to [Only registered and activated users can see links. Click Here To Register...] 1.0.php or [Only registered and activated users can see links. Click Here To Register...] 1.0.php
create account

[Only registered and activated users can see links. Click Here To Register...]

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


[Only registered and activated users can see links. Click Here To Register...]
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.
06/16/2024 20:57 JONNST4R#2
Hey,
you have to do step 6 as administrator via cmd.

And you find the register script here: [Only registered and activated users can see links. Click Here To Register...]

After you have created the account change this:
[Only registered and activated users can see links. Click Here To Register...]
08/05/2024 21:54 seskapill#3
Hi there, after fixing my Java version to 8, as well as several port inconsistencies in the accountServer and shard configuration, I was able to start the servers and try the client.

Again fidling with ports and IP to get the aut-servers to be called where it is but now I get to an error message complaining about login failure due to "file inconsistencies 9970/91".

Any idea which files and how to fix that?

The shard server has this error:
[08-05 21:47:55,873, 1160114] net_worker_6 - INFO frontEnd.NewClientInfo : Client rejected unknown (10) reason (WRONGVERSION) Wrong version (client = 91; server = 9970)

Is this a configuration of some kind or it's just a too old client
08/24/2024 16:51 JONNST4R#4
Quote:
Originally Posted by seskapill View Post
Hi there, after fixing my Java version to 8, as well as several port inconsistencies in the accountServer and shard configuration, I was able to start the servers and try the client.

Again fidling with ports and IP to get the aut-servers to be called where it is but now I get to an error message complaining about login failure due to "file inconsistencies 9970/91".

Any idea which files and how to fix that?

The shard server has this error:
[08-05 21:47:55,873, 1160114] net_worker_6 - INFO frontEnd.NewClientInfo : Client rejected unknown (10) reason (WRONGVERSION) Wrong version (client = 91; server = 9970)

Is this a configuration of some kind or it's just a too old client
Hey can u post your shard.xml for:
  • accountServer
  • billingServer
  • itemMallServer
  • shard
  • masterServer
  • masterServerAgent

Do you use the Client from this thread or different one?
11/06/2024 05:17 lordVlad#5
Everything worked correctly for me, but now I noticed that the cash store is empty, could you teach me how to create the store and add items to the appropriate categories, please? version 7.0 even though the database is completely without records of anything.

Until then, thank you very much for the help posts
11/06/2024 14:54 JONNST4R#6
Quote:
Originally Posted by lordVlad View Post
Everything worked correctly for me, but now I noticed that the cash store is empty, could you teach me how to create the store and add items to the appropriate categories, please? version 7.0 even though the database is completely without records of anything.

Until then, thank you very much for the help posts
Source is the original thread in the other forum I think.

SQL file:
[Only registered and activated users can see links. Click Here To Register...]
11/06/2024 17:51 lordVlad#7
Quote:
Originally Posted by lordVlad View Post
Everything worked correctly for me, but now I noticed that the cash store is empty, could you teach me how to create the store and add items to the appropriate categories, please? version 7.0 even though the database is completely without records of anything.

Until then, thank you very much for the help posts
You are amazing my friend, thank you very much :handsdown: :handsdown:

I think we may be asking a lot, but could you tell me if there is a post or something related to how I can make this local 7.0 server available for some friends to play directly on my machine? If not, can you tell me if it is possible to do this? If so, could you help me?
05/18/2025 01:53 thefear511#8
Quote:
Originally Posted by lordVlad View Post
You are amazing my friend, thank you very much :handsdown: :handsdown:

I think we may be asking a lot, but could you tell me if there is a post or something related to how I can make this local 7.0 server available for some friends to play directly on my machine? If not, can you tell me if it is possible to do this? If so, could you help me?
you can google ADC allods its a dedicated community for that