diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-08 01:17:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-08 01:17:48 +0000 |
commit | a6966ec085ceae3db22a803152cd29bf592fbb95 (patch) | |
tree | 3bccecb5bfceca0b73ae67304562d3d4d0f93c44 /npc/scripts_guild.conf | |
parent | 3cbe0452f8c33b5ee106e1bf6975c6e761fb0771 (diff) | |
download | hercules-a6966ec085ceae3db22a803152cd29bf592fbb95.tar.gz hercules-a6966ec085ceae3db22a803152cd29bf592fbb95.tar.bz2 hercules-a6966ec085ceae3db22a803152cd29bf592fbb95.tar.xz hercules-a6966ec085ceae3db22a803152cd29bf592fbb95.zip |
Added the Schwaltzvalt Guild Castles 1-5. (update 3/3)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12532 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_guild.conf')
-rw-r--r-- | npc/scripts_guild.conf | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/npc/scripts_guild.conf b/npc/scripts_guild.conf index 3241e9c08..fc8ec35ac 100644 --- a/npc/scripts_guild.conf +++ b/npc/scripts_guild.conf @@ -1,7 +1,9 @@ // -------------------------------------------------------------- // - Guild Wars - // -------------------------------------------------------------- -// -- Guild Wars: General +// -------------------------------------------------------------- +// ----------------------- War of Emperium ---------------------- +// General Functions npc: npc/guild/gldfunc_manager.txt npc: npc/guild/gldfunc_dunsw.txt npc: npc/guild/gldfunc_flag.txt @@ -9,7 +11,7 @@ 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 Wars: Al De Baran +// 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 @@ -17,7 +19,7 @@ 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 -// -- Guild Wars: Geffen +// Geffen npc: npc/guild/gefg/gefg_ev_agit.txt npc: npc/guild/gefg/gefg_flags.txt npc: npc/guild/gefg/gefg_managers.txt @@ -25,7 +27,7 @@ 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 -// -- Guild Wars: Payon +// Payon npc: npc/guild/payg/payg_ev_agit.txt npc: npc/guild/payg/payg_flags.txt npc: npc/guild/payg/payg_managers.txt @@ -33,7 +35,7 @@ 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 -// -- Guild Wars: Prontera +// Prontera npc: npc/guild/prtg/prtg_ev_agit.txt npc: npc/guild/prtg/prtg_flags.txt npc: npc/guild/prtg/prtg_managers.txt @@ -42,3 +44,21 @@ npc: npc/guild/prtg/prtg_dunsw.txt npc: npc/guild/prtg/prtg_treas.txt npc: npc/guild/prtg/prtg_guardians.txt // -------------------------------------------------------------- +// --------------- War of Emperium Second Edition --------------- +// WoE SE scripts in their purest form, unoptomized. +// To disable any single castle, comment it out. +// -------------------------------------------------------------- +// Town Flags +npc: npc/guild2/guild_flags.txt +// Arunafeltz +npc: npc/guild2/arug_cas01.txt +npc: npc/guild2/arug_cas02.txt +npc: npc/guild2/arug_cas03.txt +npc: npc/guild2/arug_cas04.txt +npc: npc/guild2/arug_cas05.txt +// Schwaltzvalt +npc: npc/guild2/schg_cas01.txt +npc: npc/guild2/schg_cas02.txt +npc: npc/guild2/schg_cas03.txt +npc: npc/guild2/schg_cas04.txt +npc: npc/guild2/schg_cas05.txt |