diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-11 00:10:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 00:10:15 -0300 |
commit | 5346866a32cd10eb003c0570cdccdb8ececcf2b3 (patch) | |
tree | 279639b33bf32ff079435eba81aafa1843cdccf4 /world/map/npc/magic | |
parent | a76f05f04d54bc750d44455ae5435f1970ab804c (diff) | |
parent | c97846a4395fa583ac075d656f52d86f96e3b213 (diff) | |
download | serverdata-2020.04.06.2.tar.gz serverdata-2020.04.06.2.tar.bz2 serverdata-2020.04.06.2.tar.xz serverdata-2020.04.06.2.zip |
Doomsday Hotfix (#552)v2020.04.06.2
Includes patches for act 5, changes to Iilia, typo fixes on Tulimshar tombstones.
New rares, new item (enchanter's Amulet), new event times.
Theoretical bugfixes. Add the final councilior for GM 98+.
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r-- | world/map/npc/magic/event-summon-managuardian.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/event-summon-managuardian.txt b/world/map/npc/magic/event-summon-managuardian.txt index ef1b1f88..e18c08ce 100644 --- a/world/map/npc/magic/event-summon-managuardian.txt +++ b/world/map/npc/magic/event-summon-managuardian.txt @@ -11,7 +11,7 @@ OnCast: if (@ddcooldown > gettimetick(2)) goto L_Cooldown; delitem "TinyManaElixir", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it - addtimer 60000, "Magic Timer::OnClear"; // set the new debuff + addtimer 15000, "Magic Timer::OnClear"; // set the new debuff callfunc "adjust_spellpower"; set Sp, Sp - 100; misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0); |