r199228 發表於 2009-5-3 09:53:17

玩家指令權限問題!!?

哪裡設定有錯誤嗎 ?
我要開放給玩家的指令等級都改為0了
但是玩家還是無法使用指令... 教一下 感激!!





//--------------------------------------------------------------
// eAthena atcommand configuration file.
// Originally translated by Peter Kieser <pfak@telus.net>
//--------------------------------------------------------------
// 該符號將使用來辨別是否為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: @
// 此檔案的設定皆使用此格式 "<指令名稱>: 等級"
// 設定的意義為使用該指令所需的最低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.

q357741 發表於 2009-5-3 10:25:52

\conf\battle\gm.txt

// (@) 指令是否只給 GM 使用? (Note 1)
// 設定 'No', 一般玩家 (GM 等級 0) 可以使用設定使用限制為 0 的指令
// 設定 'Yes', 一般玩家 (GM 等級 0) 使用限制為 0 的指令也不可使用
atcommand_gm_only: no
頁: [1]
查看完整版本: 玩家指令權限問題!!?