UID313510
帖子
精華
主題
積分75
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限5
註冊時間2011-7-11
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 開心 2015-6-7 08:17 AM |
---|
簽到天數: 13 天 連續簽到: 1 天 [LV.3]偶爾看看II
|

樓主 |
發表於 2011-7-13 22:50:46
|
顯示全部樓層
// The idea of this new system is to make scripts more organized
// since the old system was rather messy with all the NPCs in one
// file. Now scripts are organized in to files arraged by type.
// Custom scripts are now in scripts_custom.conf, all other
// scripts are deemed as 'official'. You should place your NPCs
// in to scripts_custom.conf to follow the trend.
//
// Thanks,
// Ancyker and the rest of the eAthena Team
//
// 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.
//
// --------------------------------------------------------------
// ------------------- 全局功能性脚本 ---------------------------
// Utilitarian functions used by many scripts.
npc: npc/other/Global_Functions.txt
// --------------------------------------------------------------
// ------------------ 金钱商店功能脚本 --------------------------
// Used by cash shop items in the Item Database.
npc: npc/other/CashShop_Functions.txt
// --------------------------------------------------------------
// ------------------------ Script Files ------------------------
import: npc/scripts_mapflags.conf
import: npc/scripts_athena.conf
import: npc/scripts_warps.conf
import: npc/scripts_monsters.conf
import: npc/scripts_guild.conf
import: npc/scripts_SeA.conf
// -- 你的个性化NPC放在下面!
import: npc/scripts_custom.conf
// --------------------------------------------------------------
服务器是从官方下载的,並没有修改过,我想可能是登入器问题吧,你们都用什么版本登入器??
可以正常登入SeAr服务端1.7.03 吗? |
|