From 28e005594d9c067c98ebb7f1d7f303f5869b56cd Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 4 Jan 2011 22:35:08 +0100 Subject: adding mobs in 031-3, 032-1, 032-3 cindy quest: surviving yeti battle gives some daily quest bonus now --- npc/031-3_Cave/cindyCave.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/031-3_Cave/cindyCave.txt') diff --git a/npc/031-3_Cave/cindyCave.txt b/npc/031-3_Cave/cindyCave.txt index 131db3c8..cff40267 100644 --- a/npc/031-3_Cave/cindyCave.txt +++ b/npc/031-3_Cave/cindyCave.txt @@ -177,9 +177,9 @@ L_CleanUp: onReward: if (isdead(0)) end; -//TODO: determine, if and how many boss points should be added - set BOSS_POINTS, BOSS_POINTS + 10; - message strcharinfo(0), "You gain 10 Boss Points giving you a total of " + BOSS_POINTS; + 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." ; if (@rescue_Cindy < 1) goto L_No_Progress; set @rescue_Cindy, 2; callsub S_Update_Mask; -- cgit v1.2.3-70-g09d2