diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-17 23:17:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-17 23:17:06 -0300 |
commit | e1c0018326236e1a3ce42bdd7ac7133bb2cc9a02 (patch) | |
tree | 1795aa6990ebf1343439483c9fa043bcb1b29e66 /npc/functions | |
parent | 1607da7e3dd1542226e7d7528a83816e8dc5584f (diff) | |
download | serverdata-e1c0018326236e1a3ce42bdd7ac7133bb2cc9a02.tar.gz serverdata-e1c0018326236e1a3ce42bdd7ac7133bb2cc9a02.tar.bz2 serverdata-e1c0018326236e1a3ce42bdd7ac7133bb2cc9a02.tar.xz serverdata-e1c0018326236e1a3ce42bdd7ac7133bb2cc9a02.zip |
Botting rule modified (Again)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 2 | ||||
-rw-r--r-- | npc/functions/game-rules.txt | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 1d0b14629..e968372ff 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -136,7 +136,7 @@ function script checkclientversion { next; } } - // Valentine Day Event Bug + // Limited bots // sex fev 15 23:22:21 -02 2019 if (UPDATE < 1550280141) { UPDATE=1550280141; diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt index 5e3cf84ec..441dc48e8 100644 --- a/npc/functions/game-rules.txt +++ b/npc/functions/game-rules.txt @@ -16,8 +16,10 @@ function script GameRules { */ narrator getarg(0, 0), - l("1. ##BDo not bot##b, A character must be being controlled by a human, standing, siting, or logged off. You may only control one character at a time."), - l("* You can use a BOT if it was provided by TMW2 Team. In no circumstance you shall AFK-Bot, or you'll be promptly banned or jailed."), + //l("1. ##BDo not bot##b, A character must be being controlled by a human, standing, siting, or logged off. You may only control one character at a time."), + //l("* You can use a BOT if it was provided by TMW2 Team. In no circumstance you shall AFK-Bot, or you'll be promptly banned or jailed."), + l("1. You must be at the computer to play. Using a bot ##Bwhile at computer##b will be tolerated."), + l("Failure to respond to other players and/or GMs in a timely manner will be viewed as unacceptable AFK botting. And you'll spend a night in the jail."), l("2. ##BDo not spam nor flood.##b Texts entirely written in UPPER CASE helps counting as spam."), l("3. ##BDo not trade invalid items, or try to cheat on trades.##b This includes any other kind of cheat or bug abuse, passive of account deletion and IP ban as stated by the Terms Of Service."), l("4. ##BRespect other players.##b This includes but is not limited to using offensive language in nicknames or chat, and begging items or favours to other players."), |