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!

Prius Online server+ Client+ miniGuide +Tools

Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
no, i was not able to enter the game (a ZSampleClientRelease.exe - does not count)
 
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
why delete? if in the client and server versions of the same value - there is no problem, the packet is processed and identification login server (after checking the user name) reconnects the client to the entry server:
login server:
Code:
2014-07-21 15:13:59:839 | added peer sharbong to registry (cPeerRegistry::AddNoLock)
2014-07-21 15:13:59:839 | requesting login result for sharbong (127.0.0.1) (cLSLoginHandler::ExecuteLogin)
2014-07-21 15:13:59:861 | received login result SUCCESS for sharbong (cLSLoginQueryResultHandler::Execute)
2014-07-21 15:14:01:346 | removed peer sharbong from registry (cPeerRegistry::RemoveNoLock)
2014-07-21 15:14:01:346 | sharbong left after select world (cLoginPlayer::OnLeaveServer)
entry server:
Code:
2014-07-21 14:53:48:115 | creating passport for sharbong - Source:Server Account:sharbong PC: SN:0 Key:2341230087 From:LOGIN CN: (cPassport::cPassport)
2014-07-21 14:53:51:285 | server first, client second passport (sharbong) identification succeeded -  (cPassport::IsMatch)
2014-07-21 14:53:51:285 | added peer sharbong to registry (cPeerRegistry::AddNoLock)
2014-07-21 14:54:01:760 | sharbong selected ????? (cESPCSelectHandler::Execute)
2014-07-21 14:54:04:686 | removed peer sharbong from registry (cPeerRegistry::RemoveNoLock)
2014-07-21 14:54:04:686 | sharbong left after select pc (cEntryPlayer::OnLeaveServer)
further reconnect to the game server...
i.e. with the version of the client there is no problem, everything is fine
 
Joined
Jul 8, 2009
Messages
445
Reaction score
64
why delete? if in the client and server versions of the same value - there is no problem, the packet is processed and identification login server (after checking the user name) reconnects the client to the entry server:
login server:
Code:
2014-07-21 15:13:59:839 | added peer sharbong to registry (cPeerRegistry::AddNoLock)
2014-07-21 15:13:59:839 | requesting login result for sharbong (127.0.0.1) (cLSLoginHandler::ExecuteLogin)
2014-07-21 15:13:59:861 | received login result SUCCESS for sharbong (cLSLoginQueryResultHandler::Execute)
2014-07-21 15:14:01:346 | removed peer sharbong from registry (cPeerRegistry::RemoveNoLock)
2014-07-21 15:14:01:346 | sharbong left after select world (cLoginPlayer::OnLeaveServer)
entry server:
Code:
2014-07-21 14:53:48:115 | creating passport for sharbong - Source:Server Account:sharbong PC: SN:0 Key:2341230087 From:LOGIN CN: (cPassport::cPassport)
2014-07-21 14:53:51:285 | server first, client second passport (sharbong) identification succeeded -  (cPassport::IsMatch)
2014-07-21 14:53:51:285 | added peer sharbong to registry (cPeerRegistry::AddNoLock)
2014-07-21 14:54:01:760 | sharbong selected ????? (cESPCSelectHandler::Execute)
2014-07-21 14:54:04:686 | removed peer sharbong from registry (cPeerRegistry::RemoveNoLock)
2014-07-21 14:54:04:686 | sharbong left after select pc (cEntryPlayer::OnLeaveServer)
further reconnect to the game server...
i.e. with the version of the client there is no problem, everything is fine

try accounts with different acess level to see if there a problem with login level acess.
 
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
read my posts above (you'll understand that talking nonsense)
problem in different packages exchange client-server (about 10 packets i corrected in the client, then - tired... probably come back to this game later)
 
Joined
Jul 8, 2009
Messages
445
Reaction score
64
read my posts above (you'll understand that talking nonsense)
problem in different packages exchange client-server (about 10 packets i corrected in the client, then - tired... probably come back to this game later)

i understand what u said , there different packages for this i thought the client was different version from the needed for server.
 
Junior Spellweaver
Joined
Apr 23, 2013
Messages
140
Reaction score
7
ghjgy - Prius Online server+ Client+ miniGuide +Tools - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 23, 2013
Messages
140
Reaction score
7
34555 - Prius Online server+ Client+ miniGuide +Tools - RaGEZONE Forums 542364564 - Prius Online server+ Client+ miniGuide +Tools - RaGEZONE Forums
Help please, I have tried pieces of 6 clients, and there is not a login form:/:
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Apr 28, 2012
Messages
420
Reaction score
439
yes, he died for me...
i do not see any reason to engage them
unless, find the right client (it must be very old, i could not find it)
oldest clients that i have found - without correcting packet structures to the client does not even reach the server selection window
simpleclient connects and comes into game... (the client should be the level of simpleclient)
 
Newbie Spellweaver
Joined
Dec 16, 2013
Messages
98
Reaction score
7
the Tiwan private client maybe ok...

ftp://14.198.56.59/priusinstall.exe

 
Last edited:
Initiate Mage
Joined
Aug 3, 2014
Messages
1
Reaction score
0
Good day!
Please tell me what could be the problem?

adastmin - Prius Online server+ Client+ miniGuide +Tools - RaGEZONE Forums


This error appears in all programs (AdminServerRelease.exe, ChatServerRelease.exe, EntryServerRelease.exe, GameServerRelease64.exe, LoginServerRelease64.exe, QueryServerRelease.exe).

I have never used MSSQL Server.
I installed Microsoft SQL Server 2008 R2 Express.

Impersonation.cfg:
Code:
Domain: LEXINZECTOR-PC\SQLEXPRESS
User: game_prius
Pwd: QEBYdXBlORx3svMoP3awMA==

databases.yaml
Code:
#
# 데이터베이스 설정 파일
#
DefaultServer: 127.0.0.1,1433


Databases:
  - Name:         ACCOUNT
    Driver:       SQL Server
    Database:     ACCOUNT
    PrintElapsed: false
    Option:       Network Library=DBMSSOCN,MARS_Connection=yes
    User:           game_prius
    Password:       xxxxxxxxx
    
  - Name:         GAME
    Driver:       SQL Server
    Database:     GAME_00
    PrintElapsed: false
    Option:       Network Library=DBMSSOCN,MARS_Connection=yes
    User:           game_prius
    Password:       xxxxxxxxx
    
  - Name:         LOG
    Driver:       SQL Server
    Database:     LOG_00
    PrintElapsed: false
    Option:       Network Library=DBMSSOCN,MARS_Connection=yes
    User:           game_prius
    Password:       xxxxxxxxx


  - Name:         MANAGEMENT
    Driver:       SQL Server
    Database:     MANAGEMENT
    PrintElapsed: false
    Option:       Network Library=DBMSSOCN,MARS_Connection=yes
    User:           game_prius
    Password:       xxxxxxxxx
    
  - Name:         BILLING
    Driver:       SQL Server
    Database:     BILLING
    PrintElapsed: false
    Option:       Network Library=DBMSSOCN,MARS_Connection=yes
    User:           game_prius
    Password:       xxxxxxxxx

How to solve this problem?
 
Back
Top