From b44a71b7ac154557da4fa646eb0b2bd522542877 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 22 Mar 2013 21:59:40 +0100 Subject: 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 --- world/map/npc/052-2/partyroom.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/052-2') diff --git a/world/map/npc/052-2/partyroom.txt b/world/map/npc/052-2/partyroom.txt index 6e16eb88..86b74fa7 100644 --- a/world/map/npc/052-2/partyroom.txt +++ b/world/map/npc/052-2/partyroom.txt @@ -213,6 +213,10 @@ onDeath: set $@illia_level_7_progress, 4; killmonster "052-2.gat", "#LuviaDaemon::onWGD"; mapannounce "052-2.gat", "Luvia: How? By mere humans! But we will see again! Enjoy your victory while it lasts, " + $@ILLIA_HERO$ + "!!", 0; + set @illia_bp, $Illia_Luvia_Harvest * 16 / 10 + 120; + set BOSS_POINTS, BOSS_POINTS + @illia_bp; + message strcharinfo(0), "You gain " + @illia_bp + " Boss Points giving you a total of " + BOSS_POINTS; + set @illia_bp, 0; areatimer "052-2.gat", 73, 11, 115, 49, 2000, "#LuviaDaemon::onW00t"; set $@illia_progress, 8; -- cgit v1.2.3-70-g09d2