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!

Ro2

MentaL's Slave
Legend
Joined
Nov 18, 2004
Messages
1,279
Reaction score
219
This is something I really could get into.. I was a big RO fan since it first came out.. saga source..isn't that a private project atm.. @_@
 
Newbie Spellweaver
Joined
Mar 26, 2004
Messages
12
Reaction score
0
please help me my map server error :?::?::?: how to fix it!
lCON - Ro2 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 29, 2005
Messages
143
Reaction score
0
the database files are full with errors all mysql errors :S
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
please help me my map server error :?::?::?: how to fix it!
lCON - Ro2 - RaGEZONE Forums

same me!

i open file errorlog.xhtml i'v got this

<?xml version="1.0" encoding="windows-874"?>
<?xml-stylesheet type="text/xsl" href="errorlog.xsl"?>
<page>
<title>Error log</title>
<errorlog>
<error>
<name>Missing table fields</name>
<example>System.Exception: Missing table fields
at Saga.Managers.Database.Load() in c:\Documents and Settings\adminwow\Desktop\Saga Revised\Saga.Map\Managers\World Managers\Managers.Database.cs:line 97</example>
</error>
</errorlog>
</page>

i'm use mysql 6.0
 
Experienced Elementalist
Joined
Aug 19, 2007
Messages
294
Reaction score
26
same me!

i open file errorlog.xhtml i'v got this



i'm use mysql 6.0

That means that your database isn't complete. try using the ones attached.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 2, 2007
Messages
18
Reaction score
0
I got an error..
When I connect via 127.0.0.1 60041 this comes up.

System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Saga.Authentication.Network.LogonClient.ProcessPacket(Byte[]& body) in C:\
Documents and Settings\Owner\Desktop\GameServers\Saga Revised\Saga.Authenticatio
n\Network\Client\Client--Core.cs:line 20
 
Newbie Spellweaver
Joined
Sep 2, 2007
Messages
18
Reaction score
0
EDIT: I logged in sucessfully but there is no servers on the server list :O
 
Junior Spellweaver
Joined
Sep 5, 2005
Messages
102
Reaction score
10
i have client+server,everybody teach me how to connect client to server,thanks so much.please help me
 
Newbie Spellweaver
Joined
Mar 26, 2004
Messages
12
Reaction score
0
1. open notepad
2. insert start System/RagII.exe ServerIP= ??? ServerPort= ??? LangCode=???
3 save to start.bat
4 have fun
 
Elite Diviner
Joined
Jun 23, 2006
Messages
499
Reaction score
12
EDIT: I logged in sucessfully but there is no servers on the server list :O

Look in list_worlds you must make a world to login to. Its in your database.

Example
ID : 1
Name : Slick
Proof : ( Proof is the thing you set in map for authentication of the server. You must go inside the config file and find next to proof="". insert whatever is there into your list_world proof column)

Im going to make a guide for ro2 in a little bit =]
 
Newbie Spellweaver
Joined
Jun 3, 2008
Messages
15
Reaction score
0
is it just me, or is anyone else having issues with the list_acl table?
for some reason it doesnt like anything in the filter IP, but if i leave it 0 then the authentication keeps saying that the ip address has a invalid format.
 
Elite Diviner
Joined
Jun 23, 2006
Messages
499
Reaction score
12
please help me Database Error! :blush::blush:
lCON - Ro2 - RaGEZONE Forums

I use database >>
http://forum.ragezone.com/attachment.php?attachmentid=62720&d=1227225741
may be i insert account into login table wrong!!! Please guide for me thank you

passwords are in Md5 hash you will ethier need to create a web that automatically does md5 hash on password or you can make one in authentication server Example : account -create slick rage male
"slick" = id
"rage" = password
"male" = sex

The reason you are getting database error is probably because of putting password manually

is it just me, or is anyone else having issues with the list_acl table?
for some reason it doesnt like anything in the filter IP, but if i leave it 0 then the authentication keeps saying that the ip address has a invalid format.

All the ips should stay the same the only one that should be edited is when your setting up server when it asks what is the database host? you can change that to anything if the database is on another pc but other then that the other ips stay at 127.0.0.1 and 0.0.0.0 because that is only for the server to run on that pc.
 
Back
Top