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/elmo.txt | |
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/elmo.txt')
-rw-r--r-- | npc/002-3/elmo.txt | 6 |
1 files changed, 4 insertions, 2 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.\""); |