diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-16 15:32:00 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-16 15:32:00 +0000 |
commit | b773ff2c33884e924a34221a49af38bca1d185a4 (patch) | |
tree | 6d618b09c4999a10b89a73137d2dc6b9d16ca55a /npc/pre-re/scripts_monsters.conf | |
parent | 0124990b7ff13e4bf963b7c054ce3412e8d8ddcd (diff) | |
download | hercules-b773ff2c33884e924a34221a49af38bca1d185a4.tar.gz hercules-b773ff2c33884e924a34221a49af38bca1d185a4.tar.bz2 hercules-b773ff2c33884e924a34221a49af38bca1d185a4.tar.xz hercules-b773ff2c33884e924a34221a49af38bca1d185a4.zip |
Disabled and removed all renewal-only scripts from pre-re folder. You still can enable them in pre-renewal scripts conf files, but scripts are read from the re folder. Follow up r16387.
Splitted some renewal-only NPCs from renters.txt into another file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16430 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/pre-re/scripts_monsters.conf')
-rw-r--r-- | npc/pre-re/scripts_monsters.conf | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/npc/pre-re/scripts_monsters.conf b/npc/pre-re/scripts_monsters.conf index a19706d33..39bfa12b5 100644 --- a/npc/pre-re/scripts_monsters.conf +++ b/npc/pre-re/scripts_monsters.conf @@ -1,4 +1,24 @@ // -------------------------------------------------------------- +// - RE Monster Scripts - +// -------------------------------------------------------------- +npc: npc/re/mobs/towns/brasilis.txt + +npc: npc/re/mobs/fields/brasilis.txt +npc: npc/re/mobs/fields/bifrost.txt +npc: npc/re/mobs/fields/dewata.txt +npc: npc/re/mobs/fields/dicastes.txt +npc: npc/re/mobs/fields/malaya.txt +npc: npc/re/mobs/fields/splendide.txt + +npc: npc/re/mobs/dungeons/bra_dun.txt +npc: npc/re/mobs/dungeons/dew_dun.txt +npc: npc/re/mobs/dungeons/dic_dun.txt +npc: npc/re/mobs/dungeons/iz_dun_re.txt +npc: npc/re/mobs/dungeons/lhz_dun_re.txt +npc: npc/re/mobs/dungeons/ma_dun.txt +npc: npc/re/mobs/dungeons/mal_dun.txt + +// -------------------------------------------------------------- // - Monster Scripts - // -------------------------------------------------------------- npc: npc/pre-re/mobs/citycleaners.txt @@ -6,13 +26,9 @@ npc: npc/pre-re/mobs/pvp.txt npc: npc/pre-re/mobs/jail.txt npc: npc/pre-re/mobs/bossnia.txt -npc: npc/pre-re/mobs/towns/brasilis.txt - npc: npc/pre-re/mobs/fields/amatsu.txt npc: npc/pre-re/mobs/fields/ayothaya.txt -npc: npc/pre-re/mobs/fields/brasilis.txt npc: npc/pre-re/mobs/fields/comodo.txt -//dicastes is in scripts_renewal.conf npc: npc/pre-re/mobs/fields/einbroch.txt npc: npc/pre-re/mobs/fields/geffen.txt npc: npc/pre-re/mobs/fields/gonryun.txt @@ -29,7 +45,6 @@ npc: npc/pre-re/mobs/fields/niflheim.txt npc: npc/pre-re/mobs/fields/payon.txt npc: npc/pre-re/mobs/fields/prontera.txt npc: npc/pre-re/mobs/fields/rachel.txt -//splendide fields is in scripts_renewal.conf npc: npc/pre-re/mobs/fields/umbala.txt npc: npc/pre-re/mobs/fields/veins.txt npc: npc/pre-re/mobs/fields/yuno.txt @@ -41,9 +56,7 @@ npc: npc/pre-re/mobs/dungeons/ama_dun.txt npc: npc/pre-re/mobs/dungeons/anthell.txt npc: npc/pre-re/mobs/dungeons/ayo_dun.txt npc: npc/pre-re/mobs/dungeons/beach_dun.txt -npc: npc/pre-re/mobs/dungeons/bra_dun.txt npc: npc/pre-re/mobs/dungeons/c_tower.txt -//dicastes is in scripts_renewal.conf npc: npc/pre-re/mobs/dungeons/ein_dun.txt npc: npc/pre-re/mobs/dungeons/gef_dun.txt npc: npc/pre-re/mobs/dungeons/gefenia.txt |