diff options
Diffstat (limited to 'npc/guild2/arug_cas03.txt')
-rw-r--r-- | npc/guild2/arug_cas03.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/guild2/arug_cas03.txt b/npc/guild2/arug_cas03.txt index 40f8ec810..12fff2581 100644 --- a/npc/guild2/arug_cas03.txt +++ b/npc/guild2/arug_cas03.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= Made it so treasure won't spawn if castle is empty. //= Treasure will now be killed before spawning. //= Should take care of event-not-found error. +//= 1.5 Fixed error with control devices. [L0ne_W0lf] //============================================================ arug_cas03,1,1,0 script Manager#aru03_02 111,{ @@ -1704,7 +1705,7 @@ arug_cas03,135,212,0 script Control Device02#aru03 111,{ mapannounce "arug_cas03","The 2nd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_ar03[3],0; //Global Variable setarray $agit_ar03[2],2; //Global Variable - donpcevent "Control Device01#aru03::OnDevice01#aru03_dlrp01"; + donpcevent "Control Device01#aru03::OnEnable"; end; } else { @@ -1943,7 +1944,7 @@ arug_cas03,134,266,0 script Control Device03#aru03 111,{ mapannounce "arug_cas03","The 3rd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_ar03[4],0; setarray $agit_ar03[3],2; - donpcevent "Control Device02#aru03::OnDevice02#aru03_dlrp02"; + donpcevent "Control Device02#aru03::OnEnable"; end; } else { |