summaryrefslogtreecommitdiff
path: root/npc/guild/gefg/gefg_kafras.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-28 23:34:14 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-28 23:34:14 +0000
commit01123b8b2f4a77936f8c1358fb2f1c638e169343 (patch)
tree3a01e72c80fd91a5d45c79b0237bb8bf9e2deb94 /npc/guild/gefg/gefg_kafras.txt
parent80366703f21e3cbcdecf02863ceafe69f96c132b (diff)
downloadhercules-01123b8b2f4a77936f8c1358fb2f1c638e169343.tar.gz
hercules-01123b8b2f4a77936f8c1358fb2f1c638e169343.tar.bz2
hercules-01123b8b2f4a77936f8c1358fb2f1c638e169343.tar.xz
hercules-01123b8b2f4a77936f8c1358fb2f1c638e169343.zip
* Rewrote the WoE 1.0 from the ground up nearly.
- Renamed the WoE Time setting NPC to "agit_controller.txt" - System is set up to mimic Aegis, some parts are still lacking. - Documentation on the new system is forth-coming. - Updated Novice WoE scripts to keep them from breaking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12673 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/gefg/gefg_kafras.txt')
-rw-r--r--npc/guild/gefg/gefg_kafras.txt67
1 files changed, 0 insertions, 67 deletions
diff --git a/npc/guild/gefg/gefg_kafras.txt b/npc/guild/gefg/gefg_kafras.txt
deleted file mode 100644
index e747ea0d3..000000000
--- a/npc/guild/gefg/gefg_kafras.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-//===== eAthena Script =======================================
-//= War of Emperium Kafras for Geffen Guild Castles
-//===== By: ==================================================
-//= jAthena - kalen (1.0)
-//= 1.1 by Akaru, ho|yAnge|X, and Valaris
-//===== Current Version: =====================================
-//= 1.3
-//===== Compatible With: =====================================
-//= eAthena 0.1+; RO Episode 4+
-//===== Description: =========================================
-//= Provides Kafra Staffs for guild members of Geffen Castles.
-//= Used in conjuction with function F_Kafra.
-//===== Additional Comments: =================================
-//= v1.2 Optimized with functions.[kobra_k88]
-//= v1.3 Changed "Kafra Service" to "Kafra Staff" [L0ne_W0lf]
-//= Corrected the location of Castle 1's kafra.
-//============================================================
-
-
-// Castle 1 ===============================================
-gefg_cas01,83,47,0 script Kafra Staff#G01 117,{
- callfunc "F_GKafra", "gefg_cas01", "Geffen";
- end;
-OnRecvCastleG01:
- if (GetCastleData("gefg_cas01",9) < 1) disablenpc "Kafra Staff#G01";
- end;
-}
-
-
-// Castle 2 ===============================================
-gefg_cas02,23,66,3 script Kafra Staff#G02 117,{
- callfunc "F_GKafra", "gefg_cas02", "Geffen";
- end;
-OnRecvCastleG02:
- if (GetCastleData("gefg_cas02",9) < 1) disablenpc "Kafra Staff#G02";
- end;
-}
-
-
-// Castle 3 ===============================================
-gefg_cas03,116,89,5 script Kafra Staff#G03 117,{
- callfunc "F_GKafra", "gefg_cas03", "Geffen";
- end;
-OnRecvCastleG03:
- if (GetCastleData("gefg_cas03",9) < 1) disablenpc "Kafra Staff#G03";
- end;
-}
-
-
-// Castle 4 ===============================================
-gefg_cas04,59,70,3 script Kafra Staff#G04 117,{
- callfunc "F_GKafra", "gefg_cas04", "Geffen";
- end;
-OnRecvCastleG04:
- if (GetCastleData("gefg_cas04",9) < 1) disablenpc "Kafra Staff#G04";
- end;
-}
-
-
-// Castle 5 ===============================================
-gefg_cas05,61,52,5 script Kafra Staff#G05 117,{
- callfunc "F_GKafra", "gefg_cas05", "Geffen";
- end;
-OnRecvCastleG05:
- if (GetCastleData("gefg_cas05",9) < 1) disablenpc "Kafra Staff#G05";
- end;
-}