diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-14 23:23:10 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-14 23:23:10 +0000 |
commit | 205a8376bfd94454f3ade3da35b40de70f7baa28 (patch) | |
tree | 7c7120fa841ac82d980af0ae65cc2f5d01147e0e /npc | |
parent | 9bcdef5d8efeb024e6d68b239ad471976e2204bf (diff) | |
download | hercules-205a8376bfd94454f3ade3da35b40de70f7baa28.tar.gz hercules-205a8376bfd94454f3ade3da35b40de70f7baa28.tar.bz2 hercules-205a8376bfd94454f3ade3da35b40de70f7baa28.tar.xz hercules-205a8376bfd94454f3ade3da35b40de70f7baa28.zip |
Fixed the autotimer on an npc warp in Juperos Quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12365 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_juperos.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index af41991fd..bfed298ec 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/03/14 + * Fixed the autotimer on an npc warp in Juperos Quest. [Paradox924X] 2008/03/13 * Updated WoE Check in Shift Assassin Script. (bugreport: 1059) [Paradox924X] * Updated Drunkard#Payon to use a better Class check that won't freeze Novices. [Paradox924X] diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 8b5a9eb70..91cd8cbc6 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1760,6 +1760,7 @@ juperos_01,100,91,0 script jupe_goto#1 -1,2,2,{ end; OnTouch: + attachrid getcharid(3); initnpctimer; mes "^777777["+ strcharinfo(0) +"]^000000"; mes "This light..."; |