diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-16 15:19:58 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-16 15:19:58 +0000 |
commit | 93d4c2a1db57f096de6a08aa8b9576ea5462f7a4 (patch) | |
tree | 0740bca79533fbaa57db12a01182d2867cef5053 /npc/mobs | |
parent | 5953be59eb191871226d6633ab813337f3f599c5 (diff) | |
download | hercules-93d4c2a1db57f096de6a08aa8b9576ea5462f7a4.tar.gz hercules-93d4c2a1db57f096de6a08aa8b9576ea5462f7a4.tar.bz2 hercules-93d4c2a1db57f096de6a08aa8b9576ea5462f7a4.tar.xz hercules-93d4c2a1db57f096de6a08aa8b9576ea5462f7a4.zip |
* Updated Ifrit and Byorgue drops
- removed incomplete items from drops
* Updated Ganbantein on Ifrit and Kasa
* Added Ifrit and Byorgue to spawns
* Lowered Atroce respawn time on Veins fields
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10776 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-rw-r--r-- | npc/mobs/dungeons/thor.txt | 7 | ||||
-rw-r--r-- | npc/mobs/fields/veins.txt | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt index 162d88f94..10c5cdc11 100644 --- a/npc/mobs/dungeons/thor.txt +++ b/npc/mobs/dungeons/thor.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= Playtester //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Official monster spawn in Thor Volcano Dungeon. //===== Additional Comments: ================================= //= 1.0 Spawns according to RO Monthly and Doddler [Playtester] +//= 1.1 Added Byorgue and Ifrit [Playtester] //============================================================ // ================= [Thor Volcano - 01] ===================== @@ -19,6 +20,7 @@ thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v01,0,0,0,0 monster Salamander 1831,5,0,0,0 thor_v01,0,0,0,0 monster Sword Master 1829,1,0,0,0 thor_v01,0,0,0,0 monster Bow Master 1830,1,0,0,0 +thor_v01,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 // ================= [Thor Volcano - 02] ===================== thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0 @@ -27,9 +29,12 @@ thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0 thor_v02,0,0,0,0 monster Salamander 1831,5,0,0,0 thor_v02,0,0,0,0 monster Sword Master 1829,1,0,0,0 thor_v02,0,0,0,0 monster Bow Master 1830,1,0,0,0 +thor_v02,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 // ================= [Thor Volcano - 03] ===================== thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0 thor_v03,0,0,0,0 monster Kasa 1833,20,0,0,0 thor_v03,0,0,0,0 monster Sword Master 1829,3,0,0,0 thor_v03,0,0,0,0 monster Bow Master 1830,3,0,0,0 +thor_v03,0,0,0,0 monster Byorgue 1839,1,1800000,1200000,1 +thor_v03,0,0,0,0 monster Ifrit 1832,1,39600000,39000000,1 diff --git a/npc/mobs/fields/veins.txt b/npc/mobs/fields/veins.txt index 7c7527ff4..17c39f146 100644 --- a/npc/mobs/fields/veins.txt +++ b/npc/mobs/fields/veins.txt @@ -23,7 +23,7 @@ ve_fild01,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 ve_fild01,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1 ve_fild01,0,0,0,0 monster Blue Plant 1079,3,1800000,900000,1 ve_fild01,0,0,0,0 monster Shining Plant 1083,1,1800000,900000,1 -ve_fild01,0,0,0,0 monster Atroce 1785,1,86400000,86000000,1 +ve_fild01,0,0,0,0 monster Atroce 1785,1,39600000,39000000,1 //======== [Veins Field-02] =================================== ve_fild02,0,0,0,0 monster Savage 1166,60,0,0,0 @@ -31,7 +31,7 @@ ve_fild02,0,0,0,0 monster Side Winder 1037,20,0,0,0 ve_fild02,0,0,0,0 monster Roween 1782,20,0,0,0 ve_fild02,0,0,0,0 monster Stapo 1784,30,0,0,0 ve_fild02,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1 -ve_fild02,0,0,0,0 monster Atroce 1785,1,86400000,86000000,1 +ve_fild02,0,0,0,0 monster Atroce 1785,1,39600000,39000000,1 //======== [Veins Field-03] =================================== ve_fild03,0,0,0,0 monster Sandman 1165,20,600000,300000,1 |