From aff68b14dee5a49d29c8ad78b3d27dafc38072c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 18 Jan 2019 09:30:04 -0200 Subject: Improve daily GP gain amount --- npc/functions/daily.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/daily.txt') 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) { -- cgit v1.2.3-70-g09d2