diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-01 18:04:12 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-01 18:04:12 +0000 |
commit | c058a02a1a7190764c50ebda5bcdef7d659cb75b (patch) | |
tree | 2337ada31c4c664e47d92968cc39bd4dc467e7f8 | |
parent | 54c195babb36210c72abd7f83e2691a7f6c490d0 (diff) | |
download | hercules-c058a02a1a7190764c50ebda5bcdef7d659cb75b.tar.gz hercules-c058a02a1a7190764c50ebda5bcdef7d659cb75b.tar.bz2 hercules-c058a02a1a7190764c50ebda5bcdef7d659cb75b.tar.xz hercules-c058a02a1a7190764c50ebda5bcdef7d659cb75b.zip |
Fixed equippable job for Moonlight Ring and removed Airplane mobs from conf files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10428 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 1 | ||||
-rw-r--r-- | npc/scripts_jmonsters.conf | 1 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index e86207ce6..d6ad7c621 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1209,7 +1209,7 @@ 2642,Serin's_Gold_Ring,Serin's Gold Ring,5,,10,0,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{} 2643,Serin's_Gold_Ring_,Serin's Gold Ring,5,45000,,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{},{},{} 2644,The_Sign_,The Sign,5,2,,0,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bAddRace2,5,5; bonus bMatkRate,5; },{},{} -2645,Moonlight_Ring,Moonlight Ring,5,40000,,200,,0,,0,0x028F5EEE,7,2,136,,60,0,0,{ bonus bMdef,2; },{},{} +2645,Moonlight_Ring,Moonlight Ring,5,40000,,200,,0,,0,0x02021040,7,2,136,,60,0,0,{ bonus bMdef,2; },{},{} 2646,Bunch_Of_Carnation,Bunch of Carnations,5,2,,100,,0,,0,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus bAllStats,3; },{},{} 2647,Nile_Rose,Nile Rose,5,2,,100,,0,,1,0xFFFFFFFF,7,2,136,,0,0,0,{ bonus bMaxHP,10; },{},{} 2648,Morpheus's_Ring,Morpheus's Ring,5,30000,,100,,0,,0,0xFFFFFFFE,7,2,136,,33,0,0,{ bonus bInt,1; bonus bMaxSPrate,5; },{},{} diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index 0a7020de4..ef3904330 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -17,7 +17,6 @@ // -------------------------------------------------------------- npc: npc/mobs/citycleaners.txt npc: npc/mobs/pvp.txt -npc: npc/mobs/airplane.txt npc: npc/eamobs/fields/comodo.txt npc: npc/eamobs/fields/mjolnir.txt diff --git a/npc/scripts_jmonsters.conf b/npc/scripts_jmonsters.conf index 6c57f04a7..3a2174aac 100644 --- a/npc/scripts_jmonsters.conf +++ b/npc/scripts_jmonsters.conf @@ -22,7 +22,6 @@ npc: npc/eamobs/jro/jro.txt // -- Uncomment them if you want to have monsters on the // -- missing maps as well //npc: npc/eamobs/jro/other.txt -//npc: npc/mobs/airplane.txt //npc: npc/mobs/fields/odin.txt //npc: npc/mobs/fields/rachel.txt //npc: npc/mobs/fields/veins.txt diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 805598951..a1f56018d 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -17,7 +17,6 @@ // -------------------------------------------------------------- npc: npc/mobs/citycleaners.txt npc: npc/mobs/pvp.txt -npc: npc/mobs/airplane.txt npc: npc/mobs/fields/amatsu.txt npc: npc/mobs/fields/ayothaya.txt |