From 8b09e3332ad1ff215fc2ba4d9d0343c4cd0d817f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 02:02:51 -0300 Subject: [skip ci] Start the timer >.> --- npc/magic/demure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/magic/demure.txt b/npc/magic/demure.txt index 79dfa6601..d8d9ff797 100644 --- a/npc/magic/demure.txt +++ b/npc/magic/demure.txt @@ -74,7 +74,6 @@ OnCall: } // non-melee weapons not allowed - // TODO: Run this check on a loop in case player is switching weapons if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_RANGE) > 3) { dispbottom l("Only melee weapons are permitted for use with this skill."); end; @@ -98,6 +97,7 @@ OnCall: // set cooldown @demure_at=gettimetick(2); @demure_at=@demure_at+(.@length+.@malus)/1000; + addtimer(rand(786,1346), "::OnTMW2DemureCheck"); // Get a few mana experience points (this is NOT used by Mana Stone) GetManaExp(TMW2_DEMURE, rand(1,getskilllv(TMW2_DEMURE))); -- cgit v1.2.3-60-g2f50