diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:16:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:16:07 -0300 |
commit | 126dc86839402416b5fcf21a821f8ccf75da6396 (patch) | |
tree | 204677a23b429daef683330709a1850af7b1921f /npc | |
parent | c9109e0a8c5c31b0cdd25106885b24b4f4a08e11 (diff) | |
download | serverdata-126dc86839402416b5fcf21a821f8ccf75da6396.tar.gz serverdata-126dc86839402416b5fcf21a821f8ccf75da6396.tar.bz2 serverdata-126dc86839402416b5fcf21a821f8ccf75da6396.tar.xz serverdata-126dc86839402416b5fcf21a821f8ccf75da6396.zip |
Candor Barrier Level is now 30 - for the enjoyment of all
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/warpcandorbattle.txt | 4 | ||||
-rw-r--r-- | npc/012-1/bot.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt index b120da174..67dc0a00f 100644 --- a/npc/005-1/warpcandorbattle.txt +++ b/npc/005-1/warpcandorbattle.txt @@ -7,9 +7,9 @@ end; OnTouch: - if (BaseLevel >= 40 && !$@FEFE_CAVE_LEVEL) + if (BaseLevel >= 30 && !$@FEFE_CAVE_LEVEL) warp "006-1", 49, 53; - else if (BaseLevel < 40) + else if (BaseLevel < 30) npctalk3 l("You don't have the required level to pass this barrier."); else npctalk3 l("You can't pass this barrier while people are fighting inside!"); diff --git a/npc/012-1/bot.txt b/npc/012-1/bot.txt index 4a10bebf7..f8d8f48c4 100644 --- a/npc/012-1/bot.txt +++ b/npc/012-1/bot.txt @@ -11,7 +11,7 @@ next; } mesn; - mesq l("Have you ever heard of the [@@https://landoffire.org/|Land Of Fire@@]? It is a really cool game which is being developed by Pyndragon and Pihro!"); + mesq l("Have you ever heard of the [@@http://landoffire.org/|Land Of Fire@@]? It is a really cool game which is being developed by Pyndragon and Pihro!"); next; mesn; mesq l("They had a TMWA server, but the Monster King went hyperactive and... Well, it crashed here."); |