diff options
-rw-r--r-- | world/map/npc/029-3/parua.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 18b960aa..6142b089 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -401,8 +401,8 @@ L_IdleCheckPassed: OnReward: if (isdead()) end; - set @bp, 100 * 2200 / $@FIGHT_CAVE_MAX_LEVEL; - set @xp, 100000 * 2200 / $@FIGHT_CAVE_MAX_LEVEL; + set @bp, 100 * $@FIGHT_CAVE_MAX_LEVEL / 2200; + set @xp, 100000 * $@FIGHT_CAVE_MAX_LEVEL / 2200; getexp @xp, 0; set BOSS_POINTS, BOSS_POINTS + @bp; message strcharinfo(0), "You gain "+ @bp +" Boss Points giving you a total of " + BOSS_POINTS + "."; |