diff options
Diffstat (limited to 'npc/re/instances')
-rw-r--r-- | npc/re/instances/BakonawaLake.txt | 14 | ||||
-rw-r--r-- | npc/re/instances/BangungotHospital.txt | 12 | ||||
-rw-r--r-- | npc/re/instances/BuwayaCave.txt | 14 | ||||
-rw-r--r-- | npc/re/instances/HazyForest.txt | 8 | ||||
-rw-r--r-- | npc/re/instances/MalangdoCulvert.txt | 12 | ||||
-rw-r--r-- | npc/re/instances/OctopusCave.txt | 12 | ||||
-rw-r--r-- | npc/re/instances/OldGlastHeim.txt | 12 |
7 files changed, 41 insertions, 43 deletions
diff --git a/npc/re/instances/BakonawaLake.txt b/npc/re/instances/BakonawaLake.txt index 30b28e612..a742a405b 100644 --- a/npc/re/instances/BakonawaLake.txt +++ b/npc/re/instances/BakonawaLake.txt @@ -1,17 +1,17 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Bakonawa Lake -//===== By: ================================================== +//===== By: ================================================== //= Euphy -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Defeat Bakonawa before he eats the moon. //= Part of the "Bakonawa Extermination" quest. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] //= 1.1 Added GM management NPC. [Euphy] -//============================================================ +//============================================================ 1@ma_b mapflag src4instance //============================================================ @@ -99,7 +99,7 @@ ma_scene01,174,179,4 script Taho 541,{ } else if (.@baku_time == 2) { mes "[Taho]"; mes "It's all cleaned up around here. Now you can go down again after getting a rope."; - erasequest 5; + erasequest 12278; close; } } diff --git a/npc/re/instances/BangungotHospital.txt b/npc/re/instances/BangungotHospital.txt index 18d70e02d..6f35d64e9 100644 --- a/npc/re/instances/BangungotHospital.txt +++ b/npc/re/instances/BangungotHospital.txt @@ -1,17 +1,17 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Bangungot Hospital 2F -//===== By: ================================================== +//===== By: ================================================== //= Euphy -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Save the hospital in Port Malaya from Bangungot. //= Part of the "Nurse in Port Malaya" quest. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] //= 1.1 Added GM management function. [Euphy] -//============================================================ +//============================================================ 1@ma_h mapflag src4instance //============================================================ diff --git a/npc/re/instances/BuwayaCave.txt b/npc/re/instances/BuwayaCave.txt index 0f8117170..82875c05e 100644 --- a/npc/re/instances/BuwayaCave.txt +++ b/npc/re/instances/BuwayaCave.txt @@ -1,16 +1,16 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Buwaya Cave -//===== By: ================================================== +//===== By: ================================================== //= Euphy -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.0 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Defeat Buwaya in his cave. //= Part of the "Secret in the Woods" quest. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] -//============================================================ +//============================================================ 1@ma_c mapflag src4instance //============================================================ @@ -168,7 +168,7 @@ OnTimer2000: end; OnTouch: percentheal -10,-10; - sc_start SC_BLEEDING,60000,0; + sc_start SC_BLOODING,60000,0; sc_start SC_POISON,60000,0; end; } diff --git a/npc/re/instances/HazyForest.txt b/npc/re/instances/HazyForest.txt index de8bfcd06..75c6ececd 100644 --- a/npc/re/instances/HazyForest.txt +++ b/npc/re/instances/HazyForest.txt @@ -4,16 +4,14 @@ //= Euphy //===== Current Version: ===================================== //= 1.1 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Cross through the Hazy Forest to reach the Bifrost. //= Contains the "Wandering Guardian" quest. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] //= 1.1 Instance system rewrite. [Euphy] -//============================================================ +//============================================================ 1@mist mapflag src4instance //============================================================ diff --git a/npc/re/instances/MalangdoCulvert.txt b/npc/re/instances/MalangdoCulvert.txt index 4138962c6..8ab251d4b 100644 --- a/npc/re/instances/MalangdoCulvert.txt +++ b/npc/re/instances/MalangdoCulvert.txt @@ -1,21 +1,21 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Malangdo Culvert -//===== By: ================================================== +//===== By: ================================================== //= Euphy -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Clean the culverts and defeat the Coelacanth. //= Daily and weekly quests are available. //= Contains a normal mode and hard mode. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] //= Letters "n" and "h" in NPC names indicate difficulty. //= 1.0a There is no minimum party size on official servers. //= 1.0b Fixed incorrect use of 'close'. [Joseph] //= 1.1 Instance system rewrite. [Euphy] -//============================================================ +//============================================================ 1@pump mapflag src4instance 2@pump mapflag src4instance diff --git a/npc/re/instances/OctopusCave.txt b/npc/re/instances/OctopusCave.txt index c6216bfb3..7d5975e23 100644 --- a/npc/re/instances/OctopusCave.txt +++ b/npc/re/instances/OctopusCave.txt @@ -1,16 +1,16 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Octopus Cave -//===== By: ================================================== +//===== By: ================================================== //= Muad_Dib -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Defeat the Disgusting Octopus. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] //= 1.1 Instance system rewrite. [Euphy] -//============================================================ +//============================================================ 1@cash mapflag src4instance //============================================================ diff --git a/npc/re/instances/OldGlastHeim.txt b/npc/re/instances/OldGlastHeim.txt index 034749f46..8fb99978f 100644 --- a/npc/re/instances/OldGlastHeim.txt +++ b/npc/re/instances/OldGlastHeim.txt @@ -1,15 +1,15 @@ -//===== Hercules Script ====================================== +//===== Hercules Script ====================================== //= Old Glast Heim -//===== By: ================================================== +//===== By: ================================================== //= Ziu, Heris (translation) -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.0 -//===== Description: ========================================= +//===== Description: ========================================= //= Discover the history of events that took place in the //= Glast Heim castle and how it ended up in ruins. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [Euphy] -//============================================================ +//============================================================ 1@gl_k mapflag src4instance 2@gl_k mapflag src4instance |