diff options
-rw-r--r-- | world/map/npc/functions/game_rules.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/world/map/npc/functions/game_rules.txt b/world/map/npc/functions/game_rules.txt index d0b30c0d..8d1ed335 100644 --- a/world/map/npc/functions/game_rules.txt +++ b/world/map/npc/functions/game_rules.txt @@ -15,7 +15,8 @@ function|script|GameRules "Svenska (Swedish)", L_Swedish, "Portugues (Portuguese)", L_Portuguese, "Polski (Polish)", L_Polish, - "Italiano (Italian)", L_Italian; + "Italiano (Italian)", L_Italian, + "繁體中文 (Traditional Chinese)", L_zhHant; L_English: mes "Players breaking the following rules may be banned (up to and including a permanent ban) or have their characters reset at the GM's discretion:"; @@ -136,6 +137,17 @@ L_Italian: mes "Chiunque segua automaticamente un altro giocatore senza dimostrare di non essere un bot, verrà considerato come tale."; goto L_End; +L_zhHant: + mes "以下為TMW的遊戲規則,違反的玩家會被封鎖(有機會永久封鎖)或重設遊戲資料:"; + mes "1. 不要謾罵其他玩家 (侮辱, 粗言穢語, 或針對某玩家的攻擊)"; + mes "2. 禁止外掛(所有玩家離開電腦時的活動)"; + mes "3. 禁止外掛(所有玩家離開電腦時的活動)"; + mes "4. 不可乞討"; + mes "5. 在公開場合需說英語"; + mes "6.己所不欲,勿施於人"; + mes "離開鍵盤的外掛玩家會經對話的方式識別。"; + goto L_End; + L_End: if (TUT_var == 0) set TUT_var, gettimetick(2); |