From 126dc86839402416b5fcf21a821f8ccf75da6396 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 21:16:07 -0300 Subject: Candor Barrier Level is now 30 - for the enjoyment of all --- npc/005-1/warpcandorbattle.txt | 4 ++-- 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."); -- cgit v1.2.3-60-g2f50