diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-28 23:34:14 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-28 23:34:14 +0000 |
commit | 01123b8b2f4a77936f8c1358fb2f1c638e169343 (patch) | |
tree | 3a01e72c80fd91a5d45c79b0237bb8bf9e2deb94 /npc/scripts_guild.conf | |
parent | 80366703f21e3cbcdecf02863ceafe69f96c132b (diff) | |
download | hercules-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/scripts_guild.conf')
-rw-r--r-- | npc/scripts_guild.conf | 60 |
1 files changed, 24 insertions, 36 deletions
diff --git a/npc/scripts_guild.conf b/npc/scripts_guild.conf index fc8ec35ac..313fa7dc8 100644 --- a/npc/scripts_guild.conf +++ b/npc/scripts_guild.conf @@ -3,46 +3,34 @@ // -------------------------------------------------------------- // -------------------------------------------------------------- // ----------------------- War of Emperium ---------------------- -// General Functions -npc: npc/guild/gldfunc_manager.txt -npc: npc/guild/gldfunc_dunsw.txt -npc: npc/guild/gldfunc_flag.txt -npc: npc/guild/gldfunc_treasure.txt -npc: npc/guild/gldfunc_kafra.txt -npc: npc/guild/gldfunc_ev_agit.txt -npc: npc/guild/ev_agit_event.txt +// Guild NPC Template file. +npc: npc/guild/agit_template.txt +// Guild WoE time settings. +npc: npc/guild/agit_controller.txt // Al De Baran -npc: npc/guild/aldeg/aldeg_ev_agit.txt -npc: npc/guild/aldeg/aldeg_flags.txt -npc: npc/guild/aldeg/aldeg_managers.txt -npc: npc/guild/aldeg/aldeg_kafras.txt -npc: npc/guild/aldeg/aldeg_treas.txt -npc: npc/guild/aldeg/aldeg_dunsw.txt -npc: npc/guild/aldeg/aldeg_guardians.txt +npc: npc/guild/aldeg_cas01.txt +npc: npc/guild/aldeg_cas02.txt +npc: npc/guild/aldeg_cas03.txt +npc: npc/guild/aldeg_cas04.txt +npc: npc/guild/aldeg_cas05.txt // Geffen -npc: npc/guild/gefg/gefg_ev_agit.txt -npc: npc/guild/gefg/gefg_flags.txt -npc: npc/guild/gefg/gefg_managers.txt -npc: npc/guild/gefg/gefg_kafras.txt -npc: npc/guild/gefg/gefg_treas.txt -npc: npc/guild/gefg/gefg_dunsw.txt -npc: npc/guild/gefg/gefg_guardians.txt +npc: npc/guild/gefg_cas01.txt +npc: npc/guild/gefg_cas02.txt +npc: npc/guild/gefg_cas03.txt +npc: npc/guild/gefg_cas04.txt +npc: npc/guild/gefg_cas05.txt // Payon -npc: npc/guild/payg/payg_ev_agit.txt -npc: npc/guild/payg/payg_flags.txt -npc: npc/guild/payg/payg_managers.txt -npc: npc/guild/payg/payg_kafras.txt -npc: npc/guild/payg/payg_dunsw.txt -npc: npc/guild/payg/payg_treas.txt -npc: npc/guild/payg/payg_guardians.txt +npc: npc/guild/payg_cas01.txt +npc: npc/guild/payg_cas02.txt +npc: npc/guild/payg_cas03.txt +npc: npc/guild/payg_cas04.txt +npc: npc/guild/payg_cas05.txt // Prontera -npc: npc/guild/prtg/prtg_ev_agit.txt -npc: npc/guild/prtg/prtg_flags.txt -npc: npc/guild/prtg/prtg_managers.txt -npc: npc/guild/prtg/prtg_kafras.txt -npc: npc/guild/prtg/prtg_dunsw.txt -npc: npc/guild/prtg/prtg_treas.txt -npc: npc/guild/prtg/prtg_guardians.txt +npc: npc/guild/prtg_cas01.txt +npc: npc/guild/prtg_cas02.txt +npc: npc/guild/prtg_cas03.txt +npc: npc/guild/prtg_cas04.txt +npc: npc/guild/prtg_cas05.txt // -------------------------------------------------------------- // --------------- War of Emperium Second Edition --------------- // WoE SE scripts in their purest form, unoptomized. |