diff options
author | Reid <reidyaro@gmail.com> | 2011-12-28 19:10:20 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-28 19:10:20 +0100 |
commit | 35ef7811d4699e44e5cf9d8cba589aa310668500 (patch) | |
tree | 9e921b24878f13ebe8456680258d75dbf2244170 | |
parent | fd3180961e396e2428b54af9c77eb6af6d8ab286 (diff) | |
download | serverdata-35ef7811d4699e44e5cf9d8cba589aa310668500.tar.gz serverdata-35ef7811d4699e44e5cf9d8cba589aa310668500.tar.bz2 serverdata-35ef7811d4699e44e5cf9d8cba589aa310668500.tar.xz serverdata-35ef7811d4699e44e5cf9d8cba589aa310668500.zip |
Change timer of piousrocket.
-rw-r--r-- | npc/000-2-3/piousrocket.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-3/piousrocket.txt b/npc/000-2-3/piousrocket.txt index 29e5b02e..6dab21bf 100644 --- a/npc/000-2-3/piousrocket.txt +++ b/npc/000-2-3/piousrocket.txt @@ -2,7 +2,7 @@ // Authors: // Ablu // Description: -// TODO +// Jumping pious. 000-2-3.gat,27,23,4,1 script PiousRocket 308,{ setnpcdir 2; @@ -10,7 +10,7 @@ initnpctimer; close; -OnTimer1000: +OnTimer1420: setnpcdir 4; stopnpctimer; end; |