diff options
Diffstat (limited to 'world/map/npc/052-2')
-rw-r--r-- | world/map/npc/052-2/partyroom.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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; |