diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-06-05 21:15:39 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-06-05 21:15:39 +0530 |
commit | cbb4a14ba44a611be94b3e54094a7980bdb7ba26 (patch) | |
tree | f528405af63bdf2db32fdaa8f881da61a8b0014b /npc/scripts_woe.conf | |
parent | 3d05cf3a3cf9c72e9bd2a3c93a3477837b80b9b3 (diff) | |
parent | 37e47973a81957469be3c73d49a928188160747e (diff) | |
download | hercules-cbb4a14ba44a611be94b3e54094a7980bdb7ba26.tar.gz hercules-cbb4a14ba44a611be94b3e54094a7980bdb7ba26.tar.bz2 hercules-cbb4a14ba44a611be94b3e54094a7980bdb7ba26.tar.xz hercules-cbb4a14ba44a611be94b3e54094a7980bdb7ba26.zip |
Merge pull request #533 from dastgir/guild_change
Renamed guild and guild2 folder
Diffstat (limited to 'npc/scripts_woe.conf')
-rw-r--r-- | npc/scripts_woe.conf | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/npc/scripts_woe.conf b/npc/scripts_woe.conf new file mode 100644 index 000000000..42f567c65 --- /dev/null +++ b/npc/scripts_woe.conf @@ -0,0 +1,55 @@ +// -------------------------------------------------------------- +// - Guild Wars - +// -------------------------------------------------------------- + +// ----------------------- War of Emperium ---------------------- +// - Guild WoE time settings +npc: npc/woe-fe/agit_controller.txt +// - Guild NPC Template file +npc: npc/woe-fe/agit_main.txt +// - Al De Baran +npc: npc/woe-fe/aldeg_cas01.txt +npc: npc/woe-fe/aldeg_cas02.txt +npc: npc/woe-fe/aldeg_cas03.txt +npc: npc/woe-fe/aldeg_cas04.txt +npc: npc/woe-fe/aldeg_cas05.txt +// - Geffen +npc: npc/woe-fe/gefg_cas01.txt +npc: npc/woe-fe/gefg_cas02.txt +npc: npc/woe-fe/gefg_cas03.txt +npc: npc/woe-fe/gefg_cas04.txt +npc: npc/woe-fe/gefg_cas05.txt +// - Payon +npc: npc/woe-fe/payg_cas01.txt +npc: npc/woe-fe/payg_cas02.txt +npc: npc/woe-fe/payg_cas03.txt +npc: npc/woe-fe/payg_cas04.txt +npc: npc/woe-fe/payg_cas05.txt +// - Prontera +npc: npc/woe-fe/prtg_cas01.txt +npc: npc/woe-fe/prtg_cas02.txt +npc: npc/woe-fe/prtg_cas03.txt +npc: npc/woe-fe/prtg_cas04.txt +npc: npc/woe-fe/prtg_cas05.txt +// - Treasure Room Protection +//npc: npc/woe-fe/trs_rp.txt + +// --------------- War of Emperium Second Edition --------------- +// - WoE SE time settings +npc: npc/woe-se/agit_start_se.txt +// - Guild NPC Template file +npc: npc/woe-se/agit_main_se.txt +// - Town Flags +npc: npc/woe-se/guild_flags.txt +// - Arunafeltz +npc: npc/woe-se/arug_cas01.txt +npc: npc/woe-se/arug_cas02.txt +npc: npc/woe-se/arug_cas03.txt +npc: npc/woe-se/arug_cas04.txt +npc: npc/woe-se/arug_cas05.txt +// - Schwaltzvalt +npc: npc/woe-se/schg_cas01.txt +npc: npc/woe-se/schg_cas02.txt +npc: npc/woe-se/schg_cas03.txt +npc: npc/woe-se/schg_cas04.txt +npc: npc/woe-se/schg_cas05.txt |