From 12e0799671da6a54be03e830366eb6d7377d0519 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Feb 2021 19:37:57 -0300 Subject: Give a function to Demure skill. Although it is totally useless. It should not boost ASPD, it should boost attack power and hit rate! --- npc/magic/demure.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'npc/magic/demure.txt') diff --git a/npc/magic/demure.txt b/npc/magic/demure.txt index cbb7a5641..a0be8df47 100644 --- a/npc/magic/demure.txt +++ b/npc/magic/demure.txt @@ -62,12 +62,6 @@ */ function script SK_Demure { - // Check cooldown - if (@demure_at > gettimetick(2)) { - dispbottom l("Skill is in cooldown for @@.", FuzzyTime(@demure_at)); - end; - } - // non-melee weapons not allowed if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 3) { dispbottom l("Only melee weapons are permitted for use with this skill."); -- cgit v1.2.3-70-g09d2