Original Thread:
http://forum.ragezone.com/f457/how-t...server-627687/
Hi
Ragezone
P.S. THIS GUILD IS FOR SOMEONE WHO UNKNOWN
STEP 1
Open AccountServer.ini and look down this
Code:
AddTail( -1, 1, "Test", "192.168.1.2", 0, 1, 0 );
AddTail( 1, 1, "Channel 1-1", "192.168.1.2", 0, 1, 600 );
Purple = Server number
Blue = Channel number
DarkRed = Server / Channel Name
Red = IP server
You just add new line like this
Code:
AddTail( -1, 1, "Test", "192.168.1.2", 0, 1, 0 );
AddTail( 1, 1, "Channel 1-1", "192.168.1.2", 0, 1, 600 );
AddTail( 1, 2, "Channel 1-2", "192.168.1.2", 0, 1, 600 );
and if you want to add news server look down this
Code:
AddTail( -1, 1, "Test", "192.168.1.2", 0, 1, 0 );
AddTail( 1, 1, "Channel 1-1", "192.168.1.2", 0, 1, 600 );
AddTail( -1, 2, "Ladake", "192.168.1.2", 0, 1, 0 );
AddTail( 2, 1, "Ladake-1, "192.168.1.2", 0, 1, 0 );
Red = Number of server
DarkGreen = Server / Channel name
Indigo = Number of server
P.S You can change ip to another computer ip that make you run 2 computer
STEP 2
Open CoreServer.ini and look down this
Code:
Sys "1"
Database "192.168.1.2"
PartyExpRate "1"
101
{
1 0 0 30 30 00 00
2 0 0 5 5 00 00
3 0 0 3 3 00 00
200 0 0 5 5 00 00
201 0 0 5 5 00 00
210 0 0 1 1 00 00
220 0 0 1 1 00 00
230 0 0 1 1 00 00
202 0 0 5 5 00 00
204 0 0 5 5 00 00
205 0 0 2 2 00 00
203 0 0 3 3 00 00
206 0 0 2 2 00 00
207 0 0 2 2 00 00
208 0 0 2 2 00 00
241 0 0 1 1 00 00
242 0 0 1 1 00 00
243 0 0 1 1 00 00
244 0 0 1 1 00 00
21 0 0 1 1 00 00
22 0 0 1 1 00 00
23 0 0 1 1 00 00
24 0 0 1 1 00 00
25 0 0 1 1 00 00
121 0 0 5 5 00 00
122 0 0 5 5 00 00
209 0 0 1 1 00 00
151 0 0 2 2 00 00
152 0 0 2 2 00 00
153 0 0 2 2 00 00
154 0 0 2 2 00 00
155 0 0 2 2 00 00
156 0 0 2 2 00 00
157 0 0 2 2 00 00
158 0 0 2 2 00 00
159 0 0 2 2 00 00
160 0 0 2 2 00 00
161 0 0 2 2 00 00
162 0 0 2 2 00 00
163 0 0 2 2 00 00
164 0 0 2 2 00 00
165 0 0 2 2 00 00
166 0 0 2 2 00 00
167 0 0 2 2 00 00
}
Red = Server number
DarkRed = Key port
And now you just add like this
Code:
Sys "1"
Database "127.0.0.1"
PartyExpRate "1"
101
{
1 0 0 30 30 00 00
2 0 0 5 5 00 00
3 0 0 3 3 00 00
200 0 0 5 5 00 00
201 0 0 5 5 00 00
210 0 0 1 1 00 00
220 0 0 1 1 00 00
230 0 0 1 1 00 00
202 0 0 5 5 00 00
204 0 0 5 5 00 00
205 0 0 2 2 00 00
203 0 0 3 3 00 00
206 0 0 2 2 00 00
207 0 0 2 2 00 00
208 0 0 2 2 00 00
241 0 0 1 1 00 00
242 0 0 1 1 00 00
243 0 0 1 1 00 00
244 0 0 1 1 00 00
21 0 0 1 1 00 00
22 0 0 1 1 00 00
23 0 0 1 1 00 00
24 0 0 1 1 00 00
25 0 0 1 1 00 00
121 0 0 5 5 00 00
122 0 0 5 5 00 00
209 0 0 1 1 00 00
151 0 0 2 2 00 00
152 0 0 2 2 00 00
153 0 0 2 2 00 00
154 0 0 2 2 00 00
155 0 0 2 2 00 00
156 0 0 2 2 00 00
157 0 0 2 2 00 00
158 0 0 2 2 00 00
159 0 0 2 2 00 00
160 0 0 2 2 00 00
161 0 0 2 2 00 00
162 0 0 2 2 00 00
163 0 0 2 2 00 00
164 0 0 2 2 00 00
165 0 0 2 2 00 00
166 0 0 2 2 00 00
167 0 0 2 2 00 00
}
201
{
1 0 0 30 30 00 00
2 0 0 5 5 00 00
3 0 0 3 3 00 00
200 0 0 5 5 00 00
201 0 0 5 5 00 00
210 0 0 1 1 00 00
220 0 0 1 1 00 00
230 0 0 1 1 00 00
202 0 0 5 5 00 00
204 0 0 5 5 00 00
205 0 0 2 2 00 00
203 0 0 3 3 00 00
206 0 0 2 2 00 00
207 0 0 2 2 00 00
208 0 0 2 2 00 00
241 0 0 1 1 00 00
242 0 0 1 1 00 00
243 0 0 1 1 00 00
244 0 0 1 1 00 00
21 0 0 1 1 00 00
22 0 0 1 1 00 00
23 0 0 1 1 00 00
24 0 0 1 1 00 00
25 0 0 1 1 00 00
121 0 0 5 5 00 00
122 0 0 5 5 00 00
209 0 0 1 1 00 00
151 0 0 2 2 00 00
152 0 0 2 2 00 00
153 0 0 2 2 00 00
154 0 0 2 2 00 00
155 0 0 2 2 00 00
156 0 0 2 2 00 00
157 0 0 2 2 00 00
158 0 0 2 2 00 00
159 0 0 2 2 00 00
160 0 0 2 2 00 00
161 0 0 2 2 00 00
162 0 0 2 2 00 00
163 0 0 2 2 00 00
164 0 0 2 2 00 00
165 0 0 2 2 00 00
166 0 0 2 2 00 00
167 0 0 2 2 00 00
}
DarkGreen = This is Channel 2 key port And channel 3 is 301 channel 4 is 401..................
and if you need to add server you gotna copy all thing of CoreServer to new folder and then open CoreServer.ini (The new one) and Edit this
Code:
Sys "2"
Database "192.168.1.2 if you run on 2 computer just change this ip"
PartyExpRate "1"
102
{
1 0 0 30 30 00 00
2 0 0 5 5 00 00
3 0 0 3 3 00 00
200 0 0 5 5 00 00
201 0 0 5 5 00 00
210 0 0 1 1 00 00
220 0 0 1 1 00 00
230 0 0 1 1 00 00
202 0 0 5 5 00 00
204 0 0 5 5 00 00
205 0 0 2 2 00 00
203 0 0 3 3 00 00
206 0 0 2 2 00 00
207 0 0 2 2 00 00
208 0 0 2 2 00 00
241 0 0 1 1 00 00
242 0 0 1 1 00 00
243 0 0 1 1 00 00
244 0 0 1 1 00 00
21 0 0 1 1 00 00
22 0 0 1 1 00 00
23 0 0 1 1 00 00
24 0 0 1 1 00 00
25 0 0 1 1 00 00
121 0 0 5 5 00 00
122 0 0 5 5 00 00
209 0 0 1 1 00 00
151 0 0 2 2 00 00
152 0 0 2 2 00 00
153 0 0 2 2 00 00
154 0 0 2 2 00 00
155 0 0 2 2 00 00
156 0 0 2 2 00 00
157 0 0 2 2 00 00
158 0 0 2 2 00 00
159 0 0 2 2 00 00
160 0 0 2 2 00 00
161 0 0 2 2 00 00
162 0 0 2 2 00 00
163 0 0 2 2 00 00
164 0 0 2 2 00 00
165 0 0 2 2 00 00
166 0 0 2 2 00 00
167 0 0 2 2 00 00
}
Navy = Server number
Red= Channel Key port for server 2 ( channel 2 is 202 ,Channel 3 is 302 .. . ..........)
STEP 3(FOR ADD NEW SERVER IF NOT ADD NOT DO IT)
Open loginserver.ini and add this line like this
Code:
DB "192.168.1.2" <---- If you use 2 computer change this ip on computer 2
Core "192.168.1.2"
AddCache( "192.168.1.2" );
AddCache( "192.168.1.9" ); <--- Add this line and put another computer ip if use 1 not do this guide same computer 1 and computer 2 gotna have same
MSG_VER "20070712"
STEP 4
copy all of wordserver ting and create new folder and past on it and than OPEN WorldServer.ini(on new folder) and look down this
Code:
Sys 1
ResourceFolder "C:\V14\Resource"
Key 101
DB "192.168.1.2"
Core "192.168.1.2"
LANG 1
18
Heartbeat 10101
[COLOR="rgb(139, 0, 0)"]DarkRed[/COLOR] = server number
Red = Key port for channel
Example 1. I need to add channel 2 and key port is 201:
Code:
Sys 1
ResourceFolder "C:\V14\Resource"
Key 201
DB "192.168.1.2"
Core "192.168.1.2"
LANG 1
18
Heartbeat 10101
GUILDWAR 1
GUILDBANK 1
WORMON 1
DROPITEM_REMOVE 0
GUILDCOMBAT 1
ARENA 1
SCHOOL 0
PK 0
STEAL 0
PKCOST 1
RECOMMEND 0
RAINBOWRACE 0
SECRETROOM 1
GUILDCOMBAT1TO1 1
Example 2. I need to add channel on server 2
Code:
Sys 2
ResourceFolder "C:\V14\Resource"
Key 102
DB "192.168.1.2"
Core "192.168.1.2"
LANG 1
18
Heartbeat 10101
GUILDWAR 1
GUILDBANK 1
WORMON 1
DROPITEM_REMOVE 0
GUILDCOMBAT 1
ARENA 1
SCHOOL 0
PK 0
STEAL 0
PKCOST 1
RECOMMEND 0
RAINBOWRACE 0
SECRETROOM 1
GUILDCOMBAT1TO1 1
Example for who use 2 computer to run. I need to add channel 2
Code:
Sys 1
ResourceFolder "C:\V14\Resource"
Key 201
DB "192.168.1.2" Change this to host ip
Core "192.168.1.2" Change this to host ip
LANG 1
18
Heartbeat 10101
GUILDWAR 1
GUILDBANK 1
WORMON 1
DROPITEM_REMOVE 0
GUILDCOMBAT 1
ARENA 1
SCHOOL 0
PK 0
STEAL 0
PKCOST 1
RECOMMEND 0
RAINBOWRACE 0
SECRETROOM 1
GUILDCOMBAT1TO1 1
How to runserver
1.AccountServer.exe
2.DatabaseServer.exe
3.CoreServer.exe
4.Certifier.exe
5.LoginServer.exe
6.CacheServer.exe
7.WorldServer.exe
8.WorldServer Channel2.exe
or if you add new server
1.AccountServer.exe
2.DatabaseServer.exe
3.CoreServer.exe
4.CoreServer Server2.exe
5.Certifier.exe
6.LoginServer.exe
7.CacheServer.exe
8.WorldServer Channel 1 for server 2.exe
How to runserver for who use 2 computer
On computer 1 Run normal
and run this on computer 2
1.loginserver.exe
2.CacheServer.exe ( In .ini files change ip to host server)
3.WorldServer.exe
Enjoy for it and try to do it ^^
