diff options
author | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-12 00:32:22 +0000 |
---|---|---|
committer | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-12 00:32:22 +0000 |
commit | ace66fdabfb289716f5c9e1ec65b5c24f706db0d (patch) | |
tree | 6b2071128f4344181805ac83ad83b9907d1df3cf /npc/scripts_renewal.conf | |
parent | 8343a8489052407983d50e3e6804570e409c8604 (diff) | |
download | hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.gz hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.bz2 hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.tar.xz hercules-ace66fdabfb289716f5c9e1ec65b5c24f706db0d.zip |
*Updated renewal mob spawns up to Malaya Port.
-Fixed a bug with Bio3 MVPs not spawning.
*Item updates:
-Removed or disabled most renewal items in the pre-re item_db.
-Fixed incorrect bonus with ATK enchantments.
-Updated newer cards based on aegis info (special thanks to Muad_Dib)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15432 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_renewal.conf')
-rw-r--r-- | npc/scripts_renewal.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/npc/scripts_renewal.conf b/npc/scripts_renewal.conf index 0e50f46ab..4783aebe9 100644 --- a/npc/scripts_renewal.conf +++ b/npc/scripts_renewal.conf @@ -10,9 +10,15 @@ // - that require renewal mobs non-existent in pre-re - // -------------------------------------------------------------- +//Dungeons +npc: npc/mobs/dungeons/dew_dun.txt +npc: npc/mobs/dungeons/dic_dun.txt +npc: npc/mobs/dungeons/ma_dun.txt +npc: npc/mobs/dungeons/mal_dun.txt + //Fields -npc: npc/mobs/fields/splendide.txt +npc: npc/mobs/fields/bifrost.txt +npc: npc/mobs/fields/dewata.txt npc: npc/mobs/fields/dicastes.txt - -//Dungeons -npc: npc/mobs/dungeons/dic_dun.txt
\ No newline at end of file +npc: npc/mobs/fields/malaya.txt +npc: npc/mobs/fields/splendide.txt |