summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-20 20:06:20 +0000
committerJesusaves <cpntb1@ymail.com>2019-04-20 20:06:20 +0000
commit1682e05f5925ce2e2406c89aa36cf5ecbfac0f60 (patch)
treed51a34ed4b86c2ff7e833a19bb93b876c6c2622d /npc/005-1
parent6a35cc04c45f834346594e326686361f40033074 (diff)
downloadserverdata-1682e05f5925ce2e2406c89aa36cf5ecbfac0f60.tar.gz
serverdata-1682e05f5925ce2e2406c89aa36cf5ecbfac0f60.tar.bz2
serverdata-1682e05f5925ce2e2406c89aa36cf5ecbfac0f60.tar.xz
serverdata-1682e05f5925ce2e2406c89aa36cf5ecbfac0f60.zip
Disregarded value
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/warpcandorbattle.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt
index fe3c5cc86..d7af54df4 100644
--- a/npc/005-1/warpcandorbattle.txt
+++ b/npc/005-1/warpcandorbattle.txt
@@ -7,9 +7,9 @@
end;
OnTouch:
- if (BaseLevel >= 30 && !$@FEFE_CAVE_LEVEL)
+ if (BaseLevel >= 20 && !$@FEFE_CAVE_LEVEL)
warp "006-1", 49, 53;
- else if (BaseLevel < 30)
+ else if (BaseLevel < 20)
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!");