Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

What Data are put in RecoveryClient.exe?

Junior Spellweaver
Joined
Aug 1, 2004
Messages
113
Reaction score
1
Location
Mexico
Today have check the RecoveryClient.exe, the problem are i cant connect. With Hex editor, change my SQL Data, run the MS and the RC, connect... but i itroduce the login of my SQL and freezes...

_Is the correct data or put some login account?
 
Today have check the RecoveryClient.exe, the problem are i cant connect. With Hex editor, change my SQL Data, run the MS and the RC, connect... but i itroduce the login of my SQL and freezes...

_Is the correct data or put some login account?

Server side.
- add account in LUNA_MEMBERDB.dbo.TB_OPERATOR, in field OperPower filled in "0" (Zero) (0 is highest).
- add your connect ip in LUNA_MEMBER.dbo.TB_OPERIP
- Run RecoveryServer.exe

Client side.
- Copy RecoveryClient.exe to your lunaplus game folder
- Create new config file name "RecoveryClient.cfg" filled..
Code:
[server]
your_server_ip=SERVER_NAME

Hope it can help, Enjoy it !! :sleep:
 
Back