diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-04 21:30:31 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-04 21:30:31 +0000 |
commit | d45fde3f893468bbd6d9d3c9e164dbffa9f4bc36 (patch) | |
tree | 06c05d282e17a9c333bb1cce3787aaade24456ed | |
parent | 3295207aa2f7315356f10a4e4f17f2dd93f2e604 (diff) | |
download | hercules-d45fde3f893468bbd6d9d3c9e164dbffa9f4bc36.tar.gz hercules-d45fde3f893468bbd6d9d3c9e164dbffa9f4bc36.tar.bz2 hercules-d45fde3f893468bbd6d9d3c9e164dbffa9f4bc36.tar.xz hercules-d45fde3f893468bbd6d9d3c9e164dbffa9f4bc36.zip |
Updated Thor Volcano spawns
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11655 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/mobs/dungeons/thor.txt | 23 |
2 files changed, 13 insertions, 11 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 29da4d9ef..fa9cb55ea 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/11/04 + * Updated Thor Volcano spawns [Playtester] * Rev. 11653 Fixed a bug in sage job quest. [L0ne_W0lf] 2007/11/03 * Rev. 11649 Corrected an typo in the guild flag function. [L0ne_W0lf] diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt index 03ef01342..a22a28f2b 100644 --- a/npc/mobs/dungeons/thor.txt +++ b/npc/mobs/dungeons/thor.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Playtester //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -11,30 +11,31 @@ //===== Additional Comments: ================================= //= 1.0 Spawns according to RO Monthly and Doddler [Playtester] //= 1.1 Added Byorgue and Ifrit [Playtester] +//= 1.2 Updated spawns according to RODE [Playtester] //============================================================ // ================= [Thor Volcano - 01] ===================== -thor_v01,0,0,0,0 monster Kasa 1833,30,0,0,0 +thor_v01,0,0,0,0 monster Kasa 1833,40,0,0,0 thor_v01,0,0,0,0 monster Fire Imp 1837,20,0,0,0 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 Sword Master 1829,3,0,0,0 +thor_v01,0,0,0,0 monster Bow Master 1830,3,0,0,0 +thor_v01,0,0,0,0 monster Salamander 1831,3,0,0,0 thor_v01,0,0,0,0 monster Byorgue 1839,1,0,0,0 // ================= [Thor Volcano - 02] ===================== -thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0 +thor_v02,0,0,0,0 monster Knocker 1838,60,0,0,0 thor_v02,0,0,0,0 monster Fire Imp 1837,10,0,0,0 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 Kaho 1072,10,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,0,0,0 +thor_v02,0,0,0,0 monster Salamander 1831,1,0,0,0 // ================= [Thor Volcano - 03] ===================== -thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0 +thor_v03,0,0,0,0 monster Salamander 1831,40,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 Sword Master 1829,5,0,0,0 +thor_v03,0,0,0,0 monster Bow Master 1830,5,0,0,0 thor_v03,0,0,0,0 monster Byorgue 1839,1,0,0,0 thor_v03,0,0,0,0 monster Ifrit 1832,1,39600000,39000000,1 |