From b676c9500e036b0a87b81d99e20c93891f31b7fd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 May 2020 10:24:46 -0300 Subject: Well, @Kolchak wanted a Nilfheim skill. Here we go; But it is not available yet (Magic Academy doesn't even have indoors.) --- npc/magic/nilfheim.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/magic/nilfheim.txt (limited to 'npc/magic') diff --git a/npc/magic/nilfheim.txt b/npc/magic/nilfheim.txt new file mode 100644 index 000000000..fddabbbd5 --- /dev/null +++ b/npc/magic/nilfheim.txt @@ -0,0 +1,17 @@ +// TMW2 script +// Author: Jesusalva +// +// Magic Script: TMW2_NILFHEIM +// +// FREEZES IN A 18X18 SQUARE (Max Range) (Incl. boss) +// Made for Kolchak + +// SK_Nilfheim ( lv ) +// Supreme Freeze +function script SK_nilfheim { + .@lv=getarg(0, @skillLv); + // range, time, SC, BL, power, filter + areasc(18, 3000+(1000*.@lv), SC_FREEZE, BL_MOB | BL_PC | BL_HOM | BL_MER, 1, "filter_notme"); + return; +} + -- cgit v1.2.3-60-g2f50