UID283245
帖子
精華
主題
積分-9
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限0
註冊時間2010-8-20
在線時間 小時
最後登錄1970-1-1
該用戶從未簽到
|
點比玩家用到@load 同@die- //--------------------------------------------------------------
- // eAthena atcommand configuration file.
- // Originally translated by Peter Kieser <[email protected]>
- //--------------------------------------------------------------
- // 該符號將使用來辨別是否為GM指令
- // 可以使用任何符號,但除了某些已被使用的符號外 (0x00-0x1f),
- // 例如 '%', ' (隊伍/公會 聊天頻道) 以及 '/' (客戶端預設指令)
- // The symbol must also be different from from the GM charcommand symbol.
- // char_symbol represents #commands used on other players.
- command_symbol: @
- char_symbol: #
- // 此檔案的設定皆使用此格式 "<指令名稱>: 等級"
- // 設定的意義為使用該指令所需的最低GM等級
- // 可以隨意調整數值,讓普通玩家也可以使用GM指令(GM等級0)
- // 但你也必須將 'atcommand_gm_only' 設定為 'no'.
- // 若要完全禁止GM指令的使用,可將等級限制為100
- // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'.
- // To completely disable a command, set its required GM level to 100.
- // Default levels were chosen so that they form the following hierarchy:
- // 0: 普通玩家
- // -> no commands accessible
- // 1: Super player
- // -> some minor advantage: storage, petrename, etc...
- // 10: Super player+
- // -> more powerful commands, like mobsearch and changegm
- // 20: Mediator
- // -> GM commands for finding players and moving to them (also kicking them)
- // 40: 次GM
- // -> GM commands for basic tasks, no significant impact on other players
- // 50: 次GM+
- // -> GM commands to spawn mobs and create guilds
- // 60: GM
- // -> almost all commands available (except administration and mass commands)
- // 80: 首席GM
- // -> can do anything, except administration commands
- // 99: 系統管理員
- // -> 任何指令皆可使用
- // 100: 關閉指令
- // -> 任何人皆不得使用指令
- //--------------------------
- // 0: normal player commands
- // None for security purposes.
- //-------------------------
- // 1: Super player commands
- // 顯示所有可使用的指令
- commands: 1,1
- // 顯示伺服器的經驗值倍率
- rates: 200,200
- // 顯示伺服器已啟動時間
- uptime: 1,1
- // 顯示/隱藏 "技能使用量不足" 的提示
- showdelay: 1,1
- // 顯示當前等級 及 經驗值
- exp: 1,1
- // To change your (own) email (characters protection)
- // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
- // if you want be sure of each e-mail disable this option (value: 100)
- email: 1,1
- // 顯示魔物資訊 (種族, 素質, 掉落物, MVP道具)
- mobinfo: 1,1
- monsterinfo: 1,1
- mi: 1,1
- // 顯示道具資訊 (種類, 價格, 其他)
- iteminfo: 1,1
- ii: 1,1
- // Show who drops an item (mobs with highest drop rate)
- whodrops: 1,1
- // Syncs the player's position on the client with the one stored on the server.
- refresh: 1,1
- // Give server time. (6 same commands)
- time: 1,1
- date: 1,1
- serverdate: 1,1
- servertime: 1,1
- // 顯示伺服器的SVN版本號
- version: 1,1
- // 自殺
- die: 1,0
- // 為寵物重新命名
- petrename: 1,1
- // 建立隊伍
- party: 1,1
- // 開啟倉庫
- storage: 1,1
- // 開啟信箱
- mail: 1,1
- // 開啟拍賣視窗
- auction: 1,1
- // Locate someone on a map, returns your coordinates if the person isn't on.
- where: 1,1
- // Duel organizing commands
- duel: 1,1
- invite: 1,1
- accept: 1,1
- reject: 1,1
- leave: 1,1
- // Away messsage
- away: 1,1
- aw: 1,1
- // Main chat
- main: 1,1
- // Autorejecting Deals/Invites
- noask: 1,1
- // Displays remaining jail time
- jailtime: 1,1
- // Homunculus commands for players
- hominfo: 1,1
- homstats: 1,1
- // Kill Steal Protection
- noks: 1,1
- // Set Font
- font: 1,1
複製代碼 |
|