diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 04:23:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 04:23:50 -0300 |
commit | 1c2640d7adc7e6ae23143044bfa9168eaa15f1b8 (patch) | |
tree | 96f4852220248730c5057ccfefc8cc5298da833f /npc/functions/hub.txt | |
parent | e2d882353dfbec309d892f9816c7a1806eb6730f (diff) | |
download | serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.gz serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.bz2 serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.tar.xz serverdata-1c2640d7adc7e6ae23143044bfa9168eaa15f1b8.zip |
Register the new guild skills, so they become operational
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 454560554..8ab0802a3 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -218,6 +218,33 @@ function script HUB_SkillInvoke { case EVOL_AREA_PROVOKE: massprovoke(@skillLv); break; + case TMW2_GD_INCALL: + GD_allboost(); + break; + case TMW2_GD_REGEN: + GD_regeneration(); + break; + case TMW2_GD_DEFUP: + GD_defboost(); + break; + case TMW2_GD_BATTLEPLAN: + GD_atkboost(); + break; + case TMW2_GD_ATKUP: + GD_atkboost2(); + break; + case TMW2_GD_CRITUP: + GD_critboost(); + break; + case TMW2_GD_AUTOREVIVE: + GD_autorevive(); + break; + case TMW2_GDP_MAXPOWER: + SK_maximizepower(); + break; + case TMW2_GDP_SPREGEN: + SK_spregen(); + break; case TMW2_FAKESKILL2: //CMD_lang(); next; closeclientdialog; CMD_toevent(); |