From 2732854aaf11732545e40144bec36c92ab1ced85 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Dec 2021 10:25:53 -0300 Subject: Replace HVAN_CAPRICE with TMW2_CAPRICE --- npc/functions/hub.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index add706461..b9817f18a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -388,6 +388,15 @@ function script HUB_SkillInvoke { sc_end SC_BLIND; sc_start SC_CURSE, rand2(3500, 5000), 1, 10000, SCFLAG_NONE, @skillCaster; break; + case TMW2_CAPRICE: + .@gid = @skillCaster; // gethominfo(0); + .@ak1 = getunitdata(.@gid, UDT_MATKMIN); + .@ak2 = getunitdata(.@gid, UDT_MATKMAX); + for (.@i=0; .@i < limit(1, @skillLv, 10); .@i++) { + harm(@skillTarget, rand2(.@ak1, .@ak2), HARM_MAGI, any(Ele_Fire, Ele_Water, Ele_Wind, Ele_Earth), .@gid); + sleep2(100); + } + break; } return; } -- cgit v1.2.3-70-g09d2