diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 03:33:25 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 03:33:25 -0200 |
commit | fad07c1780ed1dbee693ca2ac5dcb2d9dd1272c2 (patch) | |
tree | fcf9ab72fbbe4a2c29ab6c017dcbfddaf1d97783 /npc/018-2-1/warps.txt | |
parent | 665263cc27ab07bcdcca3803c11729dca27cbb50 (diff) | |
download | serverdata-fad07c1780ed1dbee693ca2ac5dcb2d9dd1272c2.tar.gz serverdata-fad07c1780ed1dbee693ca2ac5dcb2d9dd1272c2.tar.bz2 serverdata-fad07c1780ed1dbee693ca2ac5dcb2d9dd1272c2.tar.xz serverdata-fad07c1780ed1dbee693ca2ac5dcb2d9dd1272c2.zip |
Rewards if you complete the dungeon (currently impossible)
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 25cdc3e6a..31e9bd309 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -37,7 +37,7 @@ OnTouch: rif(!(.@q & HH_INTERMEDIARY), l("Intermediary Dungeon")), // Level 21-60 rif(!(.@q & HH_ADVANCED), l("Advanced Dungeon")), // Level 41-80 rif(!(.@q & HH_EXPERT), l("Expert Dungeon")), // Level 61-100 - rif((.@q & HH_REQUISITE), l("Master Dungeon")), // Level 81+ + rif((.@q & HH_REQUISITE) && !(.@q & HH_MASTER), l("Master Dungeon")), // Boss Only l("None at the moment"); mes ""; switch (@menu) { |