UID91942
帖子
精華
主題
積分405
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限5
註冊時間2008-6-13
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|
請問各位一下
小的最近在弄私服
所有東西都弄好了
自己近的去 別人卻近不來
防火牆,防毒呀 我都關了
別人還是進步來耶
請問一下為什麼
------------------------------
[以下是小的檔案內容][麻煩了 謝謝]
1. char_athena.conf
//伺服器認證連結的帳號和密碼,負責login-server,char-server和map-server三個伺服器之間的認證
//如果你不清楚這裡,請不要修改,否則將會造成三個伺服器都無法連結,一旦進行了修改,請務必檢
//查SQL資料庫的login表裡存在你所修改的帳號(Txt版本則必須檢查save/account.txt這個存檔)
userid: s1
passwd: p1
//伺服器名設定(如Athena可改為你的伺服器名字)
server_name: Athena
//login伺服器IP設定(修改為你的IP)
login_ip: 192.168.10.41
//login伺服器連接埠設定
login_port: 6900
//char伺服器IP設定(修改為你的IP)
char_ip: 192.168.10.41
//char伺服器連接埠設定
char_port: 6121
// 和 map 伺服器的通訊專用入口
// 只限於和使用者的通訊用途入口分離的情況記述
// char_sip: 192.168.10.41
// char_sport: 4121
//如果伺服器的IP經常改動則使用1
char_loginaccess_autorestart: 0
//是否提示伺服器正在維護中(1開啟,0關閉)
char_maintenance: 0
//是否表示此伺服器為新開伺服器(1開啟,0關閉)
char_new: 0
//伺服器允許線上人數設定(0表示無限)
max_connect_user: 50
//自動儲存之間設定(秒計算)
autosave_time: 60
//TXT 版本人物資料存檔檔案,MYSQL版本無需理會
char_txt: save/athena.txt
//GM清單檔案
gm_account_filename: conf/GM_account.txt
//新人出生地圖以及坐標位置
start_point: new_2-4.gat,174,130
//新人出生配送的錢
start_zeny: 9000000000000000
//當名字無法辨識時,用什麼字元替代
unknown_char_name: Unknown
// 建立、選擇、刪除人物記錄檔案(TXT專用)
char_log_filename: log/char.log
//用於處理無法尋找的地圖或登錄地圖不正確的角色。
//0:強制插斷
//1:按照自訂的地圖名稱設定
//2:按照最後存檔的地圖進行處理
//3:按照1和2的處理方式進行設定
default_map_type: 3
//預設地圖
default_map_name: prontera.gat
//--------------這不要改(除非妳會SQL)-----------------------
// 資料庫伺服器IP位址
char_server_ip: 127.0.0.1
// 資料庫服務的連接埠,預設為3306不需要修改
char_server_port: 3306
// 存取 MySQL 資料庫的帳號
char_server_id: user
// 存取 MySQL 資料庫帳號的密碼
char_server_pw: password
// MySQL 資料庫的名稱(預設為ragnarok)
char_server_db: ragnarok
// MySQL 資料庫語言編碼
// 主要是針對MySQL 4.1以上的語言版本,繁體中文和簡體中文都可以使用gbk
char_server_charset: latin1
// httpd 服務是否啟用( 1 開啟, 0 關閉, -1 依賴 httpd.conf 的設定 )
httpd_enable: -1
// 設定 httpd 服務的根目錄
httpd_document_root: httpd/
// 設定 httpd 服務與char-server連結的記錄日誌
httpd_log_filename: log/httpd_char.log
// txt 日記設定
char_journal_enable: 1
char_journal_file: ./save/athena.journal
char_journal_cache_interval: 1000
import: conf/import/char_conf.txt
---------------------------------------------
2.login_athena.conf
// When you want put the comment in these setting file
// use dobule slash like this. (c) 2003 Athena Project
//登錄伺服器連接埠設定
login_port: 6900
// 和 char 伺服器的通訊專用入口
// 只限於和使用者的通訊用途入口分離的情況記述
// login_sip: 192.168.10.41
// login_sport: 4900
//從客戶端註冊的密碼
admin_pass:
//是否允許從客戶端註冊新帳號(1 開啟,0 關閉)
new_account: 1
// 人物ID資訊儲存位置
account_filename: save/account.txt
// GM身份ID讀取位置
gm_account_filename: conf/GM_account.txt
// LOG檔案位置
login_log_filename: log/login.log
// 客戶端版本號檢查,必須與你發佈的客戶端補綴sclientinfo.xml的version匹配
// -1 為不使用這個功能
login_version: -1
//檢查客戶端服務類型,這裡要求伺服器與客戶端的servertype必須相同
//<servertype>3<servertype> 正式伺服器版本(primary)
//<servertype>8<servertype> 本地伺服器版本(local)
//<servertype>9<servertype> 測試伺服器版本(sakray)
// -1 為不使用這個功能
login_type: -1
// 自動儲存時間間隔
autosave_time: 50
//==============以下的設定僅 MySQL 版本有效==============
// 資料庫伺服器IP位址
login_server_ip: 127.0.0.1
// 資料庫服務的連接埠,預設為3306不需要修改
login_server_port: 3306
// 存取 MySQL 資料庫的帳號
login_server_id: user
// 存取 MySQL 資料庫帳號的密碼
login_server_pw: password
// MySQL 資料庫的名稱(預設為ragnarok)
login_server_db: ragnarok
// MySQL 資料庫語言編碼
// 主要是針對MySQL 4.1以上的語言版本,繁體中文和簡體中文都可以使用gbk
login_server_charset: latin1
//==============以上的設定僅 MySQL 版本有效==============
// httpd 服務是否啟用( 1 開啟, 0 關閉, -1 依賴 httpd.conf 的設定 )
httpd_enable: -1
// 設定 httpd 服務的根目錄
httpd_document_root: httpd/
// httpd 是否允許從httpd註冊新帳號
httpd_new_account: 0
// 設定 httpd 服務與login-server連結的記錄日誌
httpd_log_filename: log/httpd_login.log
// txt 日記設定
account_journal_enable: 1
account_journal_file: ./save/account.journal
account_journal_cache_interval: 1000
import: conf/import/login_conf.txt
----------------------------------------------
3.map_athena.conf
// 伺服器預設使用者名稱和密碼(建議修改)
userid: s1
passwd: p1
//char伺服器IP設定(可修改為你的IP)
char_ip: 192.168.10.41
//char伺服器連接埠設定(不可修改)
char_port: 6121
//map伺服器IP設定(可修改為你的IP)
map_ip: 192.168.10.41
//伺服器連接埠設定(不可修改)
map_port: 5121
//解析封包時間
packet_parse_time: 0
//自動儲存時間設定(秒計算)
autosave_time: 60
//GM清單檔案存儲位置
gm_account_filename: conf/GM_account.txt
//連線公告檔案位置
motd_txt: conf/motd.txt
//GM幫助檔案位置
help_txt: conf/help.txt
//設定地圖變數檔案位置
mapreg_txt: save/mapreg.txt
//地圖水場偵測檔案位置
water_height: conf/water_height.txt
//使用地圖快取
//0 : 關閉 1 : 開啟(不壓縮) 2 : 開啟(壓縮)
//如果你開啟壓縮, 則地圖快取檔案大小大概在 1MB 左右.
//而且如果地圖快取包含了所有的地圖了的話, 則 athena 可以無需讀取grf檔案.
read_map_from_cache: 1
//組態map cache的路徑和檔案名稱
map_cache_file: db/map.info
// httpd 是否有效( 1 有效, 0 無效, -1 使用 httpd.conf 裡的設定 )
httpd_enable: -1
// httpd 檔案路徑(最後必須要有『/』)
httpd_document_root: httpd/
// httpd 日誌檔案位置
httpd_log_filename: log/httpd_map.log
npc: conf/mapflag.txt
npc: conf/mapflag_noskill.txt
npc: conf/mapflag_noitem.txt
// PK伺服器
// 1: pvp,nopenalty,gvg_noparty除外
// nomemo除外
// 限制mapflag pk dummya
map_pk_server: 0
// PK死亡是否掉落裝備(一括變更用)
map_pk_nightmaredrop: 0
// 自訂NPC.txt
npc: npcdata/我的npc/PVP.txt
npc: npcdata/我的npc/七彩小喇叭廣播.txt
npc: npcdata/我的npc/加速天賜.txt
npc: npcdata/我的npc/出租管理.txt
npc: npcdata/我的npc/完全染色專家.txt
npc: npcdata/我的npc/攻城傳送員.txt
npc: npcdata/我的npc/重置點數.txt
npc: npcdata/我的npc/益智問答.txt
npc: npcdata/我的npc/結婚傳送.txt
npc: npcdata/我的npc/新技能1.txt
npc: npcdata/我的npc/新技能2.txt
npc: npcdata/我的npc/離婚工作.txt
npc: npcdata/我的npc/結婚.txt
npc: npcdata/我的npc/PK場內倉庫員.txt
npc: npcdata/我的npc/PVP排名.txt
npc: npcdata/我的npc/生命倫理.txt
npc: npcdata/我的npc/修理npc.txt
npc: npcdata/我的npc/商店街.txt
npc: npcdata/我的npc/地圖.txt
npc: npcdata/我的npc/快速精練.txt
npc: npcdata/我的npc/拆卡.txt
npc: npcdata/我的npc/染頭髮.txt
npc: npcdata/我的npc/baby轉職人員.txt
npc: npcdata/我的npc/job.txt
npc: npcdata/我的npc/生命倫理.txt
npc: npcdata/我的npc/傳送.txt
npc: npcdata/我的npc/人頭換神氣1個NPC換多種版.txt
npc: npcdata/我的npc/npc_kafra.txt
npc: npcdata/我的npc/無bug道場.txt
npc: npcdata/我的npc/俄羅斯輪盤.txt
// 公會與公會基地腳本
//npc: npcdata/guild/aldeg_agit.txt
//npc: npcdata/guild/aldeg_flag.txt
//npc: npcdata/guild/ev_agit_event.txt
//npc: npcdata/guild/gefg_agit.txt
//npc: npcdata/guild/gefg_flag.txt
npc: npcdata/guild/payg_agit.txt
npc: npcdata/guild/payg_flag.txt
//npc: npcdata/guild/prtg_agit.txt
//npc: npcdata/guild/prtg_flag.txt
//npc: npcdata/guild/prtg_cas01.txt
//npc: npcdata/guild/prtg_cas02.txt
//npc: npcdata/guild/prtg_cas03.txt
//npc: npcdata/guild/prtg_cas04.txt
//npc: npcdata/guild/prtg_cas05.txt
//npc: npcdata/guild/aldeg_cas01.txt
//npc: npcdata/guild/aldeg_cas02.txt
//npc: npcdata/guild/aldeg_cas03.txt
//npc: npcdata/guild/aldeg_cas04.txt
//npc: npcdata/guild/aldeg_cas05.txt
npc: npcdata/guild/payg_cas01.txt
npc: npcdata/guild/payg_cas02.txt
npc: npcdata/guild/payg_cas03.txt
npc: npcdata/guild/payg_cas04.txt
npc: npcdata/guild/payg_cas05.txt
//npc: npcdata/guild/gefg_cas01.txt
//npc: npcdata/guild/gefg_cas02.txt
//npc: npcdata/guild/gefg_cas03.txt
//npc: npcdata/guild/gefg_cas04.txt
//npc: npcdata/guild/gefg_cas05.txt
////////////////////////////////////////////////////////////////////////////////////////
//首都
map: amatsu.gat
map: monk_test.gat
map: aldebaran.gat
//魔務塔
map: new_2-4.gat
map: hunter_1-1.gat
map: hunter_2-1.gat
map: hunter_3-1.gat
map: knight_1-1.gat
map: knight_2-1.gat
map: knight_3-1.gat
map: prt_are01.gat
map: wizard_1-1.gat
map: wizard_2-1.gat
map: wizard_3-1.gat
map: gefenia01.gat
map: gefenia02.gat
map: gefenia03.gat
map: gefenia04.gat
//攻城戰地圖
map: payg_cas01.gat
//道場
map: guild_room.gat
map: guild_vs1.gat
map: guild_vs2.gat
map: guild_vs3.gat
//商店街
map: turbo_room.gat
//任務區
map: job_sage.gat
研究所
map: lhz_dun01.gat
map: lhz_dun02.gat
map: lhz_dun03.gat
//死亡之塔
map:tha_t01.gat
map:tha_t02.gat
map:tha_t03.gat
map:tha_t04.gat
map:tha_t05.gat
map:tha_t06.gat
map:tha_t07.gat
map:tha_t08.gat
map:tha_t09.gat
map:tha_t10.gat
map:tha_t11.gat
map:tha_t12.gat
地獄戰場
map:prt_fild08.gat
//PVP地圖
map: pvp_n_1-5.gat
map: pvp_n_7-3.gat
map: pvp_y_8-2.gat
map: pvp_y_6-2.gat
map: force_1-1.gat
import: conf/import/map_conf.txt |
|