OK論壇

 找回密碼
 註冊
查看: 1745|回復: 13

點比玩家用到@load 同@die

 關閉 [複製鏈接]

該用戶從未簽到

發表於 2010-8-20 21:25:25 | 顯示全部樓層 |閱讀模式
點比玩家用到@load 同@die
  1. //--------------------------------------------------------------
  2. // eAthena atcommand configuration file.
  3. // Originally translated by Peter Kieser <[email protected]>
  4. //--------------------------------------------------------------

  5. // 該符號將使用來辨別是否為GM指令
  6. // 可以使用任何符號,但除了某些已被使用的符號外 (0x00-0x1f),
  7. // 例如 '%', ' (隊伍/公會 聊天頻道) 以及 '/' (客戶端預設指令)
  8. // The symbol must also be different from from the GM charcommand symbol.
  9. // char_symbol represents #commands used on other players.
  10. command_symbol: @
  11. char_symbol: #

  12. // 此檔案的設定皆使用此格式 "<指令名稱>: 等級"
  13. // 設定的意義為使用該指令所需的最低GM等級
  14. // 可以隨意調整數值,讓普通玩家也可以使用GM指令(GM等級0)
  15. // 但你也必須將 'atcommand_gm_only' 設定為 'no'.
  16. // 若要完全禁止GM指令的使用,可將等級限制為100
  17. // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'.
  18. // To completely disable a command, set its required GM level to 100.

  19. // Default levels were chosen so that they form the following hierarchy:
  20. // 0: 普通玩家
  21. //    -> no commands accessible
  22. // 1: Super player
  23. //    -> some minor advantage: storage, petrename, etc...
  24. // 10: Super player+
  25. //    -> more powerful commands, like mobsearch and changegm
  26. // 20: Mediator
  27. //    -> GM commands for finding players and moving to them (also kicking them)
  28. // 40: 次GM
  29. //    -> GM commands for basic tasks, no significant impact on other players
  30. // 50: 次GM+
  31. //    -> GM commands to spawn mobs and create guilds
  32. // 60: GM
  33. //    -> almost all commands available (except administration and mass commands)
  34. // 80: 首席GM
  35. //    -> can do anything, except administration commands
  36. // 99: 系統管理員
  37. //    -> 任何指令皆可使用
  38. // 100: 關閉指令
  39. //    -> 任何人皆不得使用指令


  40. //--------------------------
  41. // 0: normal player commands
  42. // None for security purposes.

  43. //-------------------------
  44. // 1: Super player commands

  45. // 顯示所有可使用的指令
  46. commands: 1,1

  47. // 顯示伺服器的經驗值倍率
  48. rates: 200,200

  49. // 顯示伺服器已啟動時間
  50. uptime: 1,1

  51. // 顯示/隱藏 "技能使用量不足" 的提示
  52. showdelay: 1,1

  53. // 顯示當前等級 及 經驗值
  54. exp: 1,1

  55. // To change your (own) email (characters protection)
  56. // note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
  57. //       if you want be sure of each e-mail disable this option (value: 100)
  58. email: 1,1

  59. // 顯示魔物資訊 (種族, 素質, 掉落物, MVP道具)
  60. mobinfo: 1,1
  61. monsterinfo: 1,1
  62. mi: 1,1

  63. // 顯示道具資訊 (種類, 價格, 其他)
  64. iteminfo: 1,1
  65. ii: 1,1

  66. // Show who drops an item (mobs with highest drop rate)
  67. whodrops: 1,1

  68. // Syncs the player's position on the client with the one stored on the server.
  69. refresh: 1,1

  70. // Give server time. (6 same commands)
  71. time: 1,1
  72. date: 1,1
  73. serverdate: 1,1
  74. servertime: 1,1

  75. // 顯示伺服器的SVN版本號
  76. version: 1,1

  77. // 自殺
  78. die: 1,0

  79. // 為寵物重新命名
  80. petrename: 1,1

  81. // 建立隊伍
  82. party: 1,1

  83. // 開啟倉庫
  84. storage: 1,1

  85. // 開啟信箱
  86. mail: 1,1

  87. // 開啟拍賣視窗
  88. auction: 1,1

  89. // Locate someone on a map, returns your coordinates if the person isn't on.
  90. where: 1,1

  91. // Duel organizing commands
  92. duel: 1,1
  93. invite: 1,1
  94. accept: 1,1
  95. reject: 1,1
  96. leave: 1,1

  97. // Away messsage
  98. away: 1,1
  99. aw: 1,1

  100. // Main chat
  101. main: 1,1

  102. // Autorejecting Deals/Invites
  103. noask: 1,1

  104. // Displays remaining jail time
  105. jailtime: 1,1

  106. // Homunculus commands for players
  107. hominfo: 1,1
  108. homstats: 1,1

  109. // Kill Steal Protection
  110. noks: 1,1

  111. // Set Font
  112. font: 1,1
複製代碼
回復

使用道具 舉報

  • TA的每日心情
    開心
    2016-8-7 08:11 AM
  • 簽到天數: 534 天

    連續簽到: 7 天

    [LV.9]以壇為家II

    發表於 2010-8-20 21:33:07 | 顯示全部樓層
    不了解你說的.
    如果是
    1. die: 1,0
    複製代碼
    要這樣
    1. die: 0,1
    複製代碼
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    擦汗
    2019-7-27 08:20 PM
  • 簽到天數: 95 天

    連續簽到: 1 天

    [LV.6]常住居民II

    發表於 2010-8-20 21:33:15 | 顯示全部樓層
    看不懂你在說甚麼
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    無聊
    2013-1-30 01:30 AM
  • 簽到天數: 49 天

    連續簽到: 1 天

    [LV.5]常住居民I

    發表於 2010-8-20 21:43:49 | 顯示全部樓層
    香港人嗎??


    要讓玩家使用就用

    @die: 0,0

    @load 0.0

    這樣!!!


    如果不要就用!!

    @die: 10,10

    @load 10.10

    以此類推!!!
    回復 支持 反對

    使用道具 舉報

    該用戶從未簽到

     樓主| 發表於 2010-8-20 22:25:01 | 顯示全部樓層
    1. die: 0,0
    複製代碼
    都是不可以用@load跟@die
    我用die: 0.1 都是不行= =

    揌我是香港人
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    郁悶
    2018-7-3 09:50 AM
  • 簽到天數: 144 天

    連續簽到: 1 天

    [LV.7]常住居民III

    發表於 2010-8-20 22:34:14 | 顯示全部樓層
    教學區都有吧:tk_16
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    開心
    2016-8-7 08:11 AM
  • 簽到天數: 534 天

    連續簽到: 7 天

    [LV.9]以壇為家II

    發表於 2010-8-20 22:40:25 | 顯示全部樓層
    EA14380\conf\battle\gm.conf
    1. // (@) 指令是否只給 GM 使用? (Note 1)
    2. // 設定 'No', 一般玩家 (GM 等級 0) 可以使用設定使用限制為 0 的指令
    3. // 設定 'Yes', 一般玩家 (GM 等級 0) 使用限制為 0 的指令也不可使用
    4. atcommand_gm_only: no
    複製代碼
    回復 支持 反對

    使用道具 舉報

    該用戶從未簽到

     樓主| 發表於 2010-8-20 23:26:10 | 顯示全部樓層
    本帖最後由 rootroot 於 2010-8-20 11:28 PM 編輯

    但我改了 都不行= =
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    擦汗
    2015-7-24 12:50 PM
  • 簽到天數: 24 天

    連續簽到: 1 天

    [LV.4]偶爾看看III

    發表於 2010-8-21 07:15:11 | 顯示全部樓層
    改好之後,要重新開啟伺服器。
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    開心
    2019-8-18 04:57 PM
  • 簽到天數: 2148 天

    連續簽到: 1 天

    [LV.Master]伴壇終老

    發表於 2010-8-21 10:55:27 | 顯示全部樓層
    不行才怪
    回復 支持 反對

    使用道具 舉報

    該用戶從未簽到

     樓主| 發表於 2010-8-21 22:51:17 | 顯示全部樓層
    我現在只有@die可行 但@load 跟@autoloot 都是不可以- -
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    無聊
    2013-1-30 01:30 AM
  • 簽到天數: 49 天

    連續簽到: 1 天

    [LV.5]常住居民I

    發表於 2010-8-21 22:54:28 | 顯示全部樓層
    就跟你說了。

    @LOAD 0.0←後面數字都一樣,不要  0.10 這樣。 要 0.0 這樣OK!!懂了沒!!

    @DIE 0.0  



    2個數字1樣,如果不行...我幫不了你。

    看你有沒有心這樣。  人家都OK你都不OK,感覺讓我霧煞煞。(搞不太懂)
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    開心
    2016-8-7 08:11 AM
  • 簽到天數: 534 天

    連續簽到: 7 天

    [LV.9]以壇為家II

    發表於 2010-8-21 23:39:41 | 顯示全部樓層
    本帖最後由 Jackey650630 於 2010-8-21 11:41 PM 編輯

    當然會不行...注意一下..
    1. autoloot: 0.1
    2. load: 0.1
    複製代碼
    1. autoloot: 0,1
    2. load: 0,1
    複製代碼
    回復 支持 反對

    使用道具 舉報

  • TA的每日心情
    無聊
    2013-2-11 10:30 PM
  • 簽到天數: 480 天

    連續簽到: 1 天

    [LV.9]以壇為家II

    發表於 2010-8-22 00:21:01 | 顯示全部樓層
    .,
    是不一樣的吧
    回復 支持 反對

    使用道具 舉報

    您需要登錄後才可以回帖 登錄 | 註冊

    本版積分規則

    Archiver|手機版|小黑屋|OK討論區

    GMT+8, 2025-7-6 05:28 AM , Processed in 0.070946 second(s), 19 queries , Gzip On.

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回復 返回頂部 返回列表