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

Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
excuse me my English and my Spanish thanks
thanks to "tete94" files for uploading this wonderful vercion
This encouraged me to re-do the guide again



RECOMMENDED FILES tete94
http://forum.ragezone.com/f479/release-giga-4-ep2-kaswynn-793941/


VIDEO GUIDE
SERVER + LAUNCHER + ODBC + WEB + DATABASE... ALL CREATED DONE IN 47mn 11s

previous image

















DOWNLOAD VIDEO GUIDE

General
Complete name : I:\video guia giga4ep2 Cora21 2012.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 161 MiB
Duration : 47mn 11s
Overall bit rate : 477 Kbps

Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : 2
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 47mn 11s
Bit rate : 439 Kbps
Width : 1 440 pixels
Height : 900 pixels
Display aspect ratio : 1.600
Frame rate : 200.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.002
Stream size : 148 MiB (92%)
Writing library : XviD 58



text used in the video guide


file - web - update - used in the video guide


giga 4 ep2 patch used in the video guide
3 part





used computer operating system used bit system



used SQL SERVER 2008 enterprise 64bit

Microsoft SQL Server Management Studio 10.50.1600.1
Herramientas cliente de Microsoft Analysis Services 10.50.1600.1
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 4.0 6.0
Microsoft Internet Explorer 9.0.8112.16421
Microsoft .NET Framework 2.0.50727.5456
Microsoft .NET Framework 3.5.00000.0000
Sistema operativo 6.1.7601
 
Last edited:
Initiate Mage
Joined
Sep 27, 2009
Messages
4
Reaction score
0
hello!
All servers running perfectly but i cant create a account theres an error on line 110 it says after i tried to create an account.
Is there a way to create it trough the database? or a solution to fix the problem?
btw how to create a gm account ;)

heres a picture of the problem
Unbenannt - [Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012 - RaGEZONE Forums

thanks :)

edit:
in launcher same prob
paint - [Video Guide] Rf Giga 4 Ep2 by Cora21 - 07/06/2012 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Apr 21, 2012
Messages
765
Reaction score
83
hello!
All servers running perfectly but i cant create a account theres an error on line 110 it says after i tried to create an account.
Is there a way to create it trough the database? or a solution to fix the problem?
btw how to create a gm account ;)

heres a picture of the problem
View attachment 107211

thanks :)

edit:
in launcher same prob
View attachment 107217

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 th,e name example !test
change the Grade to 2/2 if wanted to work some commands..

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 = 'You're Login'
SELECT @pw = 'You're 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)[/QUOTE]
 
Initiate Mage
Joined
Sep 27, 2009
Messages
4
Reaction score
0
@Marnkx123
not working for me :/
is it possibile to create a normal account this way?
 
Joined
Apr 21, 2012
Messages
765
Reaction score
83
@Marnkx123
not working for me :/
is it possibile to create a normal account this way?


AT your login filter have you change your name there? make sure you also change your name at login filter to the name account that you did.


ow sorry bro
that one that i gave is for 2.2.3 use 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_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
 
Last edited:
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
hello!
All servers running perfectly but i cant create a account theres an error on line 110 it says after i tried to create an account.
Is there a way to create it trough the database? or a solution to fix the problem?
btw how to create a gm account ;)

heres a picture of the problem
View attachment 107211

thanks :)

edit:
in launcher same prob
View attachment 107217


this error is easy to solve
C:\Windows
have to modify your (php.ini)
and remove the (;)
example


incorrect
;extension=php_mssql.dll
;extension=php_msql.dll


correct
extension=php_mssql.dll
extension=php_msql.dll
 
Last edited:
Initiate Mage
Joined
Sep 27, 2009
Messages
4
Reaction score
0
its changed...but still not working :/....i have completed to create a account trough the database but now theres a problem with the client.
when im logging in and select the server its just closing and nothing happens :/
 
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
its changed...but still not working :/....i have completed to create a account trough the database but now theres a problem with the client.
when im logging in and select the server its just closing and nothing happens :/

you need restart pc
 
Newbie Spellweaver
Joined
Apr 29, 2012
Messages
30
Reaction score
0
thx b4 for the tutorial.

But could u give me another link to the SQL ? any version that compatible to win 7 32-bit.
thx :cool:
 
Newbie Spellweaver
Joined
Apr 29, 2012
Messages
30
Reaction score
0
hey cora,thx for that

but could u upload again the following items

ULTRAEDIT V.14.10
UltraEdit

CLIENT 060526
CLIENT GIGA 4 EP2

DOWNLOAD FILES SERVER
FILE SERVER

DOWNLOAD THE PATCH FOR CUSTOMER


CLIENT PATCH
[ame]http://files.filefront.com/KaswynnClient105/;9646079;/fileinfo.html[/ame]



files modified by Cora21
ODBC.Reg BY Cora21

Simple Web rf onlin"register"

Login WorldServer CharServer FIX
 
Experienced Elementalist
Joined
Apr 6, 2009
Messages
256
Reaction score
5
hallo.

i added the ntwdblib.ddl to C:/windows ,C:/windows/system32 , C:/windows/sysWow32.
since then i get:

Forbidden

You don't have permission to access / on this server.

Apache/2.2.4 (Win32) PHP/5.2.3 Server at 127.0.0.1 Port 80
 
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
hey cora,thx for that

but could u upload again the following items

the next item are the 3 link
down 3 link

is the patch.


========================================================================
hallo.

i added the ntwdblib.ddl to C:/windows ,C:/windows/system32 , C:/windows/sysWow32.
since then i get:

Forbidden

You don't have permission to access / on this server.

Apache/2.2.4 (Win32) PHP/5.2.3 Server at 127.0.0.1 Port 80

not understand his mistake
you can upload a photo?
better explain
thanks

[[[[[You need to put a. dll in windows folder?
to place. dll in windows
You must have administrator
Start / Control Panel / User Accounts]]]]]

excuse. not understand a lot to you...
better explain
 
Last edited:
Joined
Apr 21, 2012
Messages
765
Reaction score
83
how do you make GM account?

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
 
Last edited:
Newbie Spellweaver
Joined
Apr 29, 2012
Messages
30
Reaction score
0
hey guys, i've got same problem with mr. rfthebest.

How could i repair it?
 
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
client and web still not working for me :/

and

hey guys, i've got same problem with mr. rfthebest.

How could i repair it?


Using tools like the video guide
Using windows server 2003 or 2008 64 (windows 7 64bit recommended)
using sql 2008 64 or 32 bit (English recommended)
Cone sta configuration on your system will not have problems ..
not using windows XP (not recommended)


video images or specify your problem (recommended)
========================================================================



how do you make GM account?


The user (Marnkx123) agregaar the Scrip for GM accounts
Read the other reviews above ..
notify if the scrip (Marnkx123) will work or not.
 
Newbie Spellweaver
Joined
Apr 29, 2012
Messages
30
Reaction score
0
still can not make the server...:(::(::(:

more explanation please
 
Back
Top