diff options
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r-- | npc/functions/daily.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index c7104e45b..f4d84d802 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -82,7 +82,7 @@ function script daily_login_bonus_handler { dispbottom l("##2 3 Days login bonus: ##B1x @@##b", getitemlink(StrangeCoin)); } else if (#LOGIN_STREAK % 3 == 0) { .@value=max(20, rand(0, (#LOGIN_STREAK*2))); - .@value+=(BaseLevel+JobLevel); + .@value+=(BaseLevel*2)+rand(JobLevel, JobLevel*3); Zeny=Zeny+.@value; dispbottom l("##2Daily login bonus: ##B@@ GP##b", .@value); } else if (#LOGIN_STREAK % 3 == 2) { |