diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:39:47 -0200 |
commit | 03cd53018a304010179f8a49b022b63908b10a28 (patch) | |
tree | c4e41d02c2017686ed876c8650c34e4451a9e598 /npc/018-2-1 | |
parent | 95f376d0c2f102ed17e0979c988aa5a1c15efdd5 (diff) | |
download | serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.gz serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.bz2 serverdata-03cd53018a304010179f8a49b022b63908b10a28.tar.xz serverdata-03cd53018a304010179f8a49b022b63908b10a28.zip |
Fill the Heroes Hold with rares.
I don't really think it is worth doing, but I'm not a hardcore player %%a
Diffstat (limited to 'npc/018-2-1')
-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 08df04618..4c3f95cec 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -42,7 +42,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_REQUISITE, l("Master Dungeon (BOSS)")), // Boss Only (HH_EXPERT) + rif(.@q & HH_REQUISITE, l("Master Dungeon (BOSS)")), // Boss Only l("Heroes Hold - Exchange Hall"), l("Information"); mes ""; |