- Регистрация
- 3 Окт 2019
- Сообщения
- 11
- Реакции
- 21
Оригинальный пакет сборки сервера Perfect World версии 1.1.6
Внутри версии *.data такие:
Bash:
;Only client-end will use this configure file
;Client is GameServer, the sessions below are linkservers that gameserver should connect
[ProviderServers]
count=10
;name = DeliverServer,factionserver,linkserver1,linkserver2
;this must be delivery server
[GProviderClient0]
;id = 0
type = tcp
port = 29300
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
;this is factionserver
[GProviderClient1]
;id = 1
type = tcp
port = 29600
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient2]
;id = 2
type = tcp
port = 29301
address = providerserver2
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient3]
;id = 3
type = tcp
port = 29302
address = providerserver3
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient4]
;id = 4
type = tcp
port = 29303
address = providerserver4
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient5]
;id = 5
type = tcp
port = 29304
address = providerserver5
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient6]
;id = 5
type = tcp
port = 29305
address = providerserver6
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient7]
;id = 5
type = tcp
port = 29306
address = providerserver7
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient8]
;id = 5
type = tcp
port = 29307
address = providerserver8
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GProviderClient9]
;id = 5
type = tcp
port = 29308
address = providerserver9
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
listen_backlog = 10
accumulate = 104857600
[GamedbClient]
type = tcp
port = 29400
address = 172.16.128.31
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 1
accumulate = 104857600
[LogclientClient]
type = udp
port = 11100
address = 172.16.128.254
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 172.16.128.254
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 10485760
accumulate = 10485760
[ThreadPool]
threads = (1,5)(100,1)(101,1)(0,1)
max_queuesize = 1048576
prior_strict = 1
Bash:
[GameDBServer]
zoneid=2
aid=2
type = tcp
port = 29400
address = 0.0.0.0
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 16777216
[LogclientClient]
type = udp
port = 11100
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[storage]
homedir = /dbf/dbhome
datadir = dbdata
logdir = dblogs
backupdir = /dbf/backup
cachesize = 16777216
errpfx = Storage
checkpoint_interval = 60
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd
compress = 1
[storagewdb]
homedir = /dbf/dbhomewdb
datadir = dbdata
logdir = dblogs
backupdir = /dbf/backup
checkpoint_interval = 60
times_incbackup = 1
tables = auction,city,equipment,friends,messages,status,user,clsconfig,factioninfo,inventory,rolename,storehouse,userfaction,base,config,factionname,mailbox,sellpoint,task,translog,waitdel,gtask
cache_high_default = 8000
cache_low_default = 7500
base_cache_high = 50000
base_cache_low = 45000
status_cache_high = 50000
status_cache_low = 45000
equipment_cache_high= 50000
equipment_cache_low = 45000
inventory_cache_high= 50000
inventory_cache_low = 45000
backup_lockfile = /tmp/.lockgamedbd
quit_lockfile = /tmp/.quitgamedbd
[gamedbd]
noimportclsconfig = 0
[ThreadPool]
threads = (0,1)(1,15)(100,1)(101,1)
max_queuesize = 1048576
prior_strict = 1
#角色位置与游戏服务器对应关系
[GameServerRegion]
#ID = Region[left,right,top,bottom]
IDs = 1
1 = -100000,100000,100000,-100000
[Role]
delete_timeout = 604800
;delete_timeout = 60
#各种职业的初始信息
#职业的ID,从0开始,次序加1
[OCCUPATION]
occupations = SWORDSMAN,MAGE,MONK,HAG,ORGE,GENIE,ARCHER,ANGEL
[GENERAL]
#人类战士
[SWORDSMAN]
race = 0
posx = 332
posy = 241
posz = 3068
money = 0
hp = 60
mp = 20
vitality = 20
energy = 5
strength = 15
agility = 10
attack_speed = 14
hp_gen = 3
mp_gen = 1
walk_speed = 1.5
run_speed = 3.0
swim_speed = 2.2
flight_speed = 3.0
move_speed = 1
vit_hp = 4
eng_mp = 2
lvlup_hp = 5
lvlup_mp = 3
lvlup_dmg = 1
lvlup_magic = 0
lvlup_defense = 1
#人类法师
[MAGE]
race = 0
posx = 332
posy = 241
posz = 3068
money = 0
hp = 30
mp = 50
vitality = 10
energy = 20
strength = 10
agility = 10
attack_speed = 20
hp_gen = 1
mp_gen = 3
walk_speed = 1.3
run_speed = 2.7
swim_speed = 2
flight_speed = 2.7
move_speed = 0.9
vit_hp = 2
eng_mp = 4
lvlup_hp = 3
lvlup_mp = 5
lvlup_dmg = 1/2
lvlup_magic = 1
lvlup_defense = 1/2
#人类僧侣
[MONK]
race = 0
posx = 332
posy = 241
posz = 3068
money = 0
hp = 40
mp = 40
vitality = 15
energy = 15
strength = 10
agility = 10
attack_speed = 16
hp_gen = 2
mp_gen = 2
walk_speed = 1.4
run_speed = 2.9
swim_speed = 2.1
flight_speed = 2.9
move_speed = 1
vit_hp = 3
eng_mp = 3
lvlup_hp = 4
lvlup_mp = 4
lvlup_dmg = 1
lvlup_magic = 0
lvlup_defense = 1
#妖精
[HAG]
race = 1
posx = 332
posy = 241
posz = 3068
money = 0
hp = 50
mp = 30
vitality = 15
energy = 15
strength = 15
agility = 5
attack_speed = 16
hp_gen = 2
mp_gen = 2
walk_speed = 1.5
run_speed = 3.1
swim_speed = 2.3
flight_speed = 3.1
move_speed = 1.1
vit_hp = 3
eng_mp = 3
lvlup_hp = 4
lvlup_mp = 4
lvlup_dmg = 1
lvlup_magic = 0
lvlup_defense = 1
#妖兽
[ORGE]
race = 2
posx = 332
posy = 241
posz = 3068
money = 0
hp = 65
mp = 15
vitality = 25
energy = 5
strength = 15
agility = 5
attack_speed = 14
hp_gen = 6
mp_gen = 2
walk_speed = 1.4
run_speed = 2.8
swim_speed = 2
flight_speed = 2.8
move_speed = 0.9
vit_hp = 4
eng_mp = 2
lvlup_hp = 5
lvlup_mp = 3
lvlup_dmg = 1
lvlup_magic = 0
lvlup_defense = 1
#魅灵
[GENIE]
race = 3
posx = 332
posy = 241
posz = 3068
money = 0
hp = 25
mp = 55
vitality = 8
energy = 22
strength = 5
agility = 15
attack_speed = 20
hp_gen = 1
mp_gen = 3
walk_speed = 1.6
run_speed = 3.3
swim_speed = 2.4
flight_speed = 3.3
move_speed = 1.2
vit_hp = 2
eng_mp = 4
lvlup_hp = 2
lvlup_mp = 6
lvlup_dmg = 1/2
lvlup_magic = 1
lvlup_defense = 1/2
#羽芒
[ARCHER]
race = 4
posx = 332
posy = 241
posz = 3068
money = 0
hp = 30
mp = 50
vitality = 15
energy = 15
strength = 10
agility = 10
attack_speed = 14
hp_gen = 2
mp_gen = 2
walk_speed = 1.4
run_speed = 2.8
swim_speed = 2.0
flight_speed = 2.8
move_speed = 0.9
vit_hp = 3
eng_mp = 3
lvlup_hp = 4
lvlup_mp = 4
lvlup_dmg = 1
lvlup_magic = 0
lvlup_defense = 1
#羽灵
[ANGEL]
race = 5
posx = 332
posy = 241
posz = 3068
money = 0
hp = 30
mp = 50
vitality = 10
energy = 25
strength = 5
agility = 10
attack_speed = 20
hp_gen = 1
mp_gen = 3
walk_speed = 1.4
run_speed = 2.8
swim_speed = 2.0
flight_speed = 2.8
move_speed = 0.9
vit_hp = 2
eng_mp = 4
lvlup_hp = 3
lvlup_mp = 5
lvlup_dmg = 1/2
lvlup_magic = 1
lvlup_defense = 1/2
Bash:
[LogclientClient]
type = udp
port = 11100
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[Intervals]
;set accounting interval,unit is second
account_interval = 600
;set delrole interval,unit is second
delrole_interval = 60
;set check forbidlogin user's map interval,unit is second
checkforbidlogin_interval = 60
[GDeliveryServer]
zoneid=2
aid=2
freeaid=1
zondname = zone1
max_player_num = 6000
type = tcp
port = 29100
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 1048576
mtrace = /tmp/m_trace.link
table_name = filters
table_charset = GBK
battlefield=0
sellpoint=0
freecreatime=0
[GAuthClient]
type = tcp
port = 29200
address = authserver
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
isec = 2
iseckey = authiseckey
osec = 2
oseckey = authoseckey
shared_key = authsharedkey
[GProviderServer]
id = 0
type = tcp
port = 29300
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
[UniqueNameClient]
type = tcp
port = 29401
address = uniquenameserverip
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
isec = 2
iseckey = unameiseckey
osec = 2
oseckey = unameoseckey
[GameDBClient]
type = tcp
port = 29400
address = 172.16.128.31
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
[GAntiCheatClient]
type = tcp
port = 29702
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1638400
obuffermax = 1638400
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
[GFactionClient]
type = tcp
port = 29500
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1638400
obuffermax = 1638400
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
[ThreadPool]
threads = (1,3)(100,1)(101,1)(0,1)
max_queuesize = 1048576
prior_strict = 1
Bash:
[LogclientClient]
type = udp
port = 11100
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 172.16.128.254
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[GFactionServer]
type = tcp
port = 29500
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 1048576
sender_interval = 100000
accumu_packets = 4000
mtrace = /tmp/m_trace.link
table_name = filters
table_charset = GBK
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 456
[GProviderServer]
id = 101
type = tcp
port = 29600
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 1048576
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 456
[UniqueNameClient]
type = tcp
port = 29401
address = uniquenameserverip
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 268435456
isec = 2
iseckey = unameiseckey
osec = 2
oseckey = unameoseckey
[GFactionDBClient]
type = tcp
port = 29400
address = 172.16.128.31
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
;so_broadcast = 1
tcp_nodelay = 0
accumulate = 1048576
;isec = 2
;iseckey = 123
;osec = 2
;oseckey = 456
[ThreadPool]
threads = (0,1)(1,4)(100,1)(101,1)
max_queuesize = 1048576
prior_strict = 0
Bash:
[GLinkServer1]
type = tcp
port = 29000
address = linkip1
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10106
[GLinkServer2]
type = tcp
port = 29000
address = linkip2
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10106
[GLinkServer3]
type = tcp
port = 29000
address = linkip3
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10106
[GLinkServer4]
type = tcp
port = 29000
address = linkip4
so_sndbuf = 12288
so_rcvbuf = 12288
ibuffermax = 16384
obuffermax = 65536
tcp_nodelay = 0
listen_backlog = 10
accumulate = 131072
max_users = 3000
halflogin_users = 6000
sender_interval = 200000
accumu_packets = 32768
mtrace = /tmp/m_trace.link
compress = 0
close_discard = 1
urgency_support = 1
version = 10106
[GDeliveryClient]
type = tcp
port = 29100
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer1]
type = tcp
port = 29301
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer2]
type = tcp
port = 29302
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer3]
type = tcp
port = 29303
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GProviderServer4]
type = tcp
port = 29304
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
[GFactionClient]
type = tcp
port = 29500
address = 172.16.128.21
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1638400
obuffermax = 1638400
tcp_nodelay = 0
accumulate = 268435456
[LogclientClient]
type = udp
port = 11100
address = 172.16.128.254
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 172.16.128.254
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 65536
obuffermax = 1048576
accumulate = 1048576
[ThreadPool]
threads = (1,3)(100,1)(101,1)(0,1)
max_queuesize = 1048576
prior_strict = 1
Внутри версии *.data такие:
- elements.data -ver 6 (RU)
- tasks.data - ver 53 (CN) 2106 число заданий
Скачать pCloud
Пароль на архив: PWDev.org
Пароль на архив: PWDev.org
Последнее редактирование модератором: