diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 05:25:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 05:25:53 +0000 |
commit | b04dede668e9c4006ce3a0a82d048b566f214ede (patch) | |
tree | 94bef53b44bed64b220d452c4b3b4455db238595 /npc/other/turbotrack/Normal_Solo.txt | |
parent | 7f407dc0f0de6509d1d654d234301eecf25a74ed (diff) | |
download | hercules-b04dede668e9c4006ce3a0a82d048b566f214ede.tar.gz hercules-b04dede668e9c4006ce3a0a82d048b566f214ede.tar.bz2 hercules-b04dede668e9c4006ce3a0a82d048b566f214ede.tar.xz hercules-b04dede668e9c4006ce3a0a82d048b566f214ede.zip |
* Fixed turbo track NPCs that caused "NPC not removed" errors...Even though this bug is slightly official. XD
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11747 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack/Normal_Solo.txt')
-rw-r--r-- | npc/other/turbotrack/Normal_Solo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Normal_Solo.txt b/npc/other/turbotrack/Normal_Solo.txt index 76677a16c..2be224c29 100644 --- a/npc/other/turbotrack/Normal_Solo.txt +++ b/npc/other/turbotrack/Normal_Solo.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= Turbo Track Course: Solo Mode/Time Attack //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] +//= 1.1 Fixed small official bug. [L0ne_W0lf] //============================================================ turbo_room,72,132,3 script Solo Mode#n1 124,{ @@ -1230,7 +1231,7 @@ OnTouch: } } turbo_n_1,336,52,0 duplicate(TurboTrap_n1_2) trap_n1#F43 139,1,1 -turbo_n_1,336,481,0 duplicate(TurboTrap_n1_2) trap_n1#F44 139,1,1 +turbo_n_1,336,48,0 duplicate(TurboTrap_n1_2) trap_n1#F44 139,1,1 turbo_n_1,336,44,0 duplicate(TurboTrap_n1_2) trap_n1#F45 139,1,1 turbo_n_1,336,50,0 duplicate(TurboTrap_n1_2) trap_n1#F46 139,1,1 turbo_n_1,336,36,0 duplicate(TurboTrap_n1_2) trap_n1#F47 139,1,1 |