Rabu, 22 Agustus 2012

Cara Membuat RF online 2.2.3.2

Sumber : Ragezone

** RF v2.2.3.2 Server SetUP **
==============================

PC Requirements:
================
Windows OS 64bit ONLY!! (( WILL NOT WORK ON 32Bit OS!!!!!! ))
4GB RAM & UP!
MSSQL 2008 EXPRESS 64BIT

USING RF v2.2.3.2 BY: Fyurith
=====================
File server 1 : www.mediafire.com/?pbx79ikl7j883ll
File server 2 : www.mediafire.com/?bfd3288a5bvb59r

jika mengalami erorr saat start server download dan install :
http://www.mediafire.com/?6z2v20vpj1uepqq


Lets Begin ^^
=============================================
0. make sure you run the RF Dependancy files other wise you will get
error on accountserverSD and zoneserver ^^

1. Install MSSQL 20005 or 2008

2. Create 3 RF DataBase:
Right Click on Databases > New Databases > then enter the
RF Database Name. Do that for 3 RF Database Name.

* BILLING
* RF_User
* RF_World

3. Restore the 3 RF DataBase:
Right Click on Databases > Task > Restore > Databases >
in ((General)) select ((From device)): then select the ((....)) > ((Add))
to browse to where you extract your RF Server folder and select the
.bak file to restore your RF Database. Once you find the .bak files click
OK > OK. Bring you back to ((General)) check mark [x]Restore. Next select
((Options)) check mark [x]Overwrite the existing database (WITH REPLACE).
Under Restore the database files as: Restore As select
C:\Program Files\Microsoft SQL Server\MSSQL10_50.RFONLINE\MSSQL\DATA and
input your RF Database DIR:

Note: DO NOT RESTORE TO THE MSSQL DEFAULT DIR IT WILL NOT WORK!!!!
RESTORE THE 3 RF DataBase to a different DIR: (ex: c:\RFDB)

(ex: this is my BILLING C:\RFDB\BILLING.mdf & C:\RFDB\BILLING.ldf)

then select > OK . Repeat that for 3 RF Database Name.

* BILLING.bak
* RF_User.bak
* RF_World.bak

4. Create a RF User name/password and give User Mapping all access except
the DENY check box.

Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins))
input your desire login name (ex: rf)

Note: WRITE DOWN THE USER NAME YOU GONNA NEED IT LATER FOR CONFIGURING YOUR
RF INI'S FILES.

Next Select ((SQL Server authentication)) enter desire password and confirm
password. (ex: rfadmin)

Note: WRITE DOWN THE USER PASSWORD YOU GONNA NEED IT LATER FOR CONFIGURING YOUR
RF INI'S FILES.

Next UNCHECK: []Enforce password policy

Next select ((User Mapping)) > Under ((User mapped to this login:))
put a [x] to the 3 RF Database. ex: [x]BILLING, [x]RF_User, [x]RF_World)
under ((Database role membership for: (name for rf database) check mark all selection,
EXCEPT db_denydatareader, and db_denydatawriter.

Repeat that for 3 RF Database Name.

5. !!!!! THIS NEXT STEP IS VERY IMPORTANT IF YOU MESSED UP YOU WILL GET ((AccountDB Failed!!))
EVERYTIME YOU RUN AccountServerSD!!!!!!!!!!!!!

RF_User ONLY!!!!
================
Create a RF User name/password and give User Mapping all access except
the DENY check box.

Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins)) and
input for user name: rfrusaccount password: #rf%rusaccount to (( RF_User ))ONLY!!!!

Next Select ((SQL Server authentication)) enter password and confirm
password.

Next select ((User Mapping)) > Under ((User mapped to this login:)) put a
[x] to the RF Database. (ex: [x]RF_User)

under ((Database role membership for: RF_User check mark all selection,
EXCEPT for db_denydatareader, and db_denydatawriter.

RF_World ONLY!!!!
=================
Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins)) and
input for user name: rfrusworld password: #rf%rusworld to (( RF_World ))ONLY!!!!

Next Select ((SQL Server authentication)) enter password and confirm
password.

Next select ((User Mapping)) > Under ((User mapped to this login:)) put a
[x] to the RF Database. (ex: [x]RF_World)

under ((Database role membership for: RF_World check mark all selection,
EXCEPT for db_denydatareader, and db_denydatawriter.

Note: Please re-check your newly created user and make sure all the check mark under
(( Database role membership for: (name of rf database) )) is mark with [x]
EXCEPT for db_denydatareader, and db_denydatawriter.
for some strange reason the []db_owner was not mark i have no idea ^^

Note: These are hardcoded into the AccountServer and ZoneServer respectively and
they change with country code; if a different country is used (not RU),
use ODBC trace and AnjSql Profiler to determine the user, then hex search
user in AccountServerSD.exe to find user & pass).

6. ODBC SETTINGS:
==================
click on START > Controll Panel > Administrative Tools > select ((Data Sources (ODBC) ))
it will open up ODBC Data source Administrator under User DSN click ((Add..)) > Select
Select SQL Server Native Client 10.0 and click Finish.

Next input the RF Database name: (1 at a time NOT ALL 3) ^^
* BILLING
* RF_User
* RF_World

put in description if you want ^^

Server: ( put in your MSSQL Server Name ( ex: mine was MIKEY-PC\RFONLINE ) click Next

chose : With SQL Server authentication using a login ID and Password entered by the user

Login ID: (see step 4 for user name) password: (see step 4 for password) click next

check mark: [x]change the default database to: (name of the Rf Database)
(ex: BILLING) click next, click Finish, click ((Test Data Source)) to make sure
TESTS COMPLETED SUCCESSFULLY! if it do not work you did something wrong in your MSSQL Server ^^

Repeat that for 3 RF Database Name.

after you are done close ODBC ^^

7. RF INI's Files Editing:
========================
Create a folder name: HBK & History in your server folder:
(ex: F:\RF v2.2.3.2 Server\HBK) (ex: F:\RF v2.2.3.2 Server\History)

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\Initialize and edit all the INI files

==================
AccountSystem.ini:
==================
[Database]
AccountDB_Machine = 127.0.0.1 <<< change to your WANIP or LANIP
AccountDB_Name = RF_User

[System]
NationCode = RU

[DB_INFO]
IP = 127.0.0.1 <<< change to your WANIP or LANIP
Port = 1433 <<< if you have change your MSSQL Port (ex: 61433)
DBName = BILLING
Acc = sa <<< change to your MSSQL username see step 4
PW = mnbe5824 <<< change to your MSSQL password see step 4

[Service]
MaxAccountNum = 1337

[World]
WorldSet_Num =1
ServiceSet_Num = 0

Name0 = RF_LEET <<< change to your desire Server Name ^^
Address0 = 127.0.0.1 <<< change to your WANIP or LANIP
DBName0 = RF_World
Type0 = 0
===========end of file==================

=================
BillingSystem.ini
=================
[System]
ZoneAddress = 127.0.0.1 <<< change to your WANIP or LANIP
NationCode = RU

[BILLING]
SERVER_NAME = BILLING
IP = 127.0.0.1 <<< change to your WANIP or LANIP
PORT = 1433 <<< if you have change your MSSQL Port (ex: 61433)
CP_ID = 1
GROUP_NUM = 1
SERVER_NUM = 1
GAME_ID = 1
===========end of file==================

====================
Login_Filter_Dev.ini
====================
[IPAddress]
FilterNum = 0

Filter0 = 192.168.1.10
FilterRange0 = 255

[ID]
FilterNum = 1
Filter0 = !karasss <<< change to your GM User Account (ex: !rfadmin)
===========end of file==================

===============
LoginSystem.ini
===============
[Account]
AccountAddress = 127.0.0.1 <<< change to your WANIP or LANIP

[System]
NationCode = RU

[CHECK ADDRESS]
CHECK = TRUE

[LOG]
AUTH_LOG = TRUE

[World]
Lim World Num = 1
DB Push Job = 0

[BILLING]
Check = FALSE
BillingCode = 78

[MOTP]
Service = FALSE
HostName = Let.Tom.Ru
HostIP = ÂÀØ IP
URLPath = /MOTPValidation/ValidationServlet
Port = 12380

[IP Address Filter]
FilterNum = 0

Filter0 = 192.168.0.10 <<< change to your WANIP or LANIP
FilterRange0 = 255
[UserCountDisplyLimit]
Limit0 = 500
Limit1 = 1200
Limit2 = 2700

[BILL_RU]
DBName = BILLING
DBIP = 127.0.0.1 <<< change to your WANIP or LANIP
DBAccount = sa <<< change to your MSSQL username see step 4
DBPassword = mnbe5824 <<< change to your MSSQL password see step 4
DBPort = 1433 <<< if you have change your MSSQL Port (ex: 61433)
===========end of file==================

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\ and edit all the INI files

=========
rfacc.ini
=========
[Options]
DBSTR = Driver={SQL Server Native Client 10.0};Server="your mssql server name";Database=BILLING;Uid=rf;Pwd=rfpass; <<< change to your MSSQL username/password see step 4
ErrDBSTR =
LogLevel = 2
===========end of file==================

open up F:\RF v2.2.3.2 Server\ZoneServer\WorldInfo

=============
WorldInfo.ini
=============
[System]
WorldName = RF_LEET <<< change to your desire Server Name ^^

ServerType = 0 <<< change from 1 to 0 otherwise you can NOT connect client to server

BillingCode = 32
BillOper = 0
FreeServer = 1

HBKPath = C:\Work\HBK <<< change to (ex: F:\RF v2.2.3.2 Server\HBK)
HistoryPath = C:\Work\History <<< change to (ex: F:\RF v2.2.3.2 Server\History)

NationCode = RU

[ServerMode]
BuyCashItemByGold = true
ReleaseType = Internal
ExcuteService = true

[Rule]
CrystalHPMultiple = 1.0
CrystalHPMultiple_1 = 5.0
CrystalHPMultiple_2 = 8.0
CrystalHPMultiple_3 = 11.0

[GUILD CREATE EVENT]
Enable = FALSE
START_DATE = 20090119
END_DATE = 20090120
===========end of file==================

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\ and copy/replace rfacc.ini to
F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin

open up F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin\Initialize and edit the WorldSystem.ini

===============
WorldSystem.ini
===============
[System]
AccountAddress = 127.0.0.1 <<< change to your WANIP or LANIP
LimUserNum = 1337

[MainThread]
SleepTerm = 15
SleepValue = 10
SleepIgnore = 1
[Messenger]
Use = TRUE

[RankJob]
JobHour = 23
JobMin = 40

[Rule]
AttackSpareDelay = 200

[Economy]
Default_MgrVal =1000
Default_TaxVal =33
;Default_OreVal =10000
Default_OreVal =3500
2010/10/20_MgrVal = 2000
2010/10/20_TaxVal = 66

[HolySystem]
KeeperCreateMap = resources
KeeperCreateDummy = dk0001
KeeperActiveDummy = hskactdum
KeeperCenterDummy = dk0001
KeeperMonsterCode = 04903

StoneNum = 3

StoneCreateMap0 = resources
StoneCreateDummy0 = dh001
StoneMonsterCode0 = 04B01
StoneMasterRace0 = 0

StoneCreateMap1 = resources
StoneCreateDummy1 = dh002
StoneMonsterCode1 = 04B02
StoneMasterRace1 = 1

StoneCreateMap2 = resources
StoneCreateDummy2 = dh003
StoneMonsterCode2 = 04B03
StoneMasterRace2 = 2
QuestInit=0

[Schedule]
ScheduleInit=0

[Formula]
StdDefPoint=3
RcvDefPoint=10

[Buddha Event]
Enable = FALSE
GiveItem = irpre01
ExchangeItem = irpre01

[CLASS REFINE EVENT]
ENABLE = FALSE
START_DATE = 20101010
END_DATE = 20110101
LIMIT_COUNT = 3

[PcBang Favor]
USE = FALSE

[Time Limit]
Use = FALSE

CNT = 3
Time_0 = 0
Time_1 = 300
Time_2 = 500

Percent_0 = 1.0
Percent_1 = 0.5
Percent_2 = 0.0

LogoutTerm = 10
NotifyTerm = 2

[VersionCheck]
Ver_CheckKey = Êëþ÷ ïðèâÿçêè êëèåíòà. <<< rem out this line for rf version check
<<< ;Ver_CheckKey = Êëþ÷ ïðèâÿçêè êëèåíòà.
===========end of file==================

open up F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin\fireguard edit the ini files

======
fg.ini
======
[Game Server]
Server Name = RF_LEET <<< change to your desire Server Name ^^

[FireGuard Server]
Server IP = ÂÀØ IP
Server PORT = 15444

[Detect Info]
Time Interval = 180000
===========end of file==================

========
fgrs.ini
========
[Game Server]
Game Name = rfonline_levelup
Server Name = RF_LEET <<< change to your desire Server Name ^^
Port = 15445

[FireGuard Server]
Server URL = Главная
Server Port = 80

[Detect Info]
Time Interval = 5000

[FireGuard Use]
Use = no <<< change from NO to FALSE
===========end of file==================

To change Server Rate open up ServerRate.ini in the zoneserver > RF_Bin > Initialize
it pretty self explainatory.. ^^

Note: word of caution if u set ItemRootRate = 8.5 above 10 it will crash your
server all the time ^^ well it crash all the time on my pc so i not sure
pc spec. 8gb ram, intel dual core 9600

8. Add (normal) user test:test to RF_User.rfaccount MSSQL Query:

INSERT INTO RF_USER.dbo.tbl_rfaccount (Id,Password,accounttype,email,birthdate) VALUES ((CONVERT (binary(16),'test')),(CONVERT (binary(24),'test')),'1','test@mailinator.com','01/01/1980')

copy that string to your MSSQL Query and execute it

Add a GM account MSSQL Query:

USE RF_User Insert Into tbl_StaffAccount (ID,PW,Grade,Depart,RealName,SubGrade,Birthday,ComClass) Values (Convert(binary,'!teste'),convert(binary,'teste'),'2','none','teste','4','01/01/1991','GM')

copy that string to your MSSQL Query and execute it

Add the GM information to Login_Filter_Dev.ini.

(EX:
[ID]
FilterNum = 1
Filter0 = !karasss <<< change to your GM User Account (ex: !rfadmin)

==============================
then load up :

accountserversd.exe
billingserver.exe
loginserver.exe remember to in /open ^^
zonserver64bit.exe

====================================
END OF File!!!!!!!!
READ MORE - Cara Membuat RF online 2.2.3.2
Sumber : Ragezone

** RF v2.2.3.2 Server SetUP **
==============================

PC Requirements:
================
Windows OS 64bit ONLY!! (( WILL NOT WORK ON 32Bit OS!!!!!! ))
4GB RAM & UP!
MSSQL 2008 EXPRESS 64BIT

USING RF v2.2.3.2 BY: Fyurith
=====================
File server 1 : www.mediafire.com/?pbx79ikl7j883ll
File server 2 : www.mediafire.com/?bfd3288a5bvb59r

jika mengalami erorr saat start server download dan install :
http://www.mediafire.com/?6z2v20vpj1uepqq


Lets Begin ^^
=============================================
0. make sure you run the RF Dependancy files other wise you will get
error on accountserverSD and zoneserver ^^

1. Install MSSQL 20005 or 2008

2. Create 3 RF DataBase:
Right Click on Databases > New Databases > then enter the
RF Database Name. Do that for 3 RF Database Name.

* BILLING
* RF_User
* RF_World

3. Restore the 3 RF DataBase:
Right Click on Databases > Task > Restore > Databases >
in ((General)) select ((From device)): then select the ((....)) > ((Add))
to browse to where you extract your RF Server folder and select the
.bak file to restore your RF Database. Once you find the .bak files click
OK > OK. Bring you back to ((General)) check mark [x]Restore. Next select
((Options)) check mark [x]Overwrite the existing database (WITH REPLACE).
Under Restore the database files as: Restore As select
C:\Program Files\Microsoft SQL Server\MSSQL10_50.RFONLINE\MSSQL\DATA and
input your RF Database DIR:

Note: DO NOT RESTORE TO THE MSSQL DEFAULT DIR IT WILL NOT WORK!!!!
RESTORE THE 3 RF DataBase to a different DIR: (ex: c:\RFDB)

(ex: this is my BILLING C:\RFDB\BILLING.mdf & C:\RFDB\BILLING.ldf)

then select > OK . Repeat that for 3 RF Database Name.

* BILLING.bak
* RF_User.bak
* RF_World.bak

4. Create a RF User name/password and give User Mapping all access except
the DENY check box.

Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins))
input your desire login name (ex: rf)

Note: WRITE DOWN THE USER NAME YOU GONNA NEED IT LATER FOR CONFIGURING YOUR
RF INI'S FILES.

Next Select ((SQL Server authentication)) enter desire password and confirm
password. (ex: rfadmin)

Note: WRITE DOWN THE USER PASSWORD YOU GONNA NEED IT LATER FOR CONFIGURING YOUR
RF INI'S FILES.

Next UNCHECK: []Enforce password policy

Next select ((User Mapping)) > Under ((User mapped to this login:))
put a [x] to the 3 RF Database. ex: [x]BILLING, [x]RF_User, [x]RF_World)
under ((Database role membership for: (name for rf database) check mark all selection,
EXCEPT db_denydatareader, and db_denydatawriter.

Repeat that for 3 RF Database Name.

5. !!!!! THIS NEXT STEP IS VERY IMPORTANT IF YOU MESSED UP YOU WILL GET ((AccountDB Failed!!))
EVERYTIME YOU RUN AccountServerSD!!!!!!!!!!!!!

RF_User ONLY!!!!
================
Create a RF User name/password and give User Mapping all access except
the DENY check box.

Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins)) and
input for user name: rfrusaccount password: #rf%rusaccount to (( RF_User ))ONLY!!!!

Next Select ((SQL Server authentication)) enter password and confirm
password.

Next select ((User Mapping)) > Under ((User mapped to this login:)) put a
[x] to the RF Database. (ex: [x]RF_User)

under ((Database role membership for: RF_User check mark all selection,
EXCEPT for db_denydatareader, and db_denydatawriter.

RF_World ONLY!!!!
=================
Select ((Security)) > ((Logins)) Right click Logins > select ((New Logins)) and
input for user name: rfrusworld password: #rf%rusworld to (( RF_World ))ONLY!!!!

Next Select ((SQL Server authentication)) enter password and confirm
password.

Next select ((User Mapping)) > Under ((User mapped to this login:)) put a
[x] to the RF Database. (ex: [x]RF_World)

under ((Database role membership for: RF_World check mark all selection,
EXCEPT for db_denydatareader, and db_denydatawriter.

Note: Please re-check your newly created user and make sure all the check mark under
(( Database role membership for: (name of rf database) )) is mark with [x]
EXCEPT for db_denydatareader, and db_denydatawriter.
for some strange reason the []db_owner was not mark i have no idea ^^

Note: These are hardcoded into the AccountServer and ZoneServer respectively and
they change with country code; if a different country is used (not RU),
use ODBC trace and AnjSql Profiler to determine the user, then hex search
user in AccountServerSD.exe to find user & pass).

6. ODBC SETTINGS:
==================
click on START > Controll Panel > Administrative Tools > select ((Data Sources (ODBC) ))
it will open up ODBC Data source Administrator under User DSN click ((Add..)) > Select
Select SQL Server Native Client 10.0 and click Finish.

Next input the RF Database name: (1 at a time NOT ALL 3) ^^
* BILLING
* RF_User
* RF_World

put in description if you want ^^

Server: ( put in your MSSQL Server Name ( ex: mine was MIKEY-PC\RFONLINE ) click Next

chose : With SQL Server authentication using a login ID and Password entered by the user

Login ID: (see step 4 for user name) password: (see step 4 for password) click next

check mark: [x]change the default database to: (name of the Rf Database)
(ex: BILLING) click next, click Finish, click ((Test Data Source)) to make sure
TESTS COMPLETED SUCCESSFULLY! if it do not work you did something wrong in your MSSQL Server ^^

Repeat that for 3 RF Database Name.

after you are done close ODBC ^^

7. RF INI's Files Editing:
========================
Create a folder name: HBK & History in your server folder:
(ex: F:\RF v2.2.3.2 Server\HBK) (ex: F:\RF v2.2.3.2 Server\History)

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\Initialize and edit all the INI files

==================
AccountSystem.ini:
==================
[Database]
AccountDB_Machine = 127.0.0.1 <<< change to your WANIP or LANIP
AccountDB_Name = RF_User

[System]
NationCode = RU

[DB_INFO]
IP = 127.0.0.1 <<< change to your WANIP or LANIP
Port = 1433 <<< if you have change your MSSQL Port (ex: 61433)
DBName = BILLING
Acc = sa <<< change to your MSSQL username see step 4
PW = mnbe5824 <<< change to your MSSQL password see step 4

[Service]
MaxAccountNum = 1337

[World]
WorldSet_Num =1
ServiceSet_Num = 0

Name0 = RF_LEET <<< change to your desire Server Name ^^
Address0 = 127.0.0.1 <<< change to your WANIP or LANIP
DBName0 = RF_World
Type0 = 0
===========end of file==================

=================
BillingSystem.ini
=================
[System]
ZoneAddress = 127.0.0.1 <<< change to your WANIP or LANIP
NationCode = RU

[BILLING]
SERVER_NAME = BILLING
IP = 127.0.0.1 <<< change to your WANIP or LANIP
PORT = 1433 <<< if you have change your MSSQL Port (ex: 61433)
CP_ID = 1
GROUP_NUM = 1
SERVER_NUM = 1
GAME_ID = 1
===========end of file==================

====================
Login_Filter_Dev.ini
====================
[IPAddress]
FilterNum = 0

Filter0 = 192.168.1.10
FilterRange0 = 255

[ID]
FilterNum = 1
Filter0 = !karasss <<< change to your GM User Account (ex: !rfadmin)
===========end of file==================

===============
LoginSystem.ini
===============
[Account]
AccountAddress = 127.0.0.1 <<< change to your WANIP or LANIP

[System]
NationCode = RU

[CHECK ADDRESS]
CHECK = TRUE

[LOG]
AUTH_LOG = TRUE

[World]
Lim World Num = 1
DB Push Job = 0

[BILLING]
Check = FALSE
BillingCode = 78

[MOTP]
Service = FALSE
HostName = Let.Tom.Ru
HostIP = ÂÀØ IP
URLPath = /MOTPValidation/ValidationServlet
Port = 12380

[IP Address Filter]
FilterNum = 0

Filter0 = 192.168.0.10 <<< change to your WANIP or LANIP
FilterRange0 = 255
[UserCountDisplyLimit]
Limit0 = 500
Limit1 = 1200
Limit2 = 2700

[BILL_RU]
DBName = BILLING
DBIP = 127.0.0.1 <<< change to your WANIP or LANIP
DBAccount = sa <<< change to your MSSQL username see step 4
DBPassword = mnbe5824 <<< change to your MSSQL password see step 4
DBPort = 1433 <<< if you have change your MSSQL Port (ex: 61433)
===========end of file==================

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\ and edit all the INI files

=========
rfacc.ini
=========
[Options]
DBSTR = Driver={SQL Server Native Client 10.0};Server="your mssql server name";Database=BILLING;Uid=rf;Pwd=rfpass; <<< change to your MSSQL username/password see step 4
ErrDBSTR =
LogLevel = 2
===========end of file==================

open up F:\RF v2.2.3.2 Server\ZoneServer\WorldInfo

=============
WorldInfo.ini
=============
[System]
WorldName = RF_LEET <<< change to your desire Server Name ^^

ServerType = 0 <<< change from 1 to 0 otherwise you can NOT connect client to server

BillingCode = 32
BillOper = 0
FreeServer = 1

HBKPath = C:\Work\HBK <<< change to (ex: F:\RF v2.2.3.2 Server\HBK)
HistoryPath = C:\Work\History <<< change to (ex: F:\RF v2.2.3.2 Server\History)

NationCode = RU

[ServerMode]
BuyCashItemByGold = true
ReleaseType = Internal
ExcuteService = true

[Rule]
CrystalHPMultiple = 1.0
CrystalHPMultiple_1 = 5.0
CrystalHPMultiple_2 = 8.0
CrystalHPMultiple_3 = 11.0

[GUILD CREATE EVENT]
Enable = FALSE
START_DATE = 20090119
END_DATE = 20090120
===========end of file==================

open up F:\RF v2.2.3.2 Server\Account and Login\RF_Bin\ and copy/replace rfacc.ini to
F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin

open up F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin\Initialize and edit the WorldSystem.ini

===============
WorldSystem.ini
===============
[System]
AccountAddress = 127.0.0.1 <<< change to your WANIP or LANIP
LimUserNum = 1337

[MainThread]
SleepTerm = 15
SleepValue = 10
SleepIgnore = 1
[Messenger]
Use = TRUE

[RankJob]
JobHour = 23
JobMin = 40

[Rule]
AttackSpareDelay = 200

[Economy]
Default_MgrVal =1000
Default_TaxVal =33
;Default_OreVal =10000
Default_OreVal =3500
2010/10/20_MgrVal = 2000
2010/10/20_TaxVal = 66

[HolySystem]
KeeperCreateMap = resources
KeeperCreateDummy = dk0001
KeeperActiveDummy = hskactdum
KeeperCenterDummy = dk0001
KeeperMonsterCode = 04903

StoneNum = 3

StoneCreateMap0 = resources
StoneCreateDummy0 = dh001
StoneMonsterCode0 = 04B01
StoneMasterRace0 = 0

StoneCreateMap1 = resources
StoneCreateDummy1 = dh002
StoneMonsterCode1 = 04B02
StoneMasterRace1 = 1

StoneCreateMap2 = resources
StoneCreateDummy2 = dh003
StoneMonsterCode2 = 04B03
StoneMasterRace2 = 2
QuestInit=0

[Schedule]
ScheduleInit=0

[Formula]
StdDefPoint=3
RcvDefPoint=10

[Buddha Event]
Enable = FALSE
GiveItem = irpre01
ExchangeItem = irpre01

[CLASS REFINE EVENT]
ENABLE = FALSE
START_DATE = 20101010
END_DATE = 20110101
LIMIT_COUNT = 3

[PcBang Favor]
USE = FALSE

[Time Limit]
Use = FALSE

CNT = 3
Time_0 = 0
Time_1 = 300
Time_2 = 500

Percent_0 = 1.0
Percent_1 = 0.5
Percent_2 = 0.0

LogoutTerm = 10
NotifyTerm = 2

[VersionCheck]
Ver_CheckKey = Êëþ÷ ïðèâÿçêè êëèåíòà. <<< rem out this line for rf version check
<<< ;Ver_CheckKey = Êëþ÷ ïðèâÿçêè êëèåíòà.
===========end of file==================

open up F:\RF v2.2.3.2 Server\ZoneServer\RF_Bin\fireguard edit the ini files

======
fg.ini
======
[Game Server]
Server Name = RF_LEET <<< change to your desire Server Name ^^

[FireGuard Server]
Server IP = ÂÀØ IP
Server PORT = 15444

[Detect Info]
Time Interval = 180000
===========end of file==================

========
fgrs.ini
========
[Game Server]
Game Name = rfonline_levelup
Server Name = RF_LEET <<< change to your desire Server Name ^^
Port = 15445

[FireGuard Server]
Server URL = Главная
Server Port = 80

[Detect Info]
Time Interval = 5000

[FireGuard Use]
Use = no <<< change from NO to FALSE
===========end of file==================

To change Server Rate open up ServerRate.ini in the zoneserver > RF_Bin > Initialize
it pretty self explainatory.. ^^

Note: word of caution if u set ItemRootRate = 8.5 above 10 it will crash your
server all the time ^^ well it crash all the time on my pc so i not sure
pc spec. 8gb ram, intel dual core 9600

8. Add (normal) user test:test to RF_User.rfaccount MSSQL Query:

INSERT INTO RF_USER.dbo.tbl_rfaccount (Id,Password,accounttype,email,birthdate) VALUES ((CONVERT (binary(16),'test')),(CONVERT (binary(24),'test')),'1','test@mailinator.com','01/01/1980')

copy that string to your MSSQL Query and execute it

Add a GM account MSSQL Query:

USE RF_User Insert Into tbl_StaffAccount (ID,PW,Grade,Depart,RealName,SubGrade,Birthday,ComClass) Values (Convert(binary,'!teste'),convert(binary,'teste'),'2','none','teste','4','01/01/1991','GM')

copy that string to your MSSQL Query and execute it

Add the GM information to Login_Filter_Dev.ini.

(EX:
[ID]
FilterNum = 1
Filter0 = !karasss <<< change to your GM User Account (ex: !rfadmin)

==============================
then load up :

accountserversd.exe
billingserver.exe
loginserver.exe remember to in /open ^^
zonserver64bit.exe

====================================
END OF File!!!!!!!!
Comments
7 Comments

7 komentar:

Anonim mengatakan...

Oi galera, novo link para o fileserver.

Parte 1 -- http://www.mediafire.com/?3gcacbhj0fcyiq1
Parte 2 -- http://www.mediafire.com/?axn79vrd9x3qn0j
Parte 3 -- http://www.mediafire.com/?qevna9bvrv8gyaq

Créditos: http://gameengine.forumeiros.com

Unknown mengatakan...

Ini Kok Fail Download nya Kaga ada sih
Tolong Sher Donk Fail Dwonload Nya Pliss

Unknown mengatakan...

Saya Mau Ingin Belajar MEngenai MySQL Boleh Kah Anda Kasih Petunjuknya>????Terimah Kasih

massive mengatakan...

link na di update gan....

Unknown mengatakan...

RF Scarlet Up 2 mei jam 6
- Rate server
max lv 65
EXP 9000x
ANI 90000x
Drop 20x
CPT 5x
HIGH RATE UPGRADE
10 New monster
Balance Server
No Over Power Donate
= New Player
Free cpt 50.000
Free Cupon Farm
Free Jade Talk
- NPC List
HQ
Cash Shop
Armor 35 - 65 Rare B
Armor Donate 65
Weapon 35 - 65 Rare B
Weapon donate 65
Elemental Donate
Ether
Full Cash Shop
- Drop List
HQ
young flem Elemental Perfect 30/30 30/25
flem Red Chip (farming low)
Ether
Assassin builder B Booster 50
Sette
New Monster (middle sette) Aiming Booster grade 99
Bulky Lunker GP +1K
VC
Giant Baba Leon 40 med
New Monster Caliana Neckle(Farm High)
Belphegor Box elemental HDH
Beast Mountain
Jewel cube Mau Blessing
Outcast Land
Naroom Captain All rune
Kukra Captain Armor donate slot random
Elf
New Monster Coupon (Farm High)
New Monster Weapon Donate slot random
Web : http://rf-scarlet.spectrum-net.com/
Register : Building
Patch : Comming Soon

Unknown mengatakan...

Join Yuk Di RF MAGNUM
Full Pvp Server 2.2.3.2

• Web : Comingsoon
• patch : Is Building
• Fanspage & list event : https://www.facebook.com/pages/RF-Magnum-Reborn/830240863709763?skip_nax_wizard=true&ref_type=bookmark


• Max Level 66
• Exp x6000
• Animus x60000
• Drop x30
• PT skill Force GM
• Quest 50.56 OFF
• Max Upgrade +7 ( Donation & non Donation )
• Guild Honor ON
• sistem PVP Drop
• Save Zone Elf land
• Fix Animus Trap MAU
• High Rate Upgrade Item
• Balance Damage and Defense
• No Over Acuraccy and Avoidance
• No Over Damage and Deff Donation
• RSHIELD Zone Protector
• GM fast respond & Friendly

New Character Reward :
• Premium Service
• CN 50 pcs
• 100.000 PVP Point ( Lvl 40 Relog )
• GP 30K 10pcs


HQ :
• Portal PitBoss
• Weapon Rare B 35-60 +6 slot 7
• Armor Rare B 35-60 +6 slot 7
• Shield Rare B 35-60 +6 slot 7
• Armor Council 65 slot 6
• Weapon Medium Lv 65 +6 slot 7
• Armor Medium Lv 65 + 6 slot 7
• Elemental Medium & High
• Shield Magnum Lv 65 +6 slot 7

Sette :
• NPC Chas shop
• Ammo Spec 3000 & Excelsiar A/B/C ( Black , Yellow , White )
• Tower & Trap 60 65
• NPC Boster Magnum
• NPC Talick & T5


Ether (White Hole) :
• Armor Magnum lvl 65 +6 slot 7
• Shield Donation Magnum 65 + 6 slot 7

Elan
• Weapon Magnum lvl 65 +7


Drop List Information :

• Young Flem : Elemental Perfect
• Wing : Legacy Blade
• Flem : Pil Recovery Experience 100%
• Calliana Ether : Crystal Talic
• Draco Hatchling : Advanced Booster Lv.50
• Giant Baba : Leon Medium lvl 50
• Hoom Baba : GP 1000 - 2000
• Granite Block : Mau Blessing
• Jewerly Cube : Pot Anti Scare/Stigma Lv 3,Dual OD, GP 15.000
• Cremul Snatcher Captain : Aiming Booster Part Box
• Kukra Vafer Captain : Blood Booster Part Box
• Naroom Crawler Captain : Aiming Blood boster 50 Grade GP 15.000
• Mini HSK : Jade Of Vitality, Roast Potato-cofee 70% , GP +30000
• Metal Elf berseker : Caliana Nickleace ( CN )
• Kukra Elf Commander : PVP Point Random
• Cremul Elf Commander : PVP Point Random
• Wing Box : Leon lvl 40 High , Jade Of Comunication 12 Hours
• PB Markas : All Rune
• PB Belphegor : Leon lvl 55 high , GP 30000
• PB Elan : Leon Lvl 40 High , Cristmas Shock
• PB Ring Leader : Boster Magnum , GP 30000
• PB Izen : Weapon Magnum GP 30000
• PB 3D : TP CALL REVIVAL
• PB Thor : Armor Magnum , GP 30000
• PB Jetso : Elemental Magnum GP 30000
• PB Golden Pig : Cristmas shock , All Rune
• Chip : TP CALL REVIVAL , potongan snow pray ,GP 30.000
• HSK : Weapon Magnum , Elemental Magnum ,Armor Magnum

Anonim mengatakan...

Berbagi Dengan Teman: Cara Membuat Rf Online 2.2.3.2 >>>>> Download Now

>>>>> Download Full

Berbagi Dengan Teman: Cara Membuat Rf Online 2.2.3.2 >>>>> Download LINK

>>>>> Download Now

Berbagi Dengan Teman: Cara Membuat Rf Online 2.2.3.2 >>>>> Download Full

>>>>> Download LINK

Posting Komentar

Terimakasih Telah Membaca Semua karangan Ku