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/005-1/warpcandorbattle.txt | |
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/005-1/warpcandorbattle.txt')
-rw-r--r-- | npc/005-1/warpcandorbattle.txt | 4 |
1 files changed, 2 insertions, 2 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!"); |