summaryrefslogtreecommitdiff
path: root/npc/018-2-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-29 00:52:45 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-29 00:52:45 -0300
commit2d9e66251582b95764e81e40a27c4d4e0454f3e4 (patch)
tree18706b4deead977388ec68f50057bf2636921490 /npc/018-2-1
parent73c28414416070895e4558f629d26bc6344ad999 (diff)
downloadserverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.gz
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.bz2
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.tar.xz
serverdata-2d9e66251582b95764e81e40a27c4d4e0454f3e4.zip
This is the EXPERIMENTAL version of allowing Carts to players.
As well as its most important restrictions.
Diffstat (limited to 'npc/018-2-1')
-rw-r--r--npc/018-2-1/warps.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt
index 876eaaed9..fb4b44156 100644
--- a/npc/018-2-1/warps.txt
+++ b/npc/018-2-1/warps.txt
@@ -42,6 +42,8 @@ OnTouch:
mes l("This is only for the skilled players. Newbies, KEEP OUT!");
mes l("Time Limit: 25 minutes on any dungeon.");
mes l("Please select target dungeon:");
+ if (.@q & HH_EXPERT && countitem(RentCart))
+ mesc l("You cannot access Master+ Dungeons with a Cart."), 1;
mes "";
select
l("Sorry, I am a newbie."),
@@ -49,7 +51,7 @@ OnTouch:
rif(.@q & HH_NOVICE, l("Intermediary Dungeon (Lv 60+)")), // Level 21-60
rif(.@q & HH_INTERMEDIARY, l("Advanced Dungeon (Lv 80+)")), // Level 41-80
rif(.@q & HH_ADVANCED, l("Expert Dungeon (Lv 100+)")), // Level 61-100
- rif(.@q & HH_EXPERT, l("Master Dungeon (BOSS)")), // Boss Only
+ rif(.@q & HH_EXPERT && !countitem(RentCart), l("Master Dungeon (BOSS)")), // Boss Only - Cart disallowed
l("Heroes Hold - Exchange Hall"),
l("Information");
mes "";