diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-17 13:58:18 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-17 13:58:18 +0000 |
commit | cc897ee16369ed376e7aaa0e3b03997991cb0521 (patch) | |
tree | 92083246aab6bbb07eb8427b8e76335b1ffe6a06 /npc/re/scripts_monsters.conf | |
parent | 4822003e8cd55d137d7d857fa38d4307ecaecc6b (diff) | |
download | hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.gz hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.bz2 hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.tar.xz hercules-cc897ee16369ed376e7aaa0e3b03997991cb0521.zip |
* Follow-up r16430, moved all the RE entries in the .conf files behind the pre-RE entries
* Re-added a missing .conf entry, bugreport:6256
* Edited "WoE Time Explanation" documentation (doc\woe_time_explanation.txt)
* Added Warg documentation to checkoption/setoption, thanks to QQfoolsorellina tid:120670 (doc\script_commands.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/scripts_monsters.conf')
-rw-r--r-- | npc/re/scripts_monsters.conf | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/npc/re/scripts_monsters.conf b/npc/re/scripts_monsters.conf index ef57910bb..967dd5dcc 100644 --- a/npc/re/scripts_monsters.conf +++ b/npc/re/scripts_monsters.conf @@ -1,23 +1,4 @@ // -------------------------------------------------------------- -// - 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/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/re/mobs/citycleaners.txt @@ -44,6 +25,7 @@ npc: npc/re/mobs/fields/niflheim.txt npc: npc/re/mobs/fields/payon.txt npc: npc/re/mobs/fields/prontera.txt npc: npc/re/mobs/fields/rachel.txt +npc: npc/re/mobs/fields/splendide.txt npc: npc/re/mobs/fields/umbala.txt npc: npc/re/mobs/fields/veins.txt npc: npc/re/mobs/fields/yuno.txt @@ -87,4 +69,23 @@ npc: npc/re/mobs/dungeons/treasure.txt npc: npc/re/mobs/dungeons/tur_dun.txt npc: npc/re/mobs/dungeons/xmas_dun.txt npc: npc/re/mobs/dungeons/yggdrasil.txt + +// -------------------------------------------------------------- +// - 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/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 // -------------------------------------------------------------- |