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!

[SHARE]New Korean Lost Saga Server

Newbie Spellweaver
Joined
Aug 8, 2023
Messages
17
Reaction score
11
I just found another lostsaga server file and it worked

Server :


Updated fix 0 cash (with billing source API inside billing folder):


Client :


Src Launcher :
(modified from https://forum.ragezone.com/threads/lost-saga-launcher.1210111/)

VirusTotal :




userLoginDB table :
userIP field should match with user local ipv4 from launcher

1691842918725 - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums

LostSagaShot_230811_060158 - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums



LostSagaShot_230811_060803 - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 28, 2022
Messages
11
Reaction score
2
when i start the server, the server works normally. but when i try to run the client it always shows error. how to fix??
Screenshot 2023-08-12 124301 - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums


i also logged in through website and this error keep coming
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Apr 10, 2011
Messages
207
Reaction score
24
It is good. :)

:S
However, the server is caught a lot by antivirus.
is this a misdiagnosis?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 28, 2022
Messages
11
Reaction score
2
when i logged in my website shows this error? u know how to fix it?
Screenshot 2023-08-12 231215 - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 8, 2023
Messages
17
Reaction score
11
when i logged in my website shows this error? u know how to fix it?
View attachment 239947
find web_check procedure and replace

SQL:
ALTER PROCEDURE [dbo].[web_check]
(
@userID nvarchar(20),
@userPWD nvarchar(30)
)
AS
UPDATE userLoginDB SET connDate = getdate();
UPDATE userGameDB SET userState = -1
select count(accountIDX) as count from userMemberDB where userID = @userID and userPWD = @userPWD

It is good. :)

:S
However, the server is caught a lot by antivirus.
is this a misdiagnosis?
maybe false detect
 
Junior Spellweaver
Joined
May 2, 2013
Messages
141
Reaction score
40
This file server can run normally in virtual, only GameServer Error lv0 Fail connect MainServer.

When I checked in the Log folder it turned out that the MainServer Port was different from the original 40000, in the Log it said lv0 MainServerNode::ConnectTo connect 10061[192.168.99.99:40001]

I'm confused looking for the GameServer config that records the Port MainServer is located.
 
Newbie Spellweaver
Joined
Aug 8, 2023
Messages
17
Reaction score
11
This file server can run normally in virtual, only GameServer Error lv0 Fail connect MainServer.

When I checked in the Log folder it turned out that the MainServer Port was different from the original 40000, in the Log it said lv0 MainServerNode::ConnectTo connect 10061[192.168.99.99:40001]

I'm confused looking for the GameServer config that records the Port MainServer is located.
check file global_define.ini and find title [Main], the port should match with port on ls_mainsvr.ini
 
Junior Spellweaver
Joined
May 2, 2013
Messages
141
Reaction score
40
check file global_define.ini and find title [Main], the port should match with port on ls_mainsvr.ini
Thanks already change, but GameServer always fail connect to MainServer.

11:12.12 lv0 <<< -------------------- Create File -------------------- >>>

11:12.12 lv0 [info][main]Version : [12861] [2014/01/10 16:23:20]
11:12.20 lv0 Fail connect MainServer.
 
Newbie Spellweaver
Joined
Aug 8, 2023
Messages
17
Reaction score
11
Thanks already change, but GameServer always fail connect to MainServer.

11:12.12 lv0 <<< -------------------- Create File -------------------- >>>

11:12.12 lv0 [info][main]Version : [12861] [2014/01/10 16:23:20]
11:12.20 lv0 Fail connect MainServer.
have you set the Local Version on ls_config_game.ini to korean?
mine like this

INI:
[Local]
; 800125411 : Thailand
Version = 119483910
 
Newbie Spellweaver
Joined
Jul 9, 2023
Messages
10
Reaction score
4
thanks , server is working but key argument for login its same with old web ?
Capture.PNG - [SHARE]New Korean Lost Saga Server - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top