From 389add3343ee573ba4f752bc22a19d38bf01e37c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Dec 2021 12:00:10 -0300 Subject: All new homun skills have been tested. Bring on the second tier --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 3fc728805..fde9e3604 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -442,7 +442,7 @@ function script HUB_SkillInvoke { .@t = (65 - (@skillLv * 5)) * 1000; .@atk = 5+(@skillLv * 5); .@asp = 3 * @skillLv; - sc_start4 SC_HLIF_FLEET, .@t, 100, .@asp, .@atk, 0, 10000, SCFLAG_NOAVOID, @skillCaster; + sc_start2 SC_HLIF_FLEET, .@t, .@asp, .@atk, 10000, SCFLAG_NOAVOID, @skillCaster; break; case TMW2_SPEED: // SC_INCFLEE (int flee) -- cgit v1.2.3-60-g2f50