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!

Rom Server Bins

Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
@starwars1 if you look a little up I post the first thread of this page, I have an error when I execute AccountAgent, ServerList, etc..

"(2) ControllerClientEvent::OnConnectFailed Code=-1" sorry but I cannot help you, I need help too.
 
Newbie Spellweaver
Joined
May 4, 2014
Messages
79
Reaction score
14
@starwars1 if you look a little up I post the first thread of this page, I have an error when I execute AccountAgent, ServerList, etc..

"(2) ControllerClientEvent::OnConnectFailed Code=-1" sorry but I cannot help you, I need help too.

ok(
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
@starwars1 How can you run Radiant Arcana? Have you the patch flies?

It's probably you have my first error, take your sql user name and pass and encrypt with this tool , later paste the code in *.ini archives.
 
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
31
Reaction score
3
No one don't know how fix it chat message problem, which I told in my previous post? and maybe somebody know why after creating and saving the character, in the dbo.RoleData_Account column LockAccountTime = 16263? there is after new character creating and saving...maybe who know how it's change?
 
Junior Spellweaver
Joined
Jun 28, 2014
Messages
133
Reaction score
8
Ok thanks for Guide.
How can I download all the (binary) files at once?
Don't want to click every single file ;-).
Is there a tool for this?

thanks
 
Newbie Spellweaver
Joined
May 4, 2014
Messages
79
Reaction score
14
Hmm, i have that problem
and how encrypt that key ?
 
Skilled Illusionist
Joined
Dec 4, 2013
Messages
353
Reaction score
56
I think you need set read, write and owner permission for your ROM databases with your sql server user login.
 
Initiate Mage
Joined
Jun 26, 2014
Messages
1
Reaction score
1
We have the same problem XDD

I don't understand this step :

For the PlayerCenter you need to generate a password and insert it into the 'ProcessKey' in PlayerCenter.ini.

The password is your CPU id encoded with 'runewaker' as account with the same tool as you encode the database passwords.

To find your CPU ID you can use something like:
#include <stdio.h>
#include <stdarg.h>
#include <cpuid.h>


int main(int argc, char **argv)
{
int CPUInfo[4];

//__cpuid( CPUInfo, 1 ); // MS C
__get_cpuid(1, &CPUInfo[0], &CPUInfo[1], &CPUInfo[2], &CPUInfo[3]); // GCC

printf("%x.%x.%x.%x", CPUInfo[0],CPUInfo[1]&0xffffff,CPUInfo[2],CPUInfo[3]&0xffffff );
}
 
Newbie Spellweaver
Joined
Dec 22, 2013
Messages
29
Reaction score
7
@frafall,
Thank you. Now PlayerCenter is OK, but DataCenter doesn't want to work - status "Error":

(5)17:35:33 ##¶}±ТServer## ®Й¶Ў 17:35:33
(5)17:35:33 ObjectDataClass::InitRuneEngine RuInitialize_Core()
(5)17:35:33 ObjectDataClass::InitRuneEngine RuInitialize_NULL()
(5)17:35:33 ObjectDataClass [Init] LoadFile failed = data\ImageObject.DB


(5)17:35:34 DB Read Write Test DBName=ROM_World OK
(5)17:35:34 DB Read Write Test DBName=ROM_GlobalDB OK
(5)17:35:34 DB Read Write Test DBName=ROM_ImportDB OK
(5)17:35:34 DB Read Write Test DBName=ROM_WorldLog OK
(2)17:35:41 ObjectDataClass GetNameAllLanguage


(2)17:35:42 Festival Loading festival information...
(2)17:35:43 Festival Festival data loaded...
(2)17:35:43 Festival Send festival data to all local...
(3)17:35:44 OnConnect (Switch:0)_OnSwitchConnected
(2)17:35:44 Output_NetStatus Switch:
MinFlushTime[ 0 ], MaxFlushTime[ 0 ]
MinEvent[ 0 ], MaxEvent[ 2 ]
minSendCountPerSec[ 0 ], maxSendCountPerSec[ 0 ]
minSendBytesPerSec[ 0.00 ], maxSendBytesPerSec[ 0.00 ]
minRecvCountPerSec[ 1 ], maxRecvCountPerSec[ 1 ]
minRecvBytesPerSec[ 0.04 ], maxRecvBytesPerSec[ 0.04 ]
(2)17:35:44 Output_NetStatus Proxy:
MinFlushTime[ 0 ], MaxFlushTime[ 0 ]
MinEvent[ 0 ], MaxEvent[ 0 ]
minSendCountPerSec[ 0 ], maxSendCountPerSec[ 0 ]
minSendBytesPerSec[ 0.00 ], maxSendBytesPerSec[ 0.00 ]
minRecvCountPerSec[ 0 ], maxRecvCountPerSec[ 0 ]
minRecvBytesPerSec[ 0.00 ], maxRecvBytesPerSec[ 0.00 ]
(3)17:35:44 _OnProxyConnected (Proxy:0)
(2)17:35:45 ControllerClientEvent::OnConnectFailed Code=-1
 
Newbie Spellweaver
Joined
May 4, 2014
Messages
79
Reaction score
14
For the PlayerCenter you need to generate a password and insert it into the 'ProcessKey' in PlayerCenter.ini.

The password is your CPU id encoded with 'runewaker' as account with the same tool as you encode the database passwords.

To find your CPU ID you can use something like:

Dont't understand you, please, say more about this.
 
Back
Top