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 4.0.02.42 server setup (start local game server)

Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
my log of my server ;

accountServer - Started!

masterServer - Started!

timeChecker - Be Unknown!?

shard - Do not Started! (need start timeChecker!!!)
error:shard-timer-check - ERROR verify : Thread[shard-timer-check,5,main] failed

billingServer - Started!

itemMallServer - Be Unknown! (log file from a masterServer)
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
that mean what ? ;)

Judging by log files at you practically everything starts regularly. not clearly with a timecheker, shard and a itemmall.

Судя по логам У тебя практически всё стартует штатно. неясно с таймчекером, шардом и лавкой редкостей.
 
Newbie Spellweaver
Joined
Jun 27, 2006
Messages
95
Reaction score
17
Server Up ,Can login and on Server Select Screen not show ..., i think, have MasterServer Error, help me



update...



Code:
[02-02 23:59:17,890, 244106] master_server_thread - INFO  masterServer.impl.shard.ServersList  : server name config, app shard "Ragezone Forever", host 127.0.0.1, jvm 6148@Jeff, role LocalShard, port 10.028, address 181 is added
[02-02 23:59:19,789, 246005] master_server_thread - ERROR masterServer.impl.shard.ServerInfoMsgHandler  : Shard Ragezone Forever is not registered while server connected from host Ragezone Forever, role 127.0.0.1, but we allow this server to connect
[02-02 23:59:19,789, 246005] master_server_thread - ERROR verify  : Shard not found by name 'Ragezone Forever'
java.lang.Throwable
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Apr 9, 2013
Messages
7
Reaction score
0
Verify all ip on your shard.xml Account server is for login shard server for game and character. on your first screen i think the probleme is about shard server. on the second screen i think is your ip config in yours shard.xml
 
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
5
Reaction score
0
What is making masterserver too not start?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
What is making masterserver too not start?

check the configuration file. swears on the password of the user root@localhost
(Access denied for user 'root'@'localhost' (using password: YES))

perhaps the password isn't established (or on a turn it is established but it isn't registered in a config)


  • Configuring masterServer
Code:
\server_bin\masterServer\cfg\[B][COLOR=#ff0000]shard_local.xml[/COLOR]
[/B]
Correct the username and password in accordance with your requirements:
Code:
<?xml version="1.0" encoding="utf-8"?><config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="500" ip="127.0.0.1" lang="ru"><db host="127.0.0.1" [B]user="[COLOR=#ff0000]root[/COLOR]" password="[COLOR=#ff0000]root[/COLOR]"[/B] /><net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

  • just need to create a user and assign privileges ... I used user root, privileged Grant All.

Open phpMyAdmin Go to 'Users'

witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums


Click the: 'Edit Privileges'

witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums


Click the 'Change password'

witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums


Enter new password and click 'Go'

witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums


Success - password is created!

witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums


witcherivan - [GUIDE] Allods 4.0.02.42 server setup (start local game server) - RaGEZONE Forums

 
Last edited:
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
5
Reaction score
0
check the configuration file. swears on the password of the user root@localhost
(Access denied for user 'root'@'localhost' (using password: YES))

perhaps the password isn't established (or on a turn it is established but it isn't registered in a config)

  • Configuring masterServer
Code:
\server_bin\masterServer\cfg\[B][COLOR=#ff0000]shard_local.xml[/COLOR]
[/B]
Correct the username and password in accordance with your requirements:
Code:
<?xml version="1.0" encoding="utf-8"?><config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="500" ip="127.0.0.1" lang="ru"><db host="127.0.0.1" [B]user="[COLOR=#ff0000]root[/COLOR]" password="[COLOR=#ff0000]root[/COLOR]"[/B] /><net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

Have tryd set password blank dont start then too!!?? i made all from guide for do diff pass and so a second time! there hand i use same user and pass as in guide but seems some is wrong any way!!! But must say my php user page font look the same as that 2x of the user is set no pass and if i edit it i cant accses root any more!?
 
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
Have tryd set password blank dont start then too!!?? i made all from guide for do diff pass and so a second time! there hand i use same user and pass as in guide but seems some is wrong any way!!! But must say my php user page font look the same as that 2x of the user is set no pass and if i edit it i cant accses root any more!?


if your user root@localhost has no password in phpMyAdmin - simply remove the password in the configuration file and try to start a masterserver.

Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="500" ip="127.0.0.1" lang="ru">
    <db host="127.0.0.1" user="root" password="" />
    <net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>
 
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
5
Reaction score
0
if your user root@localhost has no password in phpMyAdmin - simply remove the password in the configuration file and try to start a masterserver.

Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
  <resourceSystem restrictedMapsLoading="true" checkResourceSystemIndex="false"/>


  <masterServer memory="500" ip="127.0.0.1" lang="ru">
    <db host="127.0.0.1" user="root" [U]password="" />[/U]
    <net ip="127.0.0.1" port="9513"/>
    <api ip="127.0.0.1" port="10500"/>
  </masterServer>
</config>

Did all over again from start.... same result but dif in server log just! i did no pass for it and set no pass in... wont start any how!!??
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
5
Reaction score
0
got master too start but now shard will not start!!??
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 25, 2013
Messages
17
Reaction score
0
do we have a video i do everything right and clear still getting tons of error
 
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
5
Reaction score
0
How too start the start astral travel in Astral academy (merc travel)
And how do i make martys blessing lvl max whit out use spell 1000 times :8:
And how do i edit spells for classes (ex. cast time, dmg or things like that)

Tnx
 
Initiate Mage
Joined
Sep 19, 2014
Messages
2
Reaction score
0


while im opening last server "shard" its loading very slow and suddenly dissapire and also close master server anyone can help me ?
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124


while im opening last server "shard" its loading very slow and suddenly dissapire and also close master server anyone can help me ?
ERROR verify : can't create connection to server 127.0.0.1:10000


Wherein the configurationusedon this port: 10000

Check whether the port is open.
 
Initiate Mage
Joined
Sep 19, 2014
Messages
2
Reaction score
0
i allready fix it but but i think i have not enought ram to star it up 12 gb adn always on system manager i see 90 % usage
 
Back
Top