diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-24 22:40:32 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-24 22:40:32 +0000 |
commit | f98cfd54ed528d158f2515db0629d4b6c0396f84 (patch) | |
tree | d4c52d731f8298f199511ee0096721155e03e761 /npc/guild2/schg_cas03.txt | |
parent | 7d282e56770d11dfafeb63634b7ed4d4415e38ae (diff) | |
download | hercules-f98cfd54ed528d158f2515db0629d4b6c0396f84.tar.gz hercules-f98cfd54ed528d158f2515db0629d4b6c0396f84.tar.bz2 hercules-f98cfd54ed528d158f2515db0629d4b6c0396f84.tar.xz hercules-f98cfd54ed528d158f2515db0629d4b6c0396f84.zip |
- Some cleanups and a bug fix on schg_cas03.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12989 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/schg_cas03.txt')
-rw-r--r-- | npc/guild2/schg_cas03.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt index d513cd9f3..9b6b226eb 100644 --- a/npc/guild2/schg_cas03.txt +++ b/npc/guild2/schg_cas03.txt @@ -90,9 +90,9 @@ Onreset: donpcevent "#sch03_RL03::OnDisable"; donpcevent "1st Guardian Stone#sch03::OnDisable"; donpcevent "2nd Guardian Stone#sch03::OnDisable"; - donpcevent "control device01#sch03::OnDisable"; - donpcevent "control device02#sch03::OnDisable"; - donpcevent "control device03#sch03::OnDisable"; + donpcevent "Control Device01#sch03::OnDisable"; + donpcevent "Control Device02#sch03::OnDisable"; + donpcevent "Control Device03#sch03::OnDisable"; if (agitcheck()) { setarray $agit_sc03[0],0,0,1,1,1,0; } @@ -101,7 +101,7 @@ Onreset: Onchange: setarray $agit_sc03[0],2,2,1,1,2,0; monster "schg_cas03",338,202,"Emperium",1288,1,"Steward#sch03::OnStartArena"; - donpcevent "control device03#sch03::OnEnable"; + donpcevent "Control Device03#sch03::OnEnable"; donpcevent "1st Guardian Stone#sch03::OnEnable"; donpcevent "2nd Guardian Stone#sch03::OnEnable"; end; @@ -1061,7 +1061,7 @@ schg_cas03,376,250,0 script 2nd Guardian Stone#sch03 844,{ close; } break; - case 4: + case 3: specialeffect 56; //"2nd Guardian Stone#sch03" EF_BEGINSPELL4 mes "^3355FFThe Gemstones must"; mes "be arranged in the correct"; @@ -1271,7 +1271,7 @@ OnDisable: end; } -schg_cas03,335,298,0 script control device01#sch03 111,{ +schg_cas03,335,298,0 script Control Device01#sch03 111,{ set .@GID, GetCastleData("schg_cas03",1); if (getcharid(2) == .@GID) { if (strcharinfo(0) == getguildmaster(.@GID)) { @@ -2070,7 +2070,7 @@ schg_cas03,346,195,0 script LF-05#schg_cas03 111,{ mes "Teleport Service. Please"; mes "choose a destination"; mes "within the stronghold.^000000"; - switch(select("Defense area 3-1:Defense area 3-2:Cancel")) { + switch(select("Defense Area 3-1:Defense Area 3-2:Cancel")) { case 1: warp "schg_cas03",226,220; end; |