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] How to make an allods private server.

Junior Spellweaver
Joined
Feb 21, 2013
Messages
132
Reaction score
25
If you want the fastest way to make your private server check out this guide
or continue to my guide for wamp version

Hello guys :D,

I searched for this tutorial for months i didn't find anything :/ even pushdex's one was to difficult to me to understand i was new to this private server type thing so I decided that Today i'am showing you how to make a private server on allods online version 1.0
I'am searching on how to do it with english language but i found only russian files :/ anyway that's not going to stop us ! let's head to the step's !!!

(video tutorial comming as soon as i make it )


STEP 1: YOU NEED TO DOWNLOAD EVERY FILE FROM HERE:
Allods online - server files links update - RaGEZONE forums
STEP 2: YOU NEED THEESE PROGRAMS:
  • wamp server
  • PostgreSQL ( with version 9 the server didn't work for me but with version 8 it did work )
  • notepad++
  • jdk-6u18-windows-i586.exe
  • this wamp file
  • and this server file
  • Winrar
FILES CONFIGURATION :
STEP 1: SET UP JAVA:

  1. install jdk-6u18-windows-i586.exe
  2. start menu
  3. right click on computer
  4. proprieties
  5. advanced system settings
  6. Environment Variables
  7. click new in system Variables
  8. put name : JAVA_HOME
  9. put path after that for the 6u18 : for 32b = C:\Program Files\Java\jdk1.6.0_18 *for 64b = C:\Program Files (x86)\Java\jdk1.6.0_18 or C:\Program Files\Java\jdk1.6.0_18
  10. OK.
STEP 2: SET UP POSGRESQL V8
IMPORTANT : PLEASE WRITE YOUR PASSWORD IN A NOTE TO NEVER FORGET it OR PUT AN EASY ONE

  1. Install it normally
  2. remember the password you set
  3. at the end check the box Launch Stack Builder
  4. when Launch Stack Builder open's choose pgJDBC and psqlODBC from the list ( search it normally its on Database Drivers )
  5. let it finish and then launch PGADMIN3 from start menu.
STEP 3: set up wamp

  1. just install it normally :)


SERVER FILES SET UP :






STEP 1:

  1. open wamp.7z
  2. copy all the files from wamp.7z into
  3. replace all the files
do the same with server_bin.7z into the server files ( replace server_bin with server_bin from server_bat cfg
.7z )



Step 2:

  1. run pgadmin 3
  2. you will find a database created
  3. enter it you will be asked for the password that you set from the beginning and enter it
  4. right click on database
  5. new data base
  6. name it " ao_account_trunk16 "
  7. click ok
  8. double click on it
  9. let the program open and go ahead to the next step
STEP 3:


  1. server_bin
  2. account server
  3. cfg
  4. edit shard_local
  5. IN password line password="your password that you put in postgresql"
  6. startaccountserver.bat ( if you get sever version = 13at the end then you did everything right ! :D )
step 4:


  1. go to wamp
  2. www
  3. php
  4. edit account example.php
  5. go to ligne 29
  6. that's your login and password ( change it if you want )
  7. go to this link 127.0.0.1
  8. php
  9. accountexample.php
  10. you should get success at the bottom of the page ignore everything else
step 7

  1. server_bin
  2. shard
  3. edit startserverdefault.bat
  4. change the number to what ram do you want the game to use i put 2048 cuz i got only 4gb ram

last step:

  1. accountserver: open startaccountserver.bat
  2. masterserver: open startmasterserver.bat
  3. serverconsole: open startconsole
  4. shard: open startserverdefaut.bat


AND WAIT TILL YOU SEE AN ALLODS ONLINE APPEAR LIKE THIS
op54i - [Guide] How to make an allods private server. - RaGEZONE Forums





ok when you see that go to your launcher files : profiles>edit accountserver.cfg
if you find the first line adress 127.0.0.1 let it like this don't touch anything!
if you find something else in line 1 change it to 127.0.0.1


IT'S READY ! go to bin file and open your aogame.exe and wait till the game appear
ps: like i said the login is tersnetwork and the pass is Tersnetwork00




that's it! if you have any question's don't be shy :D ( this took me at least 3 try's to get the server right so if you fail try again it's ok :)



 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jun 3, 2013
Messages
1
Reaction score
0
Re: [GUIDE] How to make an allods private server.

Question on step 3. When i start startaccountserver.bat it works for 5 seconds and the window disapears. Is it normal?
 
Newbie Spellweaver
Joined
Dec 22, 2011
Messages
57
Reaction score
40
Re: [GUIDE] How to make an allods private server.

No, something went wrong.
If success, it should be something like that:
Jinjer LC - [Guide] How to make an allods private server. - RaGEZONE Forums
 
Initiate Mage
Joined
Jun 6, 2013
Messages
1
Reaction score
0
Re: [GUIDE] How to make an allods private server.

Hi boys I have a quest there is a video tutorial ??????
 
Newbie Spellweaver
Joined
Apr 30, 2011
Messages
15
Reaction score
1
Re: [GUIDE] How to make an allods private server.

Hi Jinjer LC,

I followed every step from your guide and the one from pushedx everything works just fine
there were a few modifications I had to make according to pushedx guide - creating databases in myphpadmin for the shard to operate.

the only thing I cant figure out on my own is where to replace 127.0.0.1 with my lan IP so that I can run the server in lan. Any help with that? Please...

best regards

@Corini Dmt
check the name of the database you made in postgre it should be "ao_account_trunk16" - if it has space between trunk and 16 it will not work.
 
Last edited:
Newbie Spellweaver
Joined
Feb 14, 2007
Messages
42
Reaction score
0
Re: [GUIDE] How to make an allods private server.

help! i have error on startconsole.bat everytime i type may user to login then i can't type the password and if i enter i got login error pls help asap. >.<
 
Last edited:
Newbie Spellweaver
Joined
Mar 21, 2012
Messages
15
Reaction score
0
Re: [GUIDE] How to make an allods private server.

In step 4 I have this in my :
Jinjer LC - [Guide] How to make an allods private server. - RaGEZONE Forums


And after the same for hessian\HessianClient.php line 60-61-62-179-181, hessian\Protocol.php line 380, hessian\Hessian.php line 162-163-164, hessian\Http.php line 129-133-257-317-370-375.
In the end I have :
URL = Path = /api Failed! ALREADYEXISTS: account already exists DEBUG ExecuteResult::__set_state(array( 'reason' => 'account already exists', 'status' => APIResult::__set_state(array( 'name' => 'ALREADYEXISTS', )), )) DEBUG AccountStatusResult::__set_state(array( 'accountStatus' => AccountStatus::__set_state(array( 'name' => 'Inactive', )), 'reason' => 'Account not found: tersnetwork', 'status' => APIResult::__set_state(array( 'name' => 'NOTFOUND', )), )) DEBUG AccountStatusResult::__set_state(array( 'accountStatus' => AccountStatus::__set_state(array( 'name' => 'Inactive', )), 'reason' => 'Account not found: tersnetwork', 'status' => APIResult::__set_state(array( 'name' => 'NOTFOUND', )), ))

Can you help me?
 
Newbie Spellweaver
Joined
Feb 6, 2012
Messages
41
Reaction score
5
Re: [GUIDE] How to make an allods private server.

Account already exists. You can see it login and passwd in code of AccountExample script.
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
Re: [GUIDE] How to make an allods private server.

Class 'SocketHttpConnection' not found in xampp\htdocs\hessian\HessianClient.php on line 62
 
Initiate Mage
Joined
Jan 8, 2014
Messages
3
Reaction score
0
on Windows 8 64 bit, that old java just wont work,, it gives me unhandled exception every time.. and with java 7 the startaccountserver.bat wont work it gives some class not found errors or something (yet minecraft works, so java is good),,,,I managed to make AioN 1 click emu and Loong Emu to work, but this one I couldnt...old as duck, also Allods v1.0? come on, the current one is 4.0.1 :)))...so this is a nogo, so pls update it to the newer java....my system shits itself from every old piece of software, and I guess all other original and retarded windows 8 home editions,,, I cant even play Monkey Island for gods sake,, I hate windows 8lol(it takes like 2 minutes to bring up the task manager,,,after a fresh reinstall(reset windows)
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
Hello, I have a problem with the creation of the server, please could you send me as soon as possible, it's very important, that's Skype - Keygeyr, waiting!

Здравствуйте, у меня проблема с созданием сервера, пожалуйста не могли бы вы мне написать как можно скорее, дело очень важное, вот скайп - keygeyr, жду ответа!


server is working but you need 16 gigabytes ram and dual core processor to run all maps...i have 4gb and a AMD athlon x2 3,6 ghz dual core,still runs a bit laggy and only 4 maps work
 
Newbie Spellweaver
Joined
Feb 25, 2014
Messages
56
Reaction score
13
Hello guys :D,
I searched for this tutorial for months i didn't find anything :/ even pushdex's one was to difficult to me to understand i was new to this private server type thing so I decided that Today i'am showing you how to make a private server on allods online version 1.0
I'am searching on how to do it with english language but i found only russian files :/ anyway that's not going to stop us ! let's head to the step's !!!

(video tutorial comming as soon as i make it )


STEP 1: YOU NEED TO DOWNLOAD EVERY FILE FROM HERE:
Allods online - server files links update - RaGEZONE forums
STEP 2: YOU NEED THEESE PROGRAMS:
  • wamp server
  • PostgreSQL ( with version 9 the server didn't work for me but with version 8 it did work )
  • notepad++
  • jdk-6u18-windows-i586.exe
  • this wamp file
  • and this server file
  • Winrar
FILES CONFIGURATION :
STEP 1: SET UP JAVA:

  1. install jdk-6u18-windows-i586.exe
  2. start menu
  3. right click on computer
  4. proprieties
  5. advanced system settings
  6. Environment Variables
  7. click new in system Variables
  8. put name : JAVA_HOME
  9. put path after that for the 6u18 : for 32b = C:\Program Files\Java\jdk1.6.0_18 *for 64b = C:\Program Files (x86)\Java\jdk1.6.0_18 or C:\Program Files\Java\jdk1.6.0_18
  10. OK.
STEP 2: SET UP POSGRESQL V8
IMPORTANT : PLEASE WRITE YOUR PASSWORD IN A NOTE TO NEVER FORGET it OR PUT AN EASY ONE

  1. Install it normally
  2. remember the password you set
  3. at the end check the box Launch Stack Builder
  4. when Launch Stack Builder open's choose pgJDBC and psqlODBC from the list ( search it normally its on Database Drivers )
  5. let it finish and then launch PGADMIN3 from start menu.
STEP 3: set up wamp

  1. just install it normally :)


SERVER FILES SET UP :






STEP 1:

  1. open wamp.7z
  2. copy all the files from wamp.7z into
  3. replace all the files
do the same with server_bin.7z into the server files ( replace server_bin with server_bin from server_bat cfg
.7z )



Step 2:

  1. run pgadmin 3
  2. you will find a database created
  3. enter it you will be asked for the password that you set from the beginning and enter it
  4. right click on database
  5. new data base
  6. name it " ao_account_trunk16 "
  7. click ok
  8. double click on it
  9. let the program open and go ahead to the next step
STEP 3:


  1. server_bin
  2. account server
  3. cfg
  4. edit shard_local
  5. IN password line password="your password that you put in postgresql"
  6. startaccountserver.bat ( if you get sever version = 13at the end then you did everything right ! :D )
step 4:


  1. go to wamp
  2. www
  3. php
  4. edit account example.php
  5. go to ligne 29
  6. that's your login and password ( change it if you want )
  7. go to this link 127.0.0.1
  8. php
  9. accountexample.php
  10. you should get success at the bottom of the page ignore everything else
step 7

  1. server_bin
  2. shard
  3. edit startserverdefault.bat
  4. change the number to what ram do you want the game to use i put 2048 cuz i got only 4gb ram

last step:

  1. accountserver: open startaccountserver.bat
  2. masterserver: open startmasterserver.bat
  3. serverconsole: open startconsole
  4. shard: open startserverdefaut.bat


AND WAIT TILL YOU SEE AN ALLODS ONLINE APPEAR LIKE THIS
op54i - [Guide] How to make an allods private server. - RaGEZONE Forums





ok when you see that go to your launcher files : profiles>edit accountserver.cfg
if you find the first line adress 127.0.0.1 let it like this don't touch anything!
if you find something else in line 1 change it to 127.0.0.1


IT'S READY ! go to bin file and open your aogame.exe and wait till the game appear
ps: like i said the login is tersnetwork and the pass is Tersnetwork00




that's it! if you have any question's don't be shy :D ( this took me at least 3 try's to get the server right so if you fail try again it's ok :)




Step 4:

go to Wamp
www
php
edit account example.php
go to ligne 29
that's your login and password (change it if you want)
go to this link 127.0.0.1
php
accountexample.php
you should get the success at the bottom of the page ignore everything else

More details, please can you tell?
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Newbie Spellweaver
Joined
Oct 28, 2013
Messages
27
Reaction score
1
step 4:

  1. go to wamp
  2. www
  3. php
  4. edit account example.php
  5. go to ligne 29
  6. that's your login and password ( change it if you want )
  7. go to this link 127.0.0.1
  8. php
  9. accountexample.php
  10. you should get success at the bottom of the page ignore everything else


everything works up until step four ,i dont get success i get a hessian error

what would be nice is as well would be maybe add the complete list of ports needed to be opened as well ? from a google search on the error it returns back different fixs some mentioning a port is blocked and stopping it working etc ,i have been thru the shards etc you have mentioned here and opened the ports incoming and out ,TCP and UDP with no luck in getting past this error , seems this error is affecting other people as well in these guides but no one knows what is wrong or if they do they are not helping :/ so any idea how to get around the problem ?

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)
 
Last edited:
Newbie Spellweaver
Joined
Oct 26, 2013
Messages
19
Reaction score
2
REMOVED



i got all the way through this guide to the end ,everything was going so well until

4. open serverdefault.bat

can some one please elaborate what is going wrong here please ?

mega link for logfile
 
Last edited:
Newbie Spellweaver
Joined
Jul 3, 2013
Messages
9
Reaction score
1
Please, give me logs shard server

I can`t see ploblems on this screenshots
 
Newbie Spellweaver
Joined
Oct 26, 2013
Messages
19
Reaction score
2
Please, give me logs shard server

I can`t see ploblems on this screenshots


thanks for the help mega link for logfile also added server log to pastebin to save spamming the thread
 
Newbie Spellweaver
Joined
Feb 25, 2014
Messages
56
Reaction score
13


AND



Please HELP ME! :'(
 
Initiate Mage
Joined
Feb 11, 2014
Messages
1
Reaction score
0
Hi, in step four, I keep getting this error "api version 8 not supported", anyone can help ?
 
Banned
Banned
Joined
Sep 4, 2014
Messages
80
Reaction score
2
hi who can create one allods server for me pls the logicial is in 32bit and i have one pc in 64 bit
 
Back
Top