diff options
-rw-r--r-- | db/re/skill_db.conf | 12 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 4 | ||||
-rw-r--r-- | npc/magic/demure.txt | 6 |
3 files changed, 15 insertions, 7 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 4a339129b..48600a1b1 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38806,6 +38806,18 @@ skill_db: ( Name: "TMW2_DEMURE" Description: "Full Rage" MaxLevel: 10 + CoolDown: { + Lv1: 30000 + Lv2: 61000 + Lv3: 92000 + Lv4: 123000 + Lv5: 154000 + Lv6: 185000 + Lv7: 216000 + Lv8: 247000 + Lv9: 278000 + Lv10: 309000 + } SkillType: { Self: true } diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 0e7e44cea..d183a5eba 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -54,7 +54,6 @@ Human: { TMW2_ZARKOR: 3 TMW2_DUCKY: 10 TMW2_KALMURK: 4 - TMW2_DEMURE: 15 TMW2_DRAGOKIN: 5 TMW2_LIMERIZER: 5 TMW2_HALHISS: 8 @@ -76,6 +75,9 @@ Human: { MC_DISCOUNT: 0 MC_OVERCHARGE: 0 + // Legendary Skills + TMW2_DEMURE: 10 + ///////////////// Magic v3 (Custom/Trickmaster) TMW2_MANABOMB: 0 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."); |