diff options
Diffstat (limited to 'world/map/npc/027-7')
-rw-r--r-- | world/map/npc/027-7/general_razha.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/027-7/general_razha.txt b/world/map/npc/027-7/general_razha.txt index 137cb139..17f70b63 100644 --- a/world/map/npc/027-7/general_razha.txt +++ b/world/map/npc/027-7/general_razha.txt @@ -204,6 +204,7 @@ OnReward: set @bonus, (BaseLevel/2); set DailyQuestBonus, DailyQuestBonus + @bonus; message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ; + getexp 50000, 0; if (BaseLevel < 100) goto L_Bonus; set BOSS_POINTS, BOSS_POINTS + 40; message strcharinfo(0), "You gain 40 Boss Points giving you a total of " + BOSS_POINTS + "."; |