diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:11:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:11:27 -0300 |
commit | 6d24cf0b0afa88c1330c04ef2d077554fb982b24 (patch) | |
tree | b10ade111c312489772dbab3a5362d592abb268e /npc | |
parent | 374743805ee7eab91d6dffe6f18a886b7059ca64 (diff) | |
download | serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.gz serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.bz2 serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.xz serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.zip |
Use more frenetic timers (0.12s). This should also fix the glitch where stones
don't hit you
Diffstat (limited to 'npc')
-rw-r--r-- | npc/023-3/logic.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index dfbf76d15..b936f0f0d 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -271,7 +271,7 @@ OnInit: npcwalkto(47, 41); end; -OnTimer240: +OnTimer120: if (.y >= 40) { movenpc(.name$, 47, 23); npcwalkto(47, 41); @@ -292,7 +292,7 @@ OnTouchNPC: end; } -023-3,48,25,0 script #0233RollStoneB NPC_ROLLINGSTONE,0,0,{ +023-3,48,26,0 script #0233RollStoneB NPC_ROLLINGSTONE,0,0,{ end; OnInit: @@ -301,7 +301,7 @@ OnInit: npcwalkto(48, 41); end; -OnTimer240: +OnTimer120: if (.y >= 40) { movenpc(.name$, 48, 23); npcwalkto(48, 41); |