summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-19 21:30:55 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-19 21:30:55 -0300
commitb1311f8a3cd317106dfd9a812fa7ed0836f018b1 (patch)
treedd450d7c642a46e8b7a508ab35c76a3b5568ccb3 /npc/002-3
parenta9f035db691932502f2e61780fc337286833a1c0 (diff)
downloadserverdata-b1311f8a3cd317106dfd9a812fa7ed0836f018b1.tar.gz
serverdata-b1311f8a3cd317106dfd9a812fa7ed0836f018b1.tar.bz2
serverdata-b1311f8a3cd317106dfd9a812fa7ed0836f018b1.tar.xz
serverdata-b1311f8a3cd317106dfd9a812fa7ed0836f018b1.zip
Defeat conditions. Prevent players from cheating.
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/nard.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 3544c3571..f7deeb610 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -265,7 +265,7 @@ L_Travel:
menu
rif(Zeny >= .@price && LOCATION$ != "Candor", l("To Candor Island.")), L_TCandor,
rif(Zeny >= .@price && LOCATION$ != "Tulim", l("To Tulimshar.")), L_TTulim,
- rif(Zeny >= .@price && LOCATION$ != "Artis" && $FIRESOFSTEAM, l("To Artis.")), L_TArtis,
+ rif(Zeny >= .@price && LOCATION$ != "Artis" && $FIRESOFSTEAM && getq(General_Narrator) >= 20, l("To Artis.")), L_TArtis,
rif(ST_TIER == 7 && gettimetick(2) < QUEST_ELEVARTEMPO ,l("Help me, I need Jesusaves Grimorie!")), L_Tier2,
rif(ST_TIER == 9 && countitem(Lifestone) && gettimetick(2) < QUEST_ELEVARTEMPO ,l("Help me, I need Jesusaves Grimorie!")), L_Tier2Ok,
l("No, I'll save my money."), -;