diff options
author | Alex Wu <paklongwu1006@gmail.com> | 2015-05-05 14:14:00 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-05 14:17:40 -0400 |
commit | 787f4e3ca1bee8012a98ccbf4703b7772e10d731 (patch) | |
tree | 256e98d6d97b42f50b5fa7b20d4feb628a11038d /world/map/npc/functions/game_rules.txt | |
parent | 969b8628b353e7e5bbdeaac5b4afe46a8a313e4f (diff) | |
download | serverdata-787f4e3ca1bee8012a98ccbf4703b7772e10d731.tar.gz serverdata-787f4e3ca1bee8012a98ccbf4703b7772e10d731.tar.bz2 serverdata-787f4e3ca1bee8012a98ccbf4703b7772e10d731.tar.xz serverdata-787f4e3ca1bee8012a98ccbf4703b7772e10d731.zip |
add Chinese rules
Diffstat (limited to 'world/map/npc/functions/game_rules.txt')
-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); |