summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-30 10:33:16 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-30 10:33:16 -0300
commitb48dafd919238f524c570507961f67d1f44aec7f (patch)
treeceb0e9578091ea5bf8676598d1700e8f65c76ad8 /npc/functions
parent2732854aaf11732545e40144bec36c92ab1ced85 (diff)
downloadserverdata-b48dafd919238f524c570507961f67d1f44aec7f.tar.gz
serverdata-b48dafd919238f524c570507961f67d1f44aec7f.tar.bz2
serverdata-b48dafd919238f524c570507961f67d1f44aec7f.tar.xz
serverdata-b48dafd919238f524c570507961f67d1f44aec7f.zip
Replace HLIF_AVOID with TMW2_AVOID
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index b9817f18a..f5e1b205e 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -397,6 +397,12 @@ function script HUB_SkillInvoke {
sleep2(100);
}
break;
+ case TMW2_AVOID:
+ .@t = 44 - (@skillLv * 4);
+ .@p = 105+(@skillLv * 5);
+ SC_Bonus(.@t, SC_WALKSPEED, .@p);
+ sc_start SC_WALKSPEED, .@t * 1000, .@p, 10000, SCFLAG_NOAVOID, @skillCaster;
+ break;
}
return;
}