diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 14:48:03 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 14:48:03 +0000 |
commit | 1c894d04665bbf5b4c85c8f3cab8d7eba999fe12 (patch) | |
tree | 1cda72e352bb74a5e9274b9d1b6f874de7c611a6 /npc/scripts_guild.conf | |
parent | f68dc1494d25a167a2858d3654f6d0f2ce51a35a (diff) | |
download | hercules-1c894d04665bbf5b4c85c8f3cab8d7eba999fe12.tar.gz hercules-1c894d04665bbf5b4c85c8f3cab8d7eba999fe12.tar.bz2 hercules-1c894d04665bbf5b4c85c8f3cab8d7eba999fe12.tar.xz hercules-1c894d04665bbf5b4c85c8f3cab8d7eba999fe12.zip |
- Guild folder update.
* Partially rewrote all castle files and updated all Castle flags, NPC's and warp coordinations to latest available official file.
* Renamed agit_template to agit_main and also updated it to latest available official file.
* Removed the Treasure Room Protection from agit_template and separated it into another file which will now be known as trs_rp.txt
- trs_rp.txt will allow that only the Guildleader can be in the Treasure Room, if you want to disable this protection just set an // in scripts_guild.conf before npc: npc/guild/trs_rp.txt .
- Moved payon castle map warps from warps/cities/payon.txt to warps/guild/guildcastles.txt .
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15923 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_guild.conf')
-rw-r--r-- | npc/scripts_guild.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/scripts_guild.conf b/npc/scripts_guild.conf index 9f90dbd6f..1c0562820 100644 --- a/npc/scripts_guild.conf +++ b/npc/scripts_guild.conf @@ -4,9 +4,11 @@ // -------------------------------------------------------------- // ----------------------- War of Emperium ---------------------- // Guild NPC Template file. -npc: npc/guild/agit_template.txt +npc: npc/guild/agit_main.txt // Guild WoE time settings. npc: npc/guild/agit_controller.txt +// Treasure Room Protection +npc: npc/guild/trs_rp.txt // Al De Baran npc: npc/guild/aldeg_cas01.txt npc: npc/guild/aldeg_cas02.txt |