From 510732bf8cc3f487969dcbde2d01099fd3eef42b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 22 Jul 2008 16:37:32 +0000 Subject: * Removed mail commands that no longer exist from help.txt. * Finally getting around to fixing a few bug reports - Corrected some view IDs for some newer headgears. (bugreport:1842) - 11.3 bows are now equippable by all archer classes. (bugreport:1885) * Getting around to fixing some script bug. - Fixed bugs in the nameless quest, and other npcs. (bugreport:1845) - Fixed some bugs in the WoE:SE control devices. (bugreport:1848) - Fixed minor typo in the novice grounds. (Bugreport:1877) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/arug_cas04.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/guild2/arug_cas04.txt') diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt index ff5435d4b..7348d4559 100644 --- a/npc/guild2/arug_cas04.txt +++ b/npc/guild2/arug_cas04.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.4 Fixed investment period not resetting. [L0ne_W0lf] //= Made it so treasure won't spawn if castle is empty. //= Treasure will now be killed before spawning. +//= 1.5 Fixed error with control devices. [L0ne_W0lf] //============================================================ arug_cas04,1,1,0 script Manager#aru04_02 111,{ @@ -1703,7 +1704,7 @@ arug_cas04,135,212,0 script Control Device02#aru04 111,{ mapannounce "arug_cas04","The 2nd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_ar04[3],0; //Global Variable setarray $agit_ar04[2],2; //Global Variable - donpcevent "Control Device01#aru04::OnDevice01#aru04_dlrp01"; + donpcevent "Control Device01#aru04::Enable"; end; } else { @@ -1942,7 +1943,7 @@ arug_cas04,134,266,0 script Control Device03#aru04 111,{ mapannounce "arug_cas04","The 3rd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_ar04[4],0; setarray $agit_ar04[3],2; - donpcevent "Control Device02#aru04::OnDevice02#aru04_dlrp02"; + donpcevent "Control Device02#aru04::OnEnable"; end; } else { -- cgit v1.2.3-60-g2f50