From a01bf47a80f166a1d302d0751ea782da511dedcd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 2 Mar 2021 14:03:24 -0300 Subject: Furthen the drop rate nerf when you are over 50 levels above target. --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index f3bd41e39..882bfbe32 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -247,7 +247,7 @@ function script HUB_SkillInvoke { switch (@skillId) { case TMW2_SKILLX: sc_start SC_RICHMANKIM, 180000, @skillLv+rand2(9*@skillLv), 10000, SCFLAG_NONE, @skillTarget; - gethomunexp 1; + gethomunexp @skillLv; break; case TMW2_HOMUN_HEAL: .@heal=gethominfo(6)*(5+rand2(@skillLv)); -- cgit v1.2.3-60-g2f50