diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-22 14:32:48 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-22 14:32:48 +0000 |
commit | 3f4fabd7bc511c76485db153ae9b58468e6a5c00 (patch) | |
tree | 2ae03c51298eaed8eb52fe76c7347ec77fb906d9 /npc/mobs | |
parent | a7c3ca96ad0ee7179584b90b8135ff510d9ed03f (diff) | |
download | hercules-3f4fabd7bc511c76485db153ae9b58468e6a5c00.tar.gz hercules-3f4fabd7bc511c76485db153ae9b58468e6a5c00.tar.bz2 hercules-3f4fabd7bc511c76485db153ae9b58468e6a5c00.tar.xz hercules-3f4fabd7bc511c76485db153ae9b58468e6a5c00.zip |
Tweaked some recent npcs (untested)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10608 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-rw-r--r-- | npc/mobs/dungeons/thor.txt | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt index 2e1f83ae8..f807f2848 100644 --- a/npc/mobs/dungeons/thor.txt +++ b/npc/mobs/dungeons/thor.txt @@ -1,35 +1,35 @@ -//===== Athena Script =============================================
-//= Thor Volcano Monster Spawn Script.
-//===== By: =======================================================
-//= Playtester
-//===== Current Version: ==========================================
-//= 1.0
-//===== 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]
-//=================================================================
-
-// ================= [Thor Volcano - 01] ==========================
-thor_v01,0,0,0,0 monster Kasa 1833,30,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 Volcano - 02] ==========================
-thor_v02,0,0,0,0 monster Knocker 1838,70,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 Sword Master 1829,1,0,0,0
-thor_v02,0,0,0,0 monster Bow Master 1830,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 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
+//===== Athena Script ============================================= +//= Thor Volcano Monster Spawn Script. +//===== By: ======================================================= +//= Playtester +//===== Current Version: ========================================== +//= 1.0 +//===== 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] +//================================================================= + +// ================= [Thor Volcano - 01] ========================== +thor_v01,0,0,0,0 monster Kasa 1833,30,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 Volcano - 02] ========================== +thor_v02,0,0,0,0 monster Knocker 1838,70,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 Sword Master 1829,1,0,0,0 +thor_v02,0,0,0,0 monster Bow Master 1830,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 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 |