From 6704c7be41b4054ea4f7ae91bc6b5dec2fb952d8 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 13 Sep 2010 14:31:36 +0000 Subject: * Some more Endless tower bugfixes. - Fixed some copy/paste errors (1@orc -> 1@tower) - No longer resets entrance time when re-entering. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14407 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/instances/EndlessTower.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/instances') diff --git a/npc/instances/EndlessTower.txt b/npc/instances/EndlessTower.txt index e10c2fefe..60894861d 100644 --- a/npc/instances/EndlessTower.txt +++ b/npc/instances/EndlessTower.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,8 @@ //= 1.1 Removed a disablenpc from #102FShadowDust1. (bugreport:4415) //= 1.2 Added ends to several NPCs which would allow you to restart timers. //= Added some missing stopnpctimers to npcs. (bugreport:4418) +//= 1.3 Fixed a couple copy/paste errors :D I fail. [L0ne_W0lf] +// Timer no longer resets when re-entering. //============================================================ alberta,214,77,6 script Captain Janssen 709,{ @@ -292,7 +294,7 @@ e_tower,81,105,0 script Tower Protection Stone 406,{ mes "The memorial dungeon " + .@md_name$ + " does not exist."; mes "The party leader did not generate the dungeon yet."; } - else if ((has_instance("1@orcs") != "") && (.@partymembercount < 2)) + else if ((has_instance("1@tower") != "") && (.@partymembercount < 2)) mes "You can enter the dungeon after making a party."; else { mapannounce "e_tower", .@p_name2$ + " of the party, " + .@p_name$ + ", is entering the dungeon, " + .@md_name$ + ".",bc_map,"0x00ff99",FW_NORMAL,12; @@ -321,11 +323,10 @@ e_tower,81,105,0 script Tower Protection Stone 406,{ mes "The memorial dungeon " + .@md_name$ + " does not exist."; mes "The party leader did not generate the dungeon yet."; } - else if ((has_instance("1@orcs") != "") && (.@partymembercount < 2)) + else if ((has_instance("1@tower") != "") && (.@partymembercount < 2)) mes "You can enter the dungeon after making a party."; else { mapannounce "e_tower", .@p_name2$ + " of the party, " + .@p_name$ + ", is entering the dungeon, " + .@md_name$ + ".",bc_map,"0x00ff99",FW_NORMAL,12; - set etower_timer,gettimetick(2); warp "1@tower",52,354; end; } -- cgit v1.2.3-60-g2f50