diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 14:13:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 14:13:06 -0300 |
commit | f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09 (patch) | |
tree | 931460c0da8eaa9266274054d2475b1078c4d883 /npc/002-3 | |
parent | 6abca8b10b9457c0730b97a28ba534860f321253 (diff) | |
download | serverdata-f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09.tar.gz serverdata-f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09.tar.bz2 serverdata-f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09.tar.xz serverdata-f232ceb0dc8b7b1f07c0eae152ed0393a35c0c09.zip |
Exp Boost update and fixes
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/elmo.txt | 6 | ||||
-rw-r--r-- | npc/002-3/nard.txt | 2 |
2 files changed, 5 insertions, 3 deletions
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; |