本帖最後由 mylyfwy771 於 2010-1-19 10:04 PM 編輯
請問
我想開分流
而且 SAVE 我改成
第一分流n1 m1
第二分流n2 m2
而且 char_athena login_athena map_athena SQL的login 都改好~
DATA也增加
但是卻出現這樣的畫面
為什麼?會這樣呢?
而且登入私服只有一個分流
請各位多多幫忙ˊˋ
拜託了...
// Athena Login Server configuration file.
// Translated by Peter Kieser < [email protected]> // Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference. // 登入服務器的IP
// 如果你的服務器運作在防火牆或是多網卡後面,你應該設定這裡
// 在這種情況下,你需要指定你希望能與外面通訊的的 IP 地址
bind_ip: 伺服器IP // 登陸服務器連接端口設置
login_port: 6901 // 在每條信息前面輸出的時間戳格式
// 最多包含20個字符
// 通常格式包括
// %I:%M:%S %p (小時:分鐘:秒 12小時制, AM/PM 格式)
// %H:%M:%S (小時:分鐘:秒, 24 小時制)
// %d/%b/%Y (日/月/年)
// 可參考 strftime() 手冊查詢可用的其他格式
//timestamp_format: [%d/%b %H:%M] //If redirected output contains escape sequences (color codes)
stdout_with_ansisequence: no //對console輸出的信息進行過濾選項
//1: 隱藏普通信息
//2: 隱藏狀態信息
//4: 隱藏注意信息
//8: 隱藏警告信息
//16: 隱藏錯誤及SQL錯誤信息
//32: 隱藏偵錯訊息
//例子: "console_silent: 7"隱藏普通、狀態和注意信息 (1+2+4)
console_silent: 0 // 是否允許遠程式控制制
admin_state: no // 遠程式控制制管理員密碼,如果你在上面的設定中允許了遠程式控制制,
// 請及時變更密碼,以保證服務器安全
admin_pass: admin // 允許遠程管理本服務器的IP/host
admin_allowed_host: 127.0.0.1 // 控制台指令
// 控制台指令設定參數使用 on和off
// 是否記錄日誌到log資料夾
console: off // 是否允許遊戲客戶端登入帳號在號面增加「_M/_F」註冊新的帳號?
new_account: yes // 帳號註冊保護系統
// allowed_regs 中的數字是在 time_allowed 時間內允許的註冊人數(秒)
allowed_regs: 1
time_allowed: 10 // Log Filename. All operations received by the server are logged in this file.
login_log_filename: log/login.log // 是否記錄登陸服務器日誌
// NOTE: The login-sql server needs the login logs to enable dynamic pass failure bans.
log_login: yes // 對玩家顯示的時間格式, 日誌記錄的時間格式..等各種項目的時間格式.
date_format: %Y-%m-%d %H:%M:%S // 玩家最低GM管理等級要多少,服務器才允許其連接登陸
// 0: 所有玩家 (允許普通玩家0. 這是預設值), 其它請依自己的需要填寫1至99
min_level_to_connect: 0 // 對新建賬戶開始以秒為單位計時
// -1: 新建賬戶將擁有無限的使用期限(預設值)
// 0 或更多: 新建的賬戶將可以使用到 現行時間加上這個參數的值的時間
start_limited_time: -1 // 是否檢查客戶端版本信息?
check_client_version: no //允許連接的最低版本(如果客戶端的版本大於這個版本號,則可以正常連接)
client_version_to_connect: 20 // Login數據庫的密碼為MD5碼 - <passwordencrypt> 不能在客戶端上使用這個
use_MD5_passwords: no // 封閉帳號特性 (SQL only)
//ipban.enable: yes
//ipban.sql.db_hostname: 127.0.0.1
//ipban.sql.db_port: 3306
//ipban.sql.db_username: ragnarok
//ipban.sql.db_password: ragnarok
//ipban.sql.db_database: ragnarok
//ipban.sql.codepage:
//ipban.sql.ipban_table: ipbanlist
// 動態密碼失敗封閉帳號系統
ipban.dynamic_pass_failure_ban: yes
ipban.dynamic_pass_failure_ban_interval: 5
ipban.dynamic_pass_failure_ban_limit: 7
ipban.dynamic_pass_failure_ban_duration: 5 // Interval (in seconds) to clean up expired IP bans. 0 = disabled. default = 60.
// NOTE: Even if this is disabled, expired IP bans will be cleaned up on login server start/stop.
// Players will still be able to login if an ipban entry exists but the expiration time has already passed.
ipban_cleanup_interval: 60 //執行 DNS/IP 更新的間隔時間(分為單位). 預設為關閉
//假如你的服務器使用會因時間改變的動態IP則啟用
//ip_sync_interval: 10 // DNS Blacklist Blocking
// If enabled, each incoming connection will be tested against the blacklists
// on the specified dnsbl_servers (comma-separated list)
use_dnsbl: no
//DNS服務器 (以空白區隔)
dnsbl_servers: dnsbl.deltaanime.net // 使用何種帳號引擎。
// 'auto' 選擇第一個可用引擎 (txt, sql, 再其他)
// (默認為 auto)
account.engine: auto // 帳號數據儲存設置
account.sql.db_hostname: 127.0.0.1
account.sql.db_port: 3306
account.sql.db_username: 帳號
account.sql.db_password: 密碼
account.sql.db_database: ragnarok
account.sql.codepage:
account.sql.case_sensitive: no
account.sql.account_db: login
account.sql.accreg_db: global_reg_value import: conf/inter_athena.conf
import: conf/import/login_conf.txt |