diff options
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/EndlessTower.txt | 10 | ||||
-rw-r--r-- | npc/instances/NydhoggsNest.txt | 8 | ||||
-rw-r--r-- | npc/instances/OrcsMemory.txt | 6 | ||||
-rw-r--r-- | npc/instances/SealedShrine.txt | 6 |
4 files changed, 15 insertions, 15 deletions
diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index 3f6109f3a..80015ffc8 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -1,14 +1,14 @@ //===== Hercules Script ====================================== //= Endless Tower -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 2.4 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Endless Tower Memorial Dungeon. //= Consists of 101 floors. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. //= 1.1 Removed a disablenpc from #102FShadowDust1. (bugreport:4415) //= 1.2 Added ends to several NPCs which would allow you to restart timers. @@ -34,7 +34,7 @@ //= 2.2 Instance system rewrite. [Euphy] //= 2.3 Added some missing announcements. [Euphy] //= 2.4 Added GM management function. [Euphy] -//============================================================ +//============================================================ 1@tower mapflag src4instance 2@tower mapflag src4instance diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 331aba3f7..f17db1b7d 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -4,10 +4,10 @@ //= L0ne_W0lf, various sources //===== Current Version: ===================================== //= 1.6 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Nidhoggr's Nest Instance -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. //= 1.1 Minor dialog updates. //= 1.2 No longer glitches when anyone but party leader talks to the first NPC. @@ -16,7 +16,7 @@ //= 1.4 Cleaning. [Euphy] //= 1.5 Instance system rewrite. [Euphy] //= 1.6 Added GM management NPCs. [Euphy] -//============================================================ +//============================================================ 1@nyd mapflag src4instance 2@nyd mapflag src4instance @@ -2023,7 +2023,7 @@ OnTouch: if (compare(strnpcinfo(0),"red")) { percentheal -50,0; percentheal -30,0; - sc_start SC_BLEEDING,60000,0; + sc_start SC_BLOODING,60000,0; } else if (compare(strnpcinfo(0),"white")) { percentheal -50,0; sc_start SC_FREEZE,20000,0; diff --git a/npc/instances/OrcsMemory.txt b/npc/instances/OrcsMemory.txt index 03fa2da05..9b26e5138 100644 --- a/npc/instances/OrcsMemory.txt +++ b/npc/instances/OrcsMemory.txt @@ -7,10 +7,10 @@ //===== Description: ========================================= //= [Official Conversion] //= Relive the memory of an orc. -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Relive the memory of an orc. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] //= 1.1 First round of bugfixes. (bugreport:3928) [L0ne_W0lf] //= Fixed some npcs calling wrong events. @@ -32,7 +32,7 @@ //= 1.6 Added 'instance_check_party' command to the script for proper checking if //= the invoking party meets the requirements to join the Memorial Dungeon. //= 1.7 Instance system rewrite. [Euphy] -//============================================================ +//============================================================ 1@orcs mapflag src4instance 2@orcs mapflag src4instance diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index 8f911b120..b5fc61cc3 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -4,10 +4,10 @@ //= L0ne_W0lf //===== Current Version: ===================================== //= 2.3 -//===== Description: ========================================= +//===== Description: ========================================= //= [Official Conversion] //= Seal away the Great Demon Baphomet. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] //= 1.1 Added setquest for instance cooldown. [L0ne_W0lf] //= 1.2 Fixed Torch#12 not being disabled. (bugreport:4044) [L0ne_w0lf] @@ -25,7 +25,7 @@ //= 2.1 Fixed quest being removed before the 12 hours cool down. [Joseph] //= 2.2 Removed extra setquest (quest id:3040). [Joseph] //= 2.3 Instance system rewrite. [Euphy] -//============================================================ +//============================================================ 1@cata mapflag src4instance 2@cata mapflag src4instance |