Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
serverdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Mana World
serverdata
Merge requests
!367
Inserted Chinese rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Inserted Chinese rules
master-367
into
master
Overview
3
Commits
3
Pipelines
0
Changes
1
Closed
Administrator
requested to merge
master-367
into
master
9 years ago
Overview
3
Commits
3
Pipelines
0
Changes
1
Expand
Created by: ghost
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
29594986
3 commits,
2 years ago
1 file
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
world/map/npc/functions/game_rules.txt
+
13
−
1
Options
@@ -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:";
@@ -135,6 +136,17 @@ L_Italian:
mes "6. Tratta gli altri giocatori come vuoi che gli altri trattino te.";
mes "I bot saranno determinati in base alle risposte e ai movimenti dei giocatori esaminati.";
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)
Loading