From bbd0c8da54976a7aab0c6ac52167aeda1cdde34b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Jul 2018 15:49:50 -0300 Subject: [skip ci] Reward rebalance. The code was meant to be fine, it was a bug. --- npc/006-1/crazyfefe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/006-1') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 9e1285c86..42ef25a43 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -236,8 +236,8 @@ L_CleanUp: OnReward: if (ispcdead()) end; - // Player reward is a random number from 1~3 + lvl/50 (1 point ~= 12~8 mobs) - .@prize=rand(1,3) + ($@FEFE_CAVE_LEVEL/50); + // Player reward is a random number based on current wave + lvl/50 (1 point ~= 12~8 mobs) + .@prize=rand($@FEFE_WAVE/2,$@FEFE_WAVE) + ($@FEFE_CAVE_LEVEL/50); Zeny=Zeny+.@prize; getexp .@prize, rand(1,3); end; -- cgit v1.2.3-60-g2f50