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!

Saga Legacy Repack Latest Rev Compiled

Status
Not open for further replies.
Junior Spellweaver
Joined
Sep 29, 2005
Messages
143
Reaction score
0
Location
lllllllllllllll
i release the latest Saga legacy compiled version its ready too run.
----------------------------
just start it up like this.
---------------------------
1.make a database with saga and sagalogin. with navicat. and mysql 6.
2.put the login.sql into the sagalogin database.
3.and the map.sql into the saga database
4.disable the crc keys at the gateway config file
<!-- Client Version CRC check: -->
<!-- CRC_KEY should be a 20 bytes Hex. string -->
<!-- Once CRC_KEY got changed, keys in ALLOWED_CRC should be changed, too -->
<ALLOWED_CRC>
<!--
<CRC>CRC_KEY 2</CRC>
-->
</ALLOWED_CRC>

5.set every config file too mysql connection thats number 1 and set the username and password for the database.
6.set connections from 5 to 1. (thx archdemon)
7. save the gateway config file.
8. login server
9. map server
10. gateway server.
then it is online.

--------------------------
for the client set the port to 65000 in the bat file

Account Creation
user_M or user_F and password
do that at the login screen
--------------------------
[Server Pack V1]


--------------------------
Credits Too The Saga Team For Making It Offcourse. ^^
 
Last edited:
Code:
An error has occured or the requested resource can not be found. Please check the URL

Just upload it to a normal host...

btw, i prefer not to store my server's important data on my hard disk, im sure its just as buggy as a database...just easier to hack into...
 
Code:
An error has occured or the requested resource can not be found. Please check the URL

Just upload it to a normal host...

btw, i prefer not to store my server's important data on my hard disk, im sure its just as buggy as a database...just easier to hack into...

ill upload it somewhere else .

if you dont like the harddisk save then change it too mysql.
 
putted it on mediashare . if someone cant download it tell me then i upload it on other hosting sites too
 
what serverport u use for this? I'm trying 6000, 4200, 64000 and nothing ... always can't reach the login server.

EDIT: Nvm i got it! Now i got CRC error when i try connect to server.

EDIT 2: OK, I had fixed the problem of CRC check disabling it in gateway.config file in the folder Config. And now i get this...



Sorry my bad english.
 

Attachments

  • erro - Saga Legacy Repack Latest Rev Compiled - RaGEZONE Forums
    erro.webp
    147.7 KB · Views: 977
Last edited:
@nitros

To fix the problem with the client saying world full... open your gateway.config file... in the field where say

Code:
<!-- 
       Total number of live workers
       Default by 5. Increase this to support more players
   -->
  <Connections>[B][COLOR=RED]5[/COLOR][/B]</Connections>

Change the number in red for

Code:
<!-- 
       Total number of live workers
       Default by 5. Increase this to support more players
   -->
  <Connections>[B][COLOR=RED]1[/COLOR][/B]</Connections>
 
nitros please tell me how to create account i'm use RO2-Beta web to regis account ( usually it work for saga revision40 ) but i'm got error in this case btw i'm try to put new account in login table when i'm login RO2 game i got alert password incorrect how i can fixed it thx for advice sorry my eng very poor
 
user_M or user_F and password in client

(_M,_F) create ACCOUNT
 
Status
Not open for further replies.
Back