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!

[Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012

Initiate Mage
Joined
Jul 4, 2012
Messages
2
Reaction score
0
now i set ODBC with NT authentication.
you have email or ym? i want to ask you about this
 
Newbie Spellweaver
Joined
Jul 4, 2012
Messages
20
Reaction score
0
@tete94 and cora21

how do I fix the "Login Server Failure" and "World DB Connect failed"
you know how to fix it ....
 
Newbie Spellweaver
Joined
May 20, 2010
Messages
81
Reaction score
20
@tete94 and cora21

how do I fix the "Login Server Failure" and "World DB Connect failed"
you know how to fix it ....

You need to hex edit the world server and find the password for the database, and change it; that's for the World DB Connect failed.
For the login server failure I guess the problem is in the ini files or maybe the ip in the .exe, try hex editing the ip in the Login server exe, I think default is 127.0.0.1 just search for the string and replace it
 
Newbie Spellweaver
Joined
Jul 4, 2012
Messages
20
Reaction score
0
You need to hex edit the world server and find the password for the database, and change it; that's for the World DB Connect failed.
For the login server failure I guess the problem is in the ini files or maybe the ip in the .exe, try hex editing the ip in the Login server exe, I think default is 127.0.0.1 just search for the string and replace it

can now login to the launcher ...
but RF BIN No way why yes ...
click the server launcher out .. and RF_Bin No Way ..
way so that it can walk RF_Bin how?
 
Last edited:
Newbie Spellweaver
Joined
Mar 22, 2011
Messages
7
Reaction score
0
sorry i have problem..
if i'm run account server & world server together have error Connect World DB Failed!...
how to fix it?

thanks..

sorry for my bad english..
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
sorry i have problem..
if i'm run account server & world server together have error Connect World DB Failed!...
how to fix it?

thanks..

sorry for my bad english..

check your ODBC...and your configs make sure that they all have the correct user and password...and dont forget to run it as admin.

now i set ODBC with NT authentication.
you have email or ym? i want to ask you about this



yup.. message me ill help you..

can now login to the launcher ...
but RF BIN No way why yes ...
click the server launcher out .. and RF_Bin No Way ..
way so that it can walk RF_Bin how?

can you please.. be more specific ? we cant understand what you're talkin about mate..
 
Newbie Spellweaver
Joined
Jul 4, 2012
Messages
20
Reaction score
0
@Marnkx123
Sorry i am transtalegoogle.com

I can Run Launcher RF Offline Giga 4
I tried to click on my server: Mahakam-RF (My server)
Outgoing post after I click Ok
I am confused RF_Online.bin not continue running
how do I fix it?
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
@Marnkx123
Sorry i am transtalegoogle.com

I can Run Launcher RF Offline Giga 4
I tried to click on my server: Mahakam-RF (My server)
Outgoing post after I click Ok
I am confused RF_Online.bin not continue running
how do I fix it?



well.. ii think you have a problem with your cilent .. what does it say ? and try to turn off your anti virus ....pm me if u still having the problem..
 
Junior Spellweaver
Joined
Jul 8, 2012
Messages
120
Reaction score
4
Well, SQL Server 2008 Express 64bits work fine???

PS.: Very good tutorial by Cora, FTW!!! :cool:
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
20
Reaction score
0
hi, may i request a download link for SQL server 2008 pls? I only hav SQL server 2000, but I have problem following the video guide because it is not in english...

with SQL server 2000, I am stuck at restoring database...

Thank you.. Hope you could help me, I'm so eager to play offline RF
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
hi, may i request a download link for SQL server 2008 pls? I only hav SQL server 2000, but I have problem following the video guide because it is not in english...

with SQL server 2000, I am stuck at restoring database...

Thank you.. Hope you could help me, I'm so eager to play offline RF

just search on google and you'll find it for free :) always remember to search before you post :DD
 
Newbie Spellweaver
Joined
Jul 11, 2012
Messages
20
Reaction score
0
i've been searching for 2 days already b4 I post... hehehe... just found one now... heheheh... whew, hope its free and full... but its on maintenance

here's the link in case some other are searching...

 
Newbie Spellweaver
Joined
Jul 4, 2012
Messages
20
Reaction score
0
@Marnkx123

what do fix "Login Server Failure"
Login Server:eek:ffline
Zone Server:eek:nline

my system win 7 ram 2gb vga 512mb i use sql server 2005 adv
 
Joined
Jul 7, 2010
Messages
2
Reaction score
0
hello ,it's my first try to create a private server and i have a little problem , i can't install the client , when i run KaswynnClientCore105.exe , in the installation i see the message " Insert setup disk Kaswynn client core #2" , where can i have this ?
thx
sorry for my bad english.
 
Newbie Spellweaver
Joined
Mar 22, 2011
Messages
7
Reaction score
0
well, try this one

DECLARE @RC int
DECLARE @id varchar(13)
DECLARE @pw varchar(13)
DECLARE @depart varchar(32)
DECLARE @class varchar(12)
DECLARE @name varchar(12)
DECLARE @birthday varchar(10)
DECLARE @grade int
DECLARE @subgrade int
SELECT @id = 'your login'
SELECT @pw = 'youre password'
SELECT @depart = 'none'
SELECT @class = 'GM'
SELECT @name = 'name'
SELECT @birthday = 'None'
SELECT @grade = 2
SELECT @subgrade = 4
EXEC @RC = [RF_User].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
DECLARE @PrnLine nvarchar(4000)
PRINT 'Stored Procedure: RF_User.dbo.pInsert_Staff'
SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
PRINT @PrnLine

did'nt work for rf giga..
how to make gm account?
sorry for bad english..
 
Newbie Spellweaver
Joined
Mar 22, 2011
Messages
7
Reaction score
0
well, try this one

DECLARE @RC int
DECLARE @id varchar(13)
DECLARE @pw varchar(13)
DECLARE @depart varchar(32)
DECLARE @class varchar(12)
DECLARE @name varchar(12)
DECLARE @birthday varchar(10)
DECLARE @grade int
DECLARE @subgrade int
SELECT @id = 'your login'
SELECT @pw = 'youre password'
SELECT @depart = 'none'
SELECT @class = 'GM'
SELECT @name = 'name'
SELECT @birthday = 'None'
SELECT @grade = 2
SELECT @subgrade = 4
EXEC @RC = [RF_User].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
DECLARE @PrnLine nvarchar(4000)
PRINT 'Stored Procedure: RF_User.dbo.pInsert_Staff'
SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
PRINT @PrnLine

sorry this query did'nt work for rf giga..
because not have table staff..
how to make gm account?

sorry for my bad english
 
Back
Top