From 700e4388dbea30f4119404b3eb1ac9be372d1adf Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 18 Aug 2009 22:33:33 +0000 Subject: * Changed attribute_recover to no, being hit by the same element should not recover HP. * Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. - Fixed Brynhild dialog in the Asprika quests. (bugreport:3085) - Removed "Disabled" tag from Volcano base quest. (bugreport:3342) - Attempted to fix the sign quest dancing portion. (bugreport:3382) - Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462) - Fixed Turbo Track records using wrong variable type. (bugreport:3484) - Fixed the checkweights in the Crow of Fate quest. (bugreport:3500) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/The_Sign_Quest.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/The_Sign_Quest.txt') diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 4c9bb54c7..c7b42c089 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 3.1 +//= 3.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,8 @@ //= version, variables will attmept to be translated to the //= new version, however it is untested. //= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf] +//= 3.2 Removed mapannounce used while debugging. [L0ne_W0lf] +//= Moved the disablewaitingroomevent in dancing portion. //============================================================ //============================================================ @@ -5219,11 +5221,11 @@ OnInit: end; OnStartArena: - disablewaitingroomevent; donpcevent "s_dance_timer::Onbutton_off"; donpcevent "Examiner#sd::OnDisable"; warpwaitingpc "cmd_in01",16,15,1; donpcevent "s_dance_timer::OnEnable"; + disablewaitingroomevent; end; Onreset: @@ -5731,7 +5733,6 @@ OnTouch: Onup: set .s_check,.s_check + 1; -mapannounce "cmd_in01", "check: "+.s_check,bc_map,"0x00FF00"; end; OnDisable: -- cgit v1.2.3-60-g2f50