diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-22 21:59:40 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-03-22 21:59:40 +0100 |
commit | b44a71b7ac154557da4fa646eb0b2bd522542877 (patch) | |
tree | 0ab7e495b7a9117f353ffaeaba9103ea5b5a174e /world/map/npc/031-4/cindyCave.txt | |
parent | c21606fd4c02c23b7bf6c06ecd838c53f5e3eb75 (diff) | |
download | serverdata-b44a71b7ac154557da4fa646eb0b2bd522542877.tar.gz serverdata-b44a71b7ac154557da4fa646eb0b2bd522542877.tar.bz2 serverdata-b44a71b7ac154557da4fa646eb0b2bd522542877.tar.xz serverdata-b44a71b7ac154557da4fa646eb0b2bd522542877.zip |
Add boss point reward to boss fights.
Auldsbel's snakes: 5 per snake
Giant Cave Maggot: 10
Bandit Lord: 20
Rossy and Julia battle caves: each 10, final boss 50
Cindy: 70
Illia: depending on the current difficulty between 120 and 200
Diffstat (limited to 'world/map/npc/031-4/cindyCave.txt')
-rw-r--r-- | world/map/npc/031-4/cindyCave.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/031-4/cindyCave.txt b/world/map/npc/031-4/cindyCave.txt index c724733a..d4fb2061 100644 --- a/world/map/npc/031-4/cindyCave.txt +++ b/world/map/npc/031-4/cindyCave.txt @@ -256,6 +256,8 @@ onReward: set @rescue_Cindy, 2; callsub S_Update_Mask; message strcharinfo(0), "Cindy looks relieved and as if she wants to talk with you."; + set BOSS_POINTS, BOSS_POINTS + 70; + message strcharinfo(0), "You gain 70 Boss Points giving you a total of " + BOSS_POINTS; L_End: set @bonus, 0; set @Q_Nivalis_state_MASK, 0; |