diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/hub.txt | 3 | ||||
-rw-r--r-- | npc/magic/guild.txt | 13 |
2 files changed, 8 insertions, 8 deletions
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) |