diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-25 13:00:05 +0100 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-08-26 21:34:19 +0200 |
commit | 84c253d2b012bc06b25a843c09a60cb28c678e95 (patch) | |
tree | 8af64fb54cd80be5991410d508620b083d90540d /npc/re/scripts.conf | |
parent | 13067dc118b790e676dc2cecf272279a850c7ce2 (diff) | |
download | hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.gz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.bz2 hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.xz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.zip |
Implementation of Ghost palace instance based on iRO
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
Diffstat (limited to 'npc/re/scripts.conf')
-rw-r--r-- | npc/re/scripts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/re/scripts.conf b/npc/re/scripts.conf index 38caffc81..55b5066de 100644 --- a/npc/re/scripts.conf +++ b/npc/re/scripts.conf @@ -87,13 +87,14 @@ "npc/re/instances/BakonawaLake.txt", "npc/re/instances/BangungotHospital.txt", "npc/re/instances/BuwayaCave.txt", +"npc/re/instances/EclageInterior.txt", +"npc/re/instances/ghost_palace.txt", "npc/re/instances/HazyForest.txt", "npc/re/instances/MalangdoCulvert.txt", "npc/re/instances/OctopusCave.txt", "npc/re/instances/OldGlastHeim.txt", "npc/re/instances/saras_memory.txt", "npc/re/instances/WolfchevLaboratory.txt", -"npc/re/instances/EclageInterior.txt", //================= Kafras & Cool Event Corp. ============================= "npc/re/kafras/kafras.txt", |