diff options
-rw-r--r-- | npc/config/magic.txt | 7 | ||||
-rw-r--r-- | npc/functions/hub.txt | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 140e3de87..ca42429b2 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -183,9 +183,6 @@ function script RegisterMagic { OnInit: /* RegisterMagic(MSP, Skill, MaxLv, Item, Amount, Cost, {PreReq, PostReq}) */ - //////////////////////// Other - // Chargd Shot - RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1, 0); //////////////////////// Scholarship // Last Standing Man @@ -201,6 +198,10 @@ OnInit: //////////////////////// Destructive Magic //////////////////////// Trickmaster + //////////////////////// Other: Summonning + //////////////////////// Other: Misc + // Chargd Shot + RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1, 0); end; } diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a572e5956..e621246ce 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -255,6 +255,7 @@ function script HUB_SkillInvoke { break; case EVOL_AREA_PROVOKE: massprovoke(1+@skillLv); + GetManaExp(@skillId, rand2(1,3)); break; case TMW2_GD_INCALL: GD_allboost(); @@ -374,7 +375,6 @@ function script HUB_SkillInvoke { case AL_HEAL: case HW_MAGICPOWER: case SM_PROVOKE: - case EVOL_AREA_PROVOKE: case EVOL_MASS_PROVOKE: case AB_HIGHNESSHEAL: case SN_WINDWALK: |