diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-11-27 13:48:01 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-27 13:48:01 +0000 |
commit | 7a08866907468155b6ea56e326e6c23bb8a2b0f0 (patch) | |
tree | 9701f87b46cb188b214902de56725c66d1e0f632 /world/map/npc/magic/level2-lay-on-hands.txt | |
parent | 0b68e1c138698232798807ea53329e3fd94a1098 (diff) | |
download | serverdata-7a08866907468155b6ea56e326e6c23bb8a2b0f0.tar.gz serverdata-7a08866907468155b6ea56e326e6c23bb8a2b0f0.tar.bz2 serverdata-7a08866907468155b6ea56e326e6c23bb8a2b0f0.tar.xz serverdata-7a08866907468155b6ea56e326e6c23bb8a2b0f0.zip |
activity checks and casts counting
Diffstat (limited to 'world/map/npc/magic/level2-lay-on-hands.txt')
-rw-r--r-- | world/map/npc/magic/level2-lay-on-hands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-lay-on-hands.txt b/world/map/npc/magic/level2-lay-on-hands.txt index 8feb9107..1270dfb2 100644 --- a/world/map/npc/magic/level2-lay-on-hands.txt +++ b/world/map/npc/magic/level2-lay-on-hands.txt @@ -24,6 +24,8 @@ L_Pay: addtimer 500, "Magic Timer::OnClear"; // XXX should this be 0 ? sc_start SC_COOLDOWN, 500, 0, BL_ID; set Sp, Sp - 10; + set CASTS, CASTS + 1; + if (CASTS < 0) set CASTS, 1; // overflow misceffect FX_MAGIC_LAY_CAST, strcharinfo(0); // on caster misceffect FX_MAGIC_LAY_HIT, @args$; // on target |