diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-26 01:44:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-26 01:44:55 -0300 |
commit | 8958b991269649fd91b089a0e1e6c190abccef7a (patch) | |
tree | 75dd9fc028969edfe7d75b0c53cc2fdbdeca2252 /npc/functions | |
parent | b9d13e8d1d9a675c84b1422152a320f56233352c (diff) | |
download | serverdata-8958b991269649fd91b089a0e1e6c190abccef7a.tar.gz serverdata-8958b991269649fd91b089a0e1e6c190abccef7a.tar.bz2 serverdata-8958b991269649fd91b089a0e1e6c190abccef7a.tar.xz serverdata-8958b991269649fd91b089a0e1e6c190abccef7a.zip |
Zarkor is special: The summoning will succeed, but nature will attack you.
(Only for the first time, same rules applies)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 062ba7733..3b1b078b1 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -503,6 +503,7 @@ function script HUB_SkillInvoke { break; // Summons which never fail case TMW2_ZARKOR: + alignment_cansummon(); SummonMagic(@skillId, CaveMaggot, 2, @skillLv); GetManaExp(@skillId, 1); break; |