From 24c606ba2e85e4c440d892811eec6c5c621bebdd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jun 2020 15:24:03 -0300 Subject: Minor bugfixing --- npc/config/magic.txt | 7 ++++--- npc/functions/hub.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-60-g2f50