From f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 14:13:06 -0300 Subject: Exp Boost update and fixes --- npc/002-3/elmo.txt | 6 ++++-- npc/002-3/nard.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 72c70cfab..ee27b912e 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -10,6 +10,10 @@ function ExpBoost; showavatar NPC_ELMO; // this is handled by avatars.xml + // Core functions + if (BaseLevel < 15) + ExpBoost(); + if (getq(ShipQuests_Julia) < 3) goto L_NotYet; if (getq(CandorQuest_Sailors) == 2) goto L_Party; if (LOCATION$ == "Candor" && rand(1,7) != 5) goto L_Candor; @@ -30,8 +34,6 @@ L_NotYet: close; L_Candor: - if (BaseLevel < 15) - ExpBoost(); mesn; if (getq(General_Narrator) < 1) mes l("\"Hey, have you already got the money necessary for the travel?"); if (getq(General_Narrator) < 1) mes l("If you haven't, maybe there are a few things you can do besides selling items.\""); diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 96dd039d0..590eadac3 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -55,7 +55,7 @@ L_MenuQuest: setcamnpc "Elmo"; mesn l("Elmo"); mesq l("I, Elmo, captain's deputy, will help you to make the maximum possible money in Candor!"); - mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"); + mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"), 2; next; showavatar NPC_NARD; mesn; -- cgit v1.2.3-60-g2f50