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!

[Guide] Allods 1.1.02.0 server setup DETAILED

Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
WARNING: I know english very indifferently, so report if there are any mistakes.

I do not think that there is something more detailed.
First of all, download all files (press lower button):






Mirror:


1. Install Java. There must be no mistakes during the installation. After installation, right-click on 'My computer' => Properties => Additional options => Add system variable. Name - JAVA_HOME, value - folder, where you installed java:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


2. Install PostgeSQL. If you have an error, reporting the promblem with cluster, you should rollback installation, create user postregs, grant it administrator's previlegies and install postresql from new user.
After installation check 'Lauch Stack Builder'. Next:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Then:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

And confirm all the actions till the end.

3. Install WAMP to C:/Wamp. Thats all ;[

4. Open postres' PGAdmin, create database ao_account_trunk16:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Start wamp, open Phpmyadmin and create 5 databases:
Code:
allods_online_mail_RC_1_1_02
allods_online_guild_trunk_6
allods_online_RC_1_1_02
allods_online_auction_trunk_10
allods_online_masterserver_trunk
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Next open the Mysql console (from wamp tray):
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Execute following commands:
Code:
CREATE USER 'allods_online'@'localhost';
GRANT ALL PRIVILEGES ON *.* TO 'allods_online'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;

5. Setting up serverfiles.
Open /server_bin/accountServer/config/shard_local.xml, type your username and password:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

ExecutestartAccountServer.bat. If everything is okay, you will see
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Open php.ini (from wamp tray, near the mysql console). Search for
Code:
; Paths and Directories ;
and in the next line insert
Code:
include_path = ".;C:\wamp\allods\hessian;C:\wamp\allods\hessianPhpPatch;C:\wamp\allods\j2php"
(if you changed paths, you should insert yours, of course)

Now copy 5 folders from server_bin/server_api to C:\Wamp\allods. In php\accountExample.php edit password and username, then change account status:
Code:
AccountStatus::Inactive()); to AccountStatus::Active())
Change $url value to your account server's IP (localhost is default). Open YOUR_IP/php/accountExample.php
If success, you'll see:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


Lets check loginserver's workability. Launch server_bin\server_console\startconsole.bat, enter login and password from game account. You should see:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


Go to server_bin\MasterServer. In config folder set your username and password for database (the same as for account server), then launch startmasterserver.bat:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


There is 1 step left. Open server_bin\shard\cfg\shard.xml, change externalhost value to your ip, then execute startServerDefault.bat. if windows closes instantly, open this bat file and reduce RAM consumption. (min 512mbytes). Now just wait till you see
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


6. Setting the client.
Open your cient folder/profiles/accountServer.cfg, edit ip and port (you can see it in account server's console). Now you can login in game. But there is 1 problem - if the language of game is english, you wont be able to create character (you;ll recieve 'incorrect name' for ANY name and language). So, you must start game from laucher, cancel update, opent settings and change game's language to russian (Русский). And finally:
Adskoy - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums


Translated by Adskoy.
 
Last edited:
Newbie Spellweaver
Joined
Apr 30, 2011
Messages
15
Reaction score
1
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Nice guide Adskoy :) thanks for it!!
I have a question: in which files and where exactly I must put my lan IP instead of 127.0.0.1 so that my server becomes visible in lan and not only on localhost?

Thanks in advance!

в котором файлы и где именно я должен положить мою LAN IP вместо 127.0.0.1 так, что мой сервер становится видимым в LAN, а не только на localhost?
 
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Who knows...
oh, I know who knows - loko9988, but he won't tell due to some causes.
 
Newbie Spellweaver
Joined
Apr 30, 2011
Messages
15
Reaction score
1
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

yeah I find this some what weird... its like the biggest mystery of all time and everyone keeps it a mystery.. What's so special about knowing where to replace 127.0.0.1 with your LAN IP or WAN IP, I don't get it???
Its not like every user of RaGEZONE could make their own dedicated private servers and start making money from it..... specially of Allods online with its 24GB RAM requirement...lol
and I just want to make a lan server for my family couse I happen to have a spare computer, so that my kids can go play and have fun. And I cant even afford to load all maps on it since I got only 8GB RAM...
 
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

I tried to replace all ips to my lan, but after that all services became unnable to launch
 
Newbie Spellweaver
Joined
Mar 21, 2012
Messages
15
Reaction score
0
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Hello, after editing shard_local.xml, I launch startAccountServer but he said :
error1 - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums
What I have to do?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

seems that you haven't installed java
 
~Hunter~
Joined
Sep 18, 2005
Messages
404
Reaction score
4
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

accountserver login/pass
consoleserver login/pass
masterserver login/pass
_______
serverdefault ... i more confuse tought wer easyer..

ok .. in postregress i wer set any master/super pass i setup this do i need this for setting and what bout mysql what login /pass..

nvm... got server work near 100% and fix fix most problem..
also fix and it this time more easy make english working client .. and no have to searchany silly files .. guys duno u all so crack.. but this time u no seen all english for RUS client was still inside.. loll
 
Last edited:
Newbie Spellweaver
Joined
Mar 21, 2012
Messages
15
Reaction score
0
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

New problem when I lunck startAccountServer I have this :
prob2 - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

In shard_local, I've change user and password. In IP I've write localhost but in port I don't know what I have to write.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 14, 2007
Messages
42
Reaction score
0
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Untitled3 - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums can anyone help me this pls? how to command this ?? thx
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Seems that you try to execute all 3 commands at once -_-
 
Newbie Spellweaver
Joined
Feb 14, 2007
Messages
42
Reaction score
0
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Seems that you try to execute all 3 commands at once -_-


fix! now how to add this "include_path = ".;C:\wamp\allods\hessian;C:\wamp\allods\hessianPhpPatch;C:\wamp\allods\j2php" ?? >.< and after i run the startconcole.bat it need the user and password? how to know my password and user?? thx for the reply >.<:cool:
 
Last edited:
Joined
Sep 19, 2010
Messages
3
Reaction score
0
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Hello there~
1st Thanks for making this guide| (Y)
Just nvm~
 
Last edited:
Newbie Spellweaver
Joined
Aug 28, 2007
Messages
35
Reaction score
1
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

when I click accountExample.php it give me this error:

HessianError: a:2:{s:6:"reason";s:132:"HttpError: Error opening socket communication: No connection could be made because the target machine actively refused it. (10061)";s:6:"status";a:1:{s:4:"name";s:6:"FAILED";}} in C:\wamp\allods\hessian\Hessian.php on line 366
Anyone know what it means and how to fix it? Probably of that that's why I didn't get the success at the bottom...
 
Newbie Spellweaver
Joined
Aug 24, 2013
Messages
17
Reaction score
1
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

Need HELP
i dont know if its the new postgresql driver cause it wont allow to download the same as posted or what ever am i doing wrong i clock on startaccountserver and it breaks sayng it can find path

account start.PNG - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

I dont know portuguese, but it says that there is some problem with system locale.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 24, 2013
Messages
17
Reaction score
1
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

I dont know portuguese, but it says that there is some problem with system locale.

its not a problem with system what it says and i translante is "sistem can't find the path specified " a litle help there please
 
Joined
Aug 19, 2010
Messages
2,735
Reaction score
2,601
Re: [GUIDE] Allods 1.1.02.0 server setup DETAILED

its not a problem with system what it says and i translante is "sistem can't find the path specified " a litle help there please

The location of your java.exe is incorrectly specified in your config file. Check exactly where your java.exe is located and put the path in your config.
 
Back
Top