Step 1-download all the files needed (below are the links that you need).
Required Files:
-dotnetfx www.mediafire.com/download.php?khjtmzqgk0n
-Windows Installer 3.1 www.mediafire.com/download.php?odbi2zkkjnz
-MicroSoft SQL 2005 Server Express Edition (Choose only your Service Pack to make safe your computer in auto-restarting).
1.Service Pack 1- http://www.microsoft.com/downloads/d...displaylang=en
2.Service Pack 2- http://www.microsoft.com/downloads/d...displaylang=en
3.Service Pack 3- http://www.microsoft.com/downloads/d...displaylang=en
-Windows Installer Package SQL Server Management Studio Express 2005 (SQLServer2005_SSMSEE) - www.mediafire.com/download.php?lzjdttjrthl
-ODBC 2005 - http://www.mediafire.com/download.php?jd3mmzzmy22
Server Files:
-Server Files with tools etc.(this file is completed for ep3, mix ep3 &ep4, ep4 server).
http://www.mediafire.com/download.php?zmmzogjg2wz
Client Files:
-Client Files (choose only 1 client eaither ep3, mix ep3 & ep4 client that is suit to your taste).
http://forum.ragezone.com/f528/ran-e...irrors-470858/
note: Register first to access the links.
DeepFreeze And WinRar:
-Hyper Technologies DeepFreeze4 Project/DFServEx.
www.mediafire.com/download.php?jvk2zivgk0m -WinRar (wrar 380). http://www.mediafire.com/download.php?1xyjcotmzyi
Step 2- Installation.
-Install first the WinRar(optional if already have a winrar you don`t need to install this).
-Extract All Files.
-Install the Requirred Files (dotnetfx, Windows Installer 3.1, MS SQL 2005 Express Edition, SQLServer2005_SSMSEE).
-After Installing requirred files you need to install DeepFreeze.
Step 3- Make a Server/DataBase.
-Open Sql Script DataBase 2005,open Sql 2005. You will see the RanGame1_2k5, RanLog1_2k5, RanShop1_2k5 and RanUser1_2k5.
-Double click RanGame1_2k5. This will appear.
example:
Server Type: DataBase Engine
Server Name: JAY\SQLEXPRESS <<---you must copy your own Server Name
Authentication: Windows Authentication
Click "connect" wait until it is connected. If connect find the "execute bar" then click it.
after executing do the same for RanLog1_2k5, RanShop1_2k5, RanUser1_2k5.
-open "start menu", open Control Pannel, open Administrative Tools, open the
DATA SOURCE (ODBC) this will appear ODBC Data Source Administrator
-click Add, find SQL Native Client then do these:
Name: RanGame1
Description: keep this blank
Server: JAY\SQLEXPRESS click "next", "next, "next", "finish"
this must appear:
Microsoft SQL Native Client Version 09.00.3042
Data Source Name: RanUser
Data Source Description:
Server: JAY\SQLEXPRESS <<---This is my server name
Use Integrated Security: Yes
Database: (Default)
Language: (Default)
Data Encryption: No
Trust Server Certificate: No
Multiple Active Result Sets(MARS): No
Translate Character Data: Yes
Log Long Running Queries: No
Log Driver Statistics: No
Use Regional Settings: No
Use ANSI Quoted Identifiers: Yes
Use ANSI Null, Paddings and Warnings: Yes
-click Test Data Source...
this will appear:
Microsoft SQL Native Client Version 09.00.3042
Running connectivity tests...
Attempting connection
Connection established
Verifying option settings
Disconnecting from server
TESTS COMPLETED SUCCESSFULLY!
-do the same in RanLog, RanShop, RanUser. <<--copy this names.
after all:
Name Driver
RanGame1 SQL Native Client
RanLog SQL Native Client
RanShop SQL Native Client
RanUser SQL Native Client
-find the odbc2k5 where ever you save it. Then "right click" then click MERGE.
-Open your server files find the cfg. Open field0:
field0: change ip address: 127.0.0.1 to your ip address. Erase odbc_user and odbc_pass.
// ////////////////////////////////////////////////////////////////////////////
// Fieldserver1 IaNz
// ////////////////////////////////////////////////////////////////////////////
// server setting value
server_version 4
patch_version 350
server_name Field
server_max_client 131
server_ip 127.0.0.1
server_service_port 5103
server_control_port 6002
// ////////////////////////////////////////////////////////////////////////////
// Field Server PK Setting
// pk [on/off]
// 1 on
// 0 off
pk 1
// /////////////////////////////////////////////////////////////////////////////
// 0 Korea (Mincoms) (default)
// 1 Korea (Daum game)
// 2 Taiwan / Hong Kong (Feya)
// 3 China
// 4 Japan (Excite)
// 5 Malaysia (Terra)
// 6 Orionkrub THAILAND
service_provider 6
heartbeat 1
max_thread 4
// ////////////////////////////////////////////////////////////////////////////
// server type [type]
// [type]
// 1 : login server
// 2 : session server
// 3 : field server
// 4 : agent server
server_type 3
server_group 0
server_number 0
server_channel 0
server_field 0
// ////////////////////////////////////////////////////////////////////////////
// Session server
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server session 127.0.0.1 5003 ran ran
// ////////////////////////////////////////////////////////////////////////////
// Agent server
// agent_server [server_name] [ip]
agent_server Agent 127.0.0.1
// ////////////////////////////////////////////////////////////////////////////
// user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 1234
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// game database setting value
game_odbc_name RanGame1
game_odbc_user sa
game_odbc_pass 1234
game_odbc_database RanGame1
game_odbc_pool_size 5
game_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 1234
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// shop database setting value
shop_odbc_name RanShop
shop_odbc_user sa
shop_odbc_pass 1234
shop_odbc_database RanShop
shop_odbc_pool_size 5
shop_odbc_response_time 10
slogin: change ip address: 127.0.0.1 to your ip address.
// ////////////////////////////////////////////////////////////////////////////
// Loginserver cfg file IaNz
// ////////////////////////////////////////////////////////////////////////////
// server setting value
server_version 4
patch_version 350
server_name login
server_max_client 131
server_ip 127.0.0.1
server_service_port 5001
server_control_port 6002
// /////////////////////////////////////////////////////////////////////////////
// 0 Korea (Mincoms) (default)
// 1 Korea (Daum game)
// 2 Taiwan / Hong Kong (Feya)
// 3 China
// 4 Japan (Excite)
// 5 Malaysia (Terra)
// 6 Orionkrub THAILAND
service_provider 6
max_thread 4
// /////////////////////////////////////////////////////////////////////////////
// server type [type]
// [type]
// 1 : login server
// 2 : session server
// 3 : field server
// 4 : agent server
server_type 1
server_group 0 // server group
server_number 0 // server number
// ////////////////////////////////////////////////////////////////////////////
// Session server
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server session 127.0.0.1 5003 ran ran
sagent: change ip address: 127.0.0.1 to your ip address. Erase odbc_user and odbc_pass.
// ////////////////////////////////////////////////////////////////////////////
// Agentserver cfg file IaNz
// ////////////////////////////////////////////////////////////////////////////
// server setting value
server_version 4
patch_version 350
server_name Agent
server_max_client 131
server_max_channel_client 131
server_channel_number 1
server_ip 127.0.0.1
server_service_port 5502
server_control_port 6002
// /////////////////////////////////////////////////////////////////////////////
// 0 Korea (Mincoms) (default)
// 1 Korea (Daum game)
// 2 Taiwan / Hong Kong (Feya)
// 3 China
// 4 Japan (Excite)
// 5 Malaysia (Terra)
// 6 Orionkrub THAILAND
service_provider 6
heartbeat 1
max_thread 4
// /////////////////////////////////////////////////////////////////////////////
// server type [type]
// [type]
// 1 : login server
// 2 : session server
// 3 : field server
// 4 : agent server
server_type 4
server_group 0
server_number 0
// ////////////////////////////////////////////////////////////////////////////
// Session server
// session_server [server_name] [ip] [port] [userid] [userpass]
session_server session 127.0.0.1 5003 ran ran
// ////////////////////////////////////////////////////////////////////////////
// Channel Setting
// channel [number] [pk on/off]
// 1 on
// 0 off
channel 0 1
//channel 1 0
//channel 2 0
//channel 3 0
//channel 4 0
//channel 5 0
//channel 6 0
//channel 7 0
//channel 8 0
//channel 9 0
// ////////////////////////////////////////////////////////////////////////////
// Field server list
// field_server [channel] [field num] [server_name] [ip] [port]
field_server 0 0 Field 127.0.0.1 5103
// ////////////////////////////////////////////////////////////////////////////
// user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 1234
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// game database setting value
game_odbc_name RanGame1
game_odbc_user sa
game_odbc_pass 1234
game_odbc_database RanGame1
game_odbc_pool_size 5
game_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 1234
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// shop database setting value
shop_odbc_name RanShop
shop_odbc_user sa
shop_odbc_pass 1234
shop_odbc_database RanShop
shop_odbc_pool_size 5
shop_odbc_response_time 10
session: change ip address: 127.0.0.1 to your ip address. Erase odbc_user and odbc_pass.
// ////////////////////////////////////////////////////////////////////////////
// Sessionserver cfg file IaNz
// ////////////////////////////////////////////////////////////////////////////
// server setting value
server_version 4
patch_version 350
server_name session
server_max_client 131
server_ip 127.0.0.1
server_service_port 5003
server_control_port 6002
// /////////////////////////////////////////////////////////////////////////////
// 0 Korea (Mincoms) (default)
// 1 Korea (Daum game)
// 2 Taiwan / Hong Kong (Feya)
// 3 China
// 4 Japan (Excite)
// 5 Malaysia (Terra)
// 6 Orionkrub THAILAND
//
service_provider 6
max_thread 4
// /////////////////////////////////////////////////////////////////////////////
// server type [type]
// [type]
// 1 : login server
// 2 : session server
// 3 : field server
// 4 : agent server
server_type 2
server_group 0 // server group
server_number 0 // server number
// ////////////////////////////////////////////////////////////////////////////
// ODBC user database setting value
user_odbc_name RanUser
user_odbc_user sa
user_odbc_pass 1234
user_odbc_database RanUser
user_odbc_pool_size 5
user_odbc_response_time 10
// ////////////////////////////////////////////////////////////////////////////
// log database setting value
log_odbc_name RanLog
log_odbc_user sa
log_odbc_pass 1234
log_odbc_database RanLog
log_odbc_pool_size 5
log_odbc_response_time 10
NOTE: To know you ip address go to "start menu" open "run", type "cmd", now you are in command prompt, type ipconfig.
-copy this files from your client data folder to your server data folder.
glogic
object
skinobject
gui
skin,
effect
map
skeleton
editor
animation
piece
-Open your ran patch client, copy the param.ini, Iconfig.ini, launcher, and game icon to your client files.
-In your client files open param.ini. Change ip address: 127.0.0.1 to your ip address.
param.ini:
// GAME OPTION
bSAVE_USERID 1
strENC_USERID 56B53761
// SCREEN OPTION
bCHECKWHQL 1
dwScrWidth 1024
dwScrHeight 768
emScrFormat 1
uScrRefreshHz 60
bScrWindowed 1
bScrWndFullSize 1
bGameCursor 1
// SOUND OPTION
b3D_SOUND 0
nSndSfx -1000
nSndMap -1000
nSndMusic -1000
dw3DAlgorithm 1
dwSndBufferSize 10
bSndMuteSfx 1
bSndMuteMap 1
bSndMuteMusic 1
bUsePassiveDN 0
// GRAPHIC OPTION
dwShadowChar 1
bBuff 0
bShadowLand 0
bRealReflect 0
bRefract 0
bGlow 0
bPost 0
dwSkinDetail 1
bBUFF_SFX 1
bEMOTICON 1
dwFogRange 2
// SERVER SET
LoginAddress 5.13.192.13 <<<---change to your ip add.
HttpAddress00 5.13.192.13 <<<---change to your ip add.
strNewsURL about:blank
// GUI OPTION
// font
// type [
Subscribe to:
Post Comments (Atom)

hi.. i am really interested to try your post.. but all your download links on mediafire are not available or already deleted.. but then i can still gather some files needed except for the server files.. can you please give me a good link where i can download the server files? thank you..
ReplyDelete