diff options
-rw-r--r-- | db/re/skill_db.conf | 12 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 1 | ||||
-rw-r--r-- | npc/functions/hub.txt | 3 | ||||
-rw-r--r-- | npc/magic/guild.txt | 13 |
4 files changed, 21 insertions, 8 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 4de565416..1089b428a 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38568,6 +38568,18 @@ skill_db: ( } }, { + Id: 20003 + Name: "EVOL_AREA_PROVOKE" + Description: "Area Provoke" + MaxLevel: 9 + SkillType: { + Self: true + } + Requirements: { + SPCost: 35 + } +}, +{ Id: 20010 Name: "TMW2_SKILLPERMIT" Description: "Skill Permit" diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index b706273bc..590f139ed 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -121,6 +121,7 @@ Human: { AB_HIGHNESSHEAL: 0 ALL_RESURRECTION: 0 EVOL_MASS_PROVOKE: 0 + EVOL_AREA_PROVOKE: 0 GC_DARKCROW: 0 // Scholarship (Weapon) diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 333ac14f4..454560554 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -215,6 +215,9 @@ function script HUB_SkillInvoke { case TMW2_MPREGEN: SK_mpregen(); break; + case EVOL_AREA_PROVOKE: + massprovoke(@skillLv); + break; case TMW2_FAKESKILL2: //CMD_lang(); next; closeclientdialog; CMD_toevent(); diff --git a/npc/magic/guild.txt b/npc/magic/guild.txt index 47a5df62b..dcb7400e7 100644 --- a/npc/magic/guild.txt +++ b/npc/magic/guild.txt @@ -4,7 +4,7 @@ // Magic Script: TMW2_GD // // Guild Magic -// Reserved SCs: SC_INCALLSTATUS SC_ANGELUS SC_BLESSING SC_IMPOSITIO SC_KAIZEL +// Reserved SCs: SC_INCALLSTATUS SC_ANGELUS SC_BLESSING SC_IMPOSITIO SC_KAIZEL SC_MAGNIFICAT // For testing: SC_TWOHANDQUICKEN // BROKEN: SC_ASSNCROS @@ -27,9 +27,6 @@ Blesses a targeted location to endow the armor of all players within the area of SC_KYRIE <sc3: hits/durability> Creates a protective barrier on a single target that blocks every form of physical damage until its durability wears off or expires. Its durability is a portion of the target's Max HP. This skill cannot be used in conjunction with Assumptio. -*SC_MAGNIFICAT -Temporarily doubles the SP Recovery rate of the user and party members. This skill cannot be used in conjunction with Offertorium . (No params) - *SC_GLORIA Temporarily boosts LUK by 30 to the user and party members. @@ -46,10 +43,10 @@ SC_ASSUMPTIO Places a temporary buff on a single target that doubles their Hard Defense and Hard Magic Defense. This skill cannot be used in conjunction with Kyrie Eleison and Kaite. // SC_GDSKILL_BATTLEORDER --- SC_LEADERSHIP --- SC_GLORYWOUNDS --- SC_SOULCOLD --- SC_HAWKEYES +-- SC_LEADERSHIP (aura) +-- SC_GLORYWOUNDS (aura) +-- SC_SOULCOLD (aura) +-- SC_HAWKEYES (aura) SC_HUMMING Increase HIT of players in the area of effect by +2 per SkillLV. The accuracy rate increased by this skill is affected by Dancing Lesson skill level and DEX of the caster. (integer value) |