diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-12 10:43:32 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-12 10:43:32 +0530 |
commit | ca9cd51e683d39c8a7f099a46747ff166d632230 (patch) | |
tree | 7e32911ab2078a0c25d7e60f8cc779defa1628bc /npc/re/quests | |
parent | 819bc0c5bb225c51be77e585d5e1c8af00850657 (diff) | |
download | hercules-ca9cd51e683d39c8a7f099a46747ff166d632230.tar.gz hercules-ca9cd51e683d39c8a7f099a46747ff166d632230.tar.bz2 hercules-ca9cd51e683d39c8a7f099a46747ff166d632230.tar.xz hercules-ca9cd51e683d39c8a7f099a46747ff166d632230.zip |
Corrected Tree Roots Location - Document Quests
Diffstat (limited to 'npc/re/quests')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index dbd1d034a..48e116884 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Gennosuke Kouga, Muad_Dib //===== Current Version: ===================================== -//= 2.3 +//= 2.4 //===== File Encoding ======================================== //= CP-949 (EUC-KR compatible). Do NOT read/save it as UTF-8. //===== Description: ========================================= @@ -33,6 +33,7 @@ //= 2.1 Added reset option to "Kareka". [Euphy] //= 2.2 Added Izlude duplicates. [Euphy] //= 2.3 Added GM management NPCs. [Euphy] +//= 2.4 Corrected NPC Location. [Dastgir] //============================================================ // Entrance @@ -1139,7 +1140,7 @@ function script unknown_d { } close; } -prt_fild03,144,95,0 script Tree Roots CLEAR_NPC,{ unknown_d(12166,902); } +pay_fild03,144,95,0 script Tree Roots CLEAR_NPC,{ unknown_d(12166,902); } prt_fild09,371,255,0 script Reptile Tongues CLEAR_NPC,{ unknown_d(12167,903); } prt_fild09,352,241,0 script Scorpion Tails CLEAR_NPC,{ unknown_d(12168,904); } pay_fild02,177,108,0 script Stems CLEAR_NPC,{ unknown_d(12169,905); } |