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!

[Release] Saga_Legacy w/client fix

sorry I haven't been responsive on this project
I haven't had time to work on this in a while plus I upgraded my vps and they didn't give me enough time to back up everything so I lost most of these files:grr:
I will have to start all over:scared:
 
LINKS ARE DOWNsorry about this I haven't worked on ROII in ages hope this helps I will keep everyone posted of any updates

I have found the solution to increase allowed clients on Legacy posted below:
In visual studio c#, open SagaLogin (Visual C# Project file should be in the SagaLogin Folder),
once open double click LoginClient.cs and look for the statements below:

And make it look like this:

:?:
Make sure you do this (add--> else if(LoginClientManager.Instance.clients.Count > 15)) if you do not you will get errors
Now you server should support 100+ clients

Remember to recompile everything (login, gateway, and map)

This is for those who either don't know how to compile the server or are unable to
Enjoy, I have included a .rar(7+ mb) file and a .7z(3+ mb) file:

7.33mb :laugh:
3.09mb :w00t:

if you do not have winrar :D:
and if you do not have 7-Zip :D:

This is my set up (not included in files, sorry you'll have to figure this out on your own)
hint:: look in scripts folder :wink:
Cattleya (Job Changer) Working
bgondron - [Release] Saga_Legacy w/client fix - RaGEZONE Forums

Stat Reseter that I personally scripted
bgondron - [Release] Saga_Legacy w/client fix - RaGEZONE Forums

Blacksmith (all auges included in his shop) Working
other blacksmiths work also
bgondron - [Release] Saga_Legacy w/client fix - RaGEZONE Forums

Christmas Tree that I personally scripted to give out Antlers and Rudolph Nose
bgondron - [Release] Saga_Legacy w/client fix - RaGEZONE Forums
 
Last edited:
This thread is pretty dead.. anyways.. Hopefully someone is still around and knows why a client would just sit at "Logging in..."? The log gives no errors at all.

#############################################################################
Saga Gateway Server starting on: 3/1/2011 2:48:03 PM
OS Information: Microsoft Windows NT 5.1.2600 Service Pack 2
Number of Processors: 2
CLR Version: 2.0.50727.42
Working set: 9539584
OS Bit Version: 32 Bit
#############################################################################
Network: Connection accepted from: 127.0.0.1:1886
"Saga.Gateway.exe",Information,0,"Header Recieved from 127.0.0.1:1886",,,,,,,
"Saga.Gateway.exe",Information,0,"Key Recieved from 127.0.0.1:1886",,,,,,,
"Saga.Gateway.exe",Information,0,"GUID Recieved from 127.0.0.1:1886",,,,,,,
"Saga.Gateway.exe",Information,0,"Identify Recieved from 127.0.0.1:1886",,,,,,,
"Saga.Gateway.exe",Information,0,"Sending header token",,,,,,,
Network: Connection closed from: 127.0.0.1:1886
#############################################################################

Gateway:
Gateway server, type help for commands
Configuration file exists
Accepting connections from: 127.0.0.1:64000
New client opened

Auth:
Gateway connection accepted from 127.0.0.1:1929

Map:

Connect to authentication server: 127.0.0.1:64002
Accepting gateway connections on: 127.0.0.1:64003
Everything okay


Edit: Auth seems to show this:

"Saga.Authentication.exe",Information,0,"Client create starting timeout session",,,,,,,
"Saga.Authentication.exe",Warning,0,"Unsupported packet found with id: FF03",,,,,,,
Network: Connection accepted from: 127.0.0.1:1887
"Saga.Authentication.exe",Information,0,"Resources are not found: 0",,,,,,,
Network: Connection accepted from: 127.0.0.1:1927
"Saga.Authentication.exe",Information,0,"Client create starting timeout session",,,,,,,
Network: Connection accepted from: 127.0.0.1:1929
"Saga.Authentication.exe",Warning,0,"Unsupported packet found with id: FF03",,,,,,,
 
Last edited:
... using LEGACY and not REV? Cause that's a common issue on REV. Legacy has a similar issue but you wouldn't just sit at logging in but get redirected to he korean ro2 website.
 
My Saga Login Always Got Error

[Warning]Id Wrong_Pass
[Warning]Id Login_Failed


But In My SQL DataBase Is Right ID And Password Anyone Can Help Me Plzz
 
Last edited:
Back