|
Next time use the Search function.
Make sure your Gameserver.opt/authserver.opt look exactly like the following:
Gameserver.opt
S app.name:game001
S auth.server_idx:1
S auth.server_name:Your server name
S db.game.ip:Hamachi or External IP
S db.c.name:Arcadia
S db.c.server:127.0.0.1
S db.c.account:The Account with permission to access this server
S db.c._password:
S db.user.name:Telecaster
S db.user.server:127.0.0.1
S db.user.account:The Account with permission to access this server
S db.user.password:
# S db.user._password: = encrypted
S io.auth.ip:Hamachi or External IP of the machine with Authserver
S io.ip_address:Hamachi or External IP of the machine with Gameserver
S io.port:4514
S game.server_screenshot_url:The URL of your Server Picture.
S game.exp_rate: (Recommended to remain below 9999)
S game.item_drop_rate: (Recommended to remain below 9999)
S game.gold_drop_rate: (Recommended to remain below 9999)
S game.chaos_drop_rate: (Recommended to remain below 9999)
S game.party_drop_rate:Should be half of item_drop_rate
S game.party_exp_rate:Should be half of exp_rate
T game.use_login_logout_debug:1 (0 = Off, 1= On)
T game.max_level:170
T game.use_auto_trap:0 (0 = Off, 1= On)
T game.cash_usable_server:0 (0 = Off, 1= On)
T game.no_collision_check:0 (0 = Off, 1= On)
T game.no_skill_cooltime:0 (0 = Off, 1= On)
T game.disable_huntaholic:0 (0 = Off, 1= On)
S game.huntaholic_timer:1 (0 = Off, 1= On)
T game.disable_dungeon_raid_siege:0 (0 = Off, 1= On)
N game.UseHackShield:0 (0 = Off, 1= On)
N game.UseGameGuard:0 (0 = Off, 1= On)
N game.skip_loading_attribute:1 (0 = Off, 1= On)
N game.logout_timer:1 (Do NOT Change)
S log.working:0 (Do NOT Change)
S game.AdultServer:0 (0 = Off, 1= On)
S game.PKServer:0 (0 = Off, 1= On)
S game.disable_pk_on:0 (0 = Off, 1= On)
S game.auction_process_request_min_interval:100 (Do NOT Change)
S game.auction_search_request_min_interval:100 (Do NOT Change)
S game.force_unregister_account_on_kick_fail:1 (Do NOT Change)
S game.min_global_chat_usable_level:20 (Min level to use Global chat)
S memory.player_heap_size:760 (Do NOT Change)
T game.mem_usage_info_save_interval:60 (Do NOT Change)
T game.max_storage_item_count:600 (Max Items that can be in Warehouse.
Authserver.opt
S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Testserver
S log.ip:127.0.0.1
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:0
N db.auth.md5_key:2011
|