From cd78dd490000e45dbb8ce70c9f54abc65c3f385f Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 11 Jul 2008 10:16:35 +0000 Subject: - Fixed a bug in Dancer Quest. - Some fixes on guild2/schg_cas03.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12937 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/schg_cas03.txt | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'npc/guild2') diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt index 112791ba3..1137eacaa 100644 --- a/npc/guild2/schg_cas03.txt +++ b/npc/guild2/schg_cas03.txt @@ -896,7 +896,7 @@ OnGuardianStoneDied: end; OnTimer300000: - donpcevent "2nd Guardian Stone#sch03::OnGuardian"; + donpcevent "2nd Guardian Stone#sch03::OnEnable"; setarray $agit_sc03[1],2; //Global Variable stopnpctimer; end; @@ -1075,7 +1075,7 @@ schg_cas03,376,250,0 script 2nd Guardian Stone#sch03 844,{ mes "of a magic power conflict.^000000"; close; case 2: - mes "You placed the Yellow Gemstone."; + mes "^3355FFYou placed the Yellow Gemstone.^000000"; set .@nice,.@nice+10; set .@roof0,.@roof0 + 1; specialeffect 18; //"2nd Guardian Stone#sch03" EF_STEAL @@ -1462,7 +1462,7 @@ schg_cas03,335,298,0 script control device01#sch03 111,{ delitem 984,5; //Oridecon close2; donpcevent "#sch03_RL01::OnEnable"; - disablenpc "control device01#sch03"; + disablenpc "Control Device01#sch03"; mapannounce "schg_cas03","The 1st Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_sc03[2],0; end; @@ -1493,19 +1493,19 @@ schg_cas03,335,298,0 script control device01#sch03 111,{ end; OnInit: - disablenpc "control device01#sch03"; + disablenpc "Control Device01#sch03"; end; OnEnable: - enablenpc "control device01#sch03"; + enablenpc "Control Device01#sch03"; end; OnDisable: - disablenpc "control device01#sch03"; + disablenpc "Control Device01#sch03"; end; } -schg_cas03,200,227,0 script control device02#sch03 111,{ +schg_cas03,200,227,0 script Control Device02#sch03 111,{ set .@GID, GetCastleData("schg_cas03",1); if (getcharid(2) == .@GID) { if (strcharinfo(0) == getguildmaster(.@GID)) { @@ -1699,11 +1699,11 @@ schg_cas03,200,227,0 script control device02#sch03 111,{ delitem 984,5; //Oridecon close2; donpcevent "#sch03_RL02::OnEnable"; - disablenpc "control device02#sch03"; + disablenpc "Control Device02#sch03"; mapannounce "schg_cas03","The 2nd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_sc03[3],0; //Global Variable setarray $agit_sc03[2],2; //Global Variable - donpcevent "control device01#sch03::OnEnable"; + donpcevent "Control Device01#sch03::OnEnable"; end; } else { @@ -1732,19 +1732,19 @@ schg_cas03,200,227,0 script control device02#sch03 111,{ end; OnInit: - disablenpc "control device02#sch03"; + disablenpc "Control Device02#sch03"; end; OnEnable: - enablenpc "control device02#sch03"; + enablenpc "Control Device02#sch03"; end; OnDisable: - disablenpc "control device02#sch03"; + disablenpc "Control Ddevice02#sch03"; end; } -schg_cas03,273,205,0 script control device03#sch03 111,{ +schg_cas03,273,205,0 script Control Device03#sch03 111,{ set .@GID, GetCastleData("schg_cas03",1); if (getcharid(2) == .@GID) { if (strcharinfo(0) == getguildmaster(.@GID)) { @@ -1938,11 +1938,11 @@ schg_cas03,273,205,0 script control device03#sch03 111,{ delitem 984,5; //Oridecon close2; donpcevent "#sch03_RL03::OnEnable"; - disablenpc "control device03#sch03"; + disablenpc "Control Device03#sch03"; mapannounce "schg_cas03","The 3rd Fortress Gate has been reconstructed!",bc_map,"0x00ff00"; setarray $agit_sc03[4],0; setarray $agit_sc03[3],2; - donpcevent "control device02#sch03::OnEnable"; + donpcevent "Control Device02#sch03::OnEnable"; end; } else { @@ -1971,15 +1971,15 @@ schg_cas03,273,205,0 script control device03#sch03 111,{ end; OnInit: - disablenpc "control device03#sch03"; + disablenpc "Control Device03#sch03"; end; OnEnable: - enablenpc "control device03#sch03"; + enablenpc "Control Device03#sch03"; end; OnDisable: - disablenpc "control device03#sch03"; + disablenpc "Control Device03#sch03"; end; } @@ -2055,7 +2055,7 @@ schg_cas03,346,199,0 script LF-04#schg_cas03 111,{ case 1: warp "schg_cas03",266,263; end; - case 3: + case 2: close; } } @@ -2108,7 +2108,7 @@ schg_cas03,301,213,0 script LF-07#schg_cas03 111,{ mes "Teleport Service. Please"; mes "choose a destination"; mes "within the stronghold.^000000"; - switch(select("Gate House Fork:Cancel")) { + switch(select("Area 1-2:Area 2-2:Area 3-2:Cancel")) { case 1: warp "schg_cas03",262,323; end; @@ -2140,7 +2140,7 @@ schg_cas03,301,209,0 script LF-08#schg_cas03 111,{ warp "schg_cas03",348,292; end; case 3: - warp "schg_cas03",226,263; + warp "schg_cas03",326,263; end; case 4: close; -- cgit v1.2.3-60-g2f50