From 3a1fe6e9998f20f4daf5b1eb2aa5e515a81e3bd8 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 28 Oct 2008 04:29:37 +0000 Subject: * More boredom and bugfixing to various scripts. :D - Updated an outdated comment in refine.txt. (bugreport:2370) - Fixed two bad event calls in arug_cas04/05. (bugreport:2386) - Fixed wrong check in haire dresser script. (bugreport:2392) - Fixed infinite loop in archer quest scropt. (bugreport:2393) - Bonus: Updated the blacksmith supply dealer in Einbroch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13330 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/arug_cas04.txt | 7 ++++--- npc/guild2/arug_cas05.txt | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'npc/guild2') diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt index 1ccda2634..866f46f3c 100644 --- a/npc/guild2/arug_cas04.txt +++ b/npc/guild2/arug_cas04.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.5 Fixed error with control devices. [L0ne_W0lf] //= 1.6 Corrected copy/paste error. [L0ne_W0lf] //= 1.7 Replaced effect numerics with constants. [L0ne_W0lf] +//= 1.8 Fixed wrong event call for stones. (bugreport:2386) [L0ne_W0lf] //============================================================ arug_cas04,1,1,0 script Manager#aru04_02 111,{ @@ -586,7 +587,7 @@ OnGuardianStoneDied: end; OnTimer300000: - donpcevent "1st Guardian Stone#aru04::OnGuardian"; + donpcevent "1st Guardian Stone#aru04::OnEnable"; setarray $agit_ar04[0],2; //Global Variable stopnpctimer; end; @@ -895,7 +896,7 @@ OnGuardianStoneDied: end; OnTimer300000: - donpcevent "2nd Guardian Stone#aru04::OnGuardian"; + donpcevent "2nd Guardian Stone#aru04::OnEnable"; setarray $agit_ar04[1],2; //Global Variable stopnpctimer; end; diff --git a/npc/guild2/arug_cas05.txt b/npc/guild2/arug_cas05.txt index 36bb499ca..e6f2bbbc8 100644 --- a/npc/guild2/arug_cas05.txt +++ b/npc/guild2/arug_cas05.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.5 Fixed error with control devices. [L0ne_W0lf] //= 1.6 Corrected copy/paste error. [L0ne_W0lf] //= 1.7 Replaced effect numerics with constants. [L0ne_W0lf] +//= 1.8 Fixed wrong event call for stones. (bugreport:2386) [L0ne_W0lf] //============================================================ arug_cas05,1,1,0 script Manager#aru05_02 111,{ @@ -586,7 +587,7 @@ OnGuardianStoneDied: end; OnTimer300000: - donpcevent "1st Guardian Stone#aru05::OnGuardian"; + donpcevent "1st Guardian Stone#aru05::OnEnable"; setarray $agit_ar05[0],2; //Global Variable stopnpctimer; end; @@ -895,7 +896,7 @@ OnGuardianStoneDied: end; OnTimer300000: - donpcevent "2nd Guardian Stone#aru05::OnGuardian"; + donpcevent "2nd Guardian Stone#aru05::OnEnable"; setarray $agit_ar05[1],2; //Global Variable stopnpctimer; end; -- cgit v1.2.3-60-g2f50