diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-18 16:35:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-18 16:35:44 -0300 |
commit | 99a7d6266ff2f40a602df2355928b040d19ec632 (patch) | |
tree | acdf2d6697c41084224fc77b51ebbd82d853c84c /npc/026-7/boss.txt | |
parent | c9c56a043bedddc14b252d13ca3a445bfe684faa (diff) | |
download | serverdata-99a7d6266ff2f40a602df2355928b040d19ec632.tar.gz serverdata-99a7d6266ff2f40a602df2355928b040d19ec632.tar.bz2 serverdata-99a7d6266ff2f40a602df2355928b040d19ec632.tar.xz serverdata-99a7d6266ff2f40a602df2355928b040d19ec632.zip |
Botter's Syndrome: Allow other players to treat each other (not explained)
Diffstat (limited to 'npc/026-7/boss.txt')
-rw-r--r-- | npc/026-7/boss.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 4832354b3..4e287b644 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -339,7 +339,8 @@ OnTimer10000: unittalk(.MK, "Death touch!"); maptimer2("026-7", 10, "Impregnable#B7F::OnDeathTouch"); .mana += 5; // Replenish the skill mana cost - .start_time = gettimetick(2) + 180 + 60; // This only happens once + // The next touch is in a minute, but in a Judgement Day, every 10s + .start_time = gettimetick(2) + 180 + 64 - ($@MK_CHALLENGE * 4); monster("026-7", 39, 34, "Summoned Reaper", Reaper, 1); } } |