summaryrefslogtreecommitdiff
path: root/npc/006-1/crazyfefe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r--npc/006-1/crazyfefe.txt4
1 files changed, 2 insertions, 2 deletions
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;