summaryrefslogtreecommitdiff
path: root/npc/027-7/general_razha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-7/general_razha.txt')
-rw-r--r--npc/027-7/general_razha.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/npc/027-7/general_razha.txt b/npc/027-7/general_razha.txt
index 7522e1f3..02f5ec6f 100644
--- a/npc/027-7/general_razha.txt
+++ b/npc/027-7/general_razha.txt
@@ -5,7 +5,7 @@
@RAZHA_SOUL_REQ = 3;
@RAZHA_DISEASED_HEARTS_REQ = 5;
- @RAZHA_UNDEAD_EYE_REQ = 3;
+ @RAZHA_UNDEAD_EYE_REQ = 1;
@RAZHA_UNDEAD_EAR_REQ = 2;
@minLevel = 70;
@@ -200,8 +200,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 + 50;
- message strcharinfo(0), "You gain 50 Boss Points giving you a total of " + BOSS_POINTS + ".";
+ if (BaseLevel < 100) {
+ BOSS_POINTS += 50;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "40+10", fnum(BOSS_POINTS));
+ } else {
+ BOSS_POINTS += 40;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "40", fnum(BOSS_POINTS));
+ }
goto L_End;
L_End: