summaryrefslogtreecommitdiff
path: root/npc/027-8/general_terogan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-8/general_terogan.txt')
-rw-r--r--npc/027-8/general_terogan.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/npc/027-8/general_terogan.txt b/npc/027-8/general_terogan.txt
index 9cbca92e..9486eead 100644
--- a/npc/027-8/general_terogan.txt
+++ b/npc/027-8/general_terogan.txt
@@ -5,8 +5,8 @@
@TEROGAN_SOUL_REQ = 5;
@TEROGAN_ROTTEN_RAGS_REQ = 5;
- @TEROGAN_UNDEAD_EYE_REQ = 3;
- @TEROGAN_UNDEAD_EAR_REQ = 2;
+ @TEROGAN_UNDEAD_EYE_REQ = 2;
+ @TEROGAN_UNDEAD_EAR_REQ = 3;
@minLevel = 80;
mes "[Tome]";
@@ -265,8 +265,13 @@ OnReward:
message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ;
if (checkidle() > MAX_IDLE)
goto L_End;
- BOSS_POINTS = BOSS_POINTS + 75;
- message strcharinfo(0), "You gain 75 Boss Points giving you a total of " + BOSS_POINTS + ".";
+ if (BaseLevel < 120) {
+ BOSS_POINTS += 75;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "60+15", fnum(BOSS_POINTS));
+ } else {
+ BOSS_POINTS += 60;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "60", fnum(BOSS_POINTS));
+ }
goto L_End;
L_End: