From 195dffc20af1fb32c7e4119988911b72955aeabc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Thu, 4 Nov 2004 23:25:09 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild/old/guardian/prtg_cas02_guardian.txt | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 npc/guild/old/guardian/prtg_cas02_guardian.txt (limited to 'npc/guild/old/guardian/prtg_cas02_guardian.txt') diff --git a/npc/guild/old/guardian/prtg_cas02_guardian.txt b/npc/guild/old/guardian/prtg_cas02_guardian.txt new file mode 100644 index 000000000..3858f1c64 --- /dev/null +++ b/npc/guild/old/guardian/prtg_cas02_guardian.txt @@ -0,0 +1,62 @@ +//===== eAthena Script ======================================= +//= War of Emperium - prtg_cas02 guardians script +//===== By: ================================================== +//= holyAngelX (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= eAthena 0.1+; RO Episode 4+ +//===== Description: ========================================= +//= Guardians Spawn Script in prtg_cas02 +//===== Additional Comments: ================================= +//= 1.1 by joedukk +//= 1.2 by Akaru and Valaris +//============================================================ + +prtg_cas02.gat,158,174,0 script Guardian_D02 -1,{ +OnAgitStart: + if (GetCastleData("prtg_cas02.gat",10) <= 0) goto Guardian2; + guardian "prtg_cas02.gat",75,71,"Soldier Guardian",1287,1,"Guardian_D02::OnGuardianDied",0; + goto Guardian2; +Guardian2: + if (GetCastleData("prtg_cas02.gat",11) <= 0) goto Guardian3; + guardian "prtg_cas02.gat",56,31,"Soldier Guardian",1287,1,"Guardian_D02::OnGuardianDied",1; + goto Guardian3; +Guardian3: + if (GetCastleData("prtg_cas02.gat",12) <= 0) goto Guardian4; + guardian "prtg_cas02.gat",42,223,"Soldier Guardian",1287,1,"Guardian_D02::OnGuardianDied",2; + goto Guardian4; +Guardian4: + if (GetCastleData("prtg_cas02.gat",13) <= 0) goto Guardian5; + guardian "prtg_cas02.gat",44,195,"Archer Guardian",1285,1,"Guardian_D02::OnGuardianDied",3; + goto Guardian5; +Guardian5: + if (GetCastleData("prtg_cas02.gat",14) <= 0) goto Guardian6; + guardian "prtg_cas02.gat",197,22,"Archer Guardian",1285,1,"Guardian_D02::OnGuardianDied",4; + goto Guardian6; +Guardian6: + if (GetCastleData("prtg_cas02.gat",15) <= 0) goto Guardian7; + guardian "prtg_cas02.gat",68,71,"Knight Guardian",1286,1,"Guardian_D02::OnGuardianDied",5; + goto Guardian7; +Guardian7: + if (GetCastleData("prtg_cas02.gat",16) <= 0) goto Guardian8; + guardian "prtg_cas02.gat",202,27,"Knight Guardian",1286,1,"Guardian_D02::OnGuardianDied",6; + goto Guardian8; +Guardian8: + if (GetCastleData("prtg_cas02.gat",17) <= 0) goto NoSpawn; + guardian "prtg_cas02.gat",59,24,"Knight Guardian",1286,1,"Guardian_D02::OnGuardianDied",7; + break; +OnAgitEliminate: + //Kill all guardians on castle takeover + //killmonster "prtg_cas02.gat","Guardian_D02::GuardianDied"; + break; +GuardianDied: + // Event when Guardian dies + MapAnnounce "prtg_cas02.gat","A Guardian Has Fallen",17; + break; +OnAgitEnd: + break; +NoSpawn: + break; +} +//------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ -- cgit v1.2.3-60-g2f50