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
Jun 18, 2012
Messages
6
Reaction score
0
to create a gm acount you have to open your database and execute this to your database.
You have to change some other things there. Remember you must put ! before the name example !test
change the Grade to 2/2 if you wanted to work some gm commands..and you must change your, login filter to the ID of the account that you create.



damn bro cant you read my post at the top ?


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_account].[dbo].[pInsert_Staff] @id, @pw, @depart, @class, @name, @birthday, @grade, @subgrade
DECLARE @PrnLine nvarchar(4000)
PRINT 'Stored Procedure: rf_account.dbo.pInsert_Staff'
SELECT @PrnLine = ' Return Code = ' + CONVERT(nvarchar, @RC)
PRINT @PrnLine


is not work on G4ep2

Msg 2812, Level 16, State 62, Line 18
Could not find stored procedure 'rf_account.dbo.pInsert_Staff'.
Stored Procedure: rf_account.dbo.pInsert_Staff
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
is not work on G4ep2

Msg 2812, Level 16, State 62, Line 18
Could not find stored procedure 'rf_account.dbo.pInsert_Staff'.
Stored Procedure: rf_account.dbo.pInsert_Staff


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
 
Initiate Mage
Joined
Jun 18, 2012
Messages
6
Reaction score
0
Msg 911, Level 16, State 1, Line 19
Could not locate entry in sysdatabases for database 'RF_User'. No entry found with that name. Make sure that the name is entered correctly.
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
Initiate Mage
Joined
Jun 25, 2012
Messages
21
Reaction score
0
help me please oDBC cant connect to sql 2005

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


thanks
 
Initiate Mage
Joined
Jun 25, 2012
Messages
21
Reaction score
0
READ the notices SQL Server does not exist or access denied, i think you are using wrong SQL or you havent set it up yet. what SQL Server are you using?

i using SQL server 2005 , hmmmm need SQL server 2005 enterprise??

bay the way , sql 2005 can run better in windows 7 64 bit ? if can't should i buy sql 2008?
 
Last edited:
Joined
Apr 21, 2012
Messages
765
Reaction score
83
i using SQL server 2005 , hmmmm need SQL server 2005 enterprise??

bay the way , sql 2005 can run better in windows 7 64 bit ? if can't should i buy sql 2008?



well, if you take a look the requirements you needed to build the server, it will probably better to use 2008 enterprise. thats only my opinion but yea its really better to use it. yea it suppose to be 64bit in windows 7..
 
Initiate Mage
Joined
Jun 25, 2012
Messages
21
Reaction score
0
or because of this ??

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


no choice , but in video tutorial indonesia
should choice SQL database , anaylisis and notif
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
or because of this ??

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


no choice , but in video tutorial indonesia
should choice SQL database , anaylisis and notif

well it means, that's not sql server enterprise or standard. thats only sql server management studio i think.. lol
take a look at there in the first page.. you will see the requirements.
 
Initiate Mage
Joined
Jun 25, 2012
Messages
21
Reaction score
0
well it means, that's not sql server enterprise or standard. thats only sql server management studio i think.. lol
take a look at there in the first page.. you will see the requirements.

hmmm,, :D
actually i have sql server 2005 not buy , but download there seems to be incomplete

well thanks , on the way buy sql 2008 :mellow:
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
hmmm,, :D
actually i have sql server 2005 not buy , but download there seems to be incomplete

well thanks , on the way buy sql 2008 :mellow:

ok no worries, just reminder that please search and read first in the forum before you post.. because some of the answer are already in the forum you just have to search and read.. :D god luck to your server :D
 
Initiate Mage
Joined
Jun 25, 2012
Messages
21
Reaction score
0
new problem

when i click accountserverDB , still error 'DBinit failed blablabla'
 
Initiate Mage
Joined
Oct 29, 2011
Messages
15
Reaction score
0
why is quite lag in your video when you log in??

and also what is UltraEdit? can i use another program instead of UltraEdit? and what program are those?
 
Last edited:
Initiate Mage
Joined
Jul 4, 2012
Messages
2
Reaction score
0
i found some trouble with :
fail.JPG - [Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012 - RaGEZONE Forums

account and login server running correctly.
so my launcher have trouble too, server still offline:
fail1.JPG - [Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012 - RaGEZONE Forums

if an error occurs in .ini files?
 

Attachments

You must be registered for see attachments list
Back
Top