diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
commit | b0394afab20eaee88abc2b42ab415090e5740418 (patch) | |
tree | 5e26eac832b93f3f6cc1ea7e1929ff588386820e /npc/instances/EndlessTower.txt | |
parent | ddc75a03c7c7b00f839a862de9c265543d414829 (diff) | |
download | hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.gz hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.bz2 hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.xz hercules-b0394afab20eaee88abc2b42ab415090e5740418.zip |
* Follow-up r16726, more standardization on docs.
* Replaced and added dividers in many script files with one standard divider.
* Other misc. cleaning...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances/EndlessTower.txt')
-rw-r--r-- | npc/instances/EndlessTower.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index 14cf31b27..ef2731a6c 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -467,6 +467,7 @@ e_tower,151,185,4 script Purification Stone#et2 844,{ */ // Floors 1-25 +//============================================================ 1@tower,50,360,0 script Immortal Brazier# 844,{ mes "- A Message is Engraved on the Brazier -"; mes "The one who scatters the ashes of the darkness in this place shall become one step closer to Nacht Sieger, the Hegemon King of the Darkness..."; @@ -1343,6 +1344,7 @@ OnTouch_: */ // Floors 26-50 +//============================================================ 2@tower,29,365,2 script Immortal Furnace#1 844,{ end; @@ -2176,6 +2178,7 @@ OnTouch_: */ // Floors 51-75 +//============================================================ 3@tower,29,365,2 script Immortal Furnace#2 844,{ end; @@ -3021,6 +3024,7 @@ OnTouch_: */ // Floors 76-99 +//============================================================ 4@tower,29,365,2 script Immortal Furnace#3 844,{ end; @@ -3877,6 +3881,7 @@ OnTouch_: */ // Floor 100 +//============================================================ 5@tower,106,109,2 script Lucid Crystal#102 844,{ if (in_102tower < 10) { mes "^0000ffA mysterious voice echoes through the room as you touch the lucid crystal radiating a strong light.^000000"; @@ -4066,6 +4071,7 @@ OnEnable: } */ // Floor 101 +//============================================================ 6@tower,45,89,2 script Spring of Life#1 844,{ set .@pc_hp,MaxHp-Hp; set .@pc_sp,MaxSp-Sp; |