root/npc/mobs/dungeons/thor_v.txt @ 1

Revision 1, 3.3 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script ========================================
2//= Thor Volcano Monster Spawn Script
3//===== By: ==================================================
4//= Playtester
5//===== Current Version: =====================================
6//= 1.3
7//===== Compatible With: =====================================
8//= Any Athena Version
9//===== Description: =========================================
10//= Official monster spawn in Thor Volcano Dungeon.
11//===== Additional Comments: =================================
12//= 1.0 Spawns according to RO Monthly and Doddler [Playtester]
13//= 1.1 Added Byorgue and Ifrit [Playtester]
14//= 1.2 Updated spawns according to RODE [Playtester]
15//= 1.3 More official spawns [Playtester]
16//============================================================
17
18// ================= [Thor Volcano - 01] =====================
19thor_v01,0,0,0,0        monster Magmaring       1836,10,0,0,0
20thor_v01,0,0,0,0        monster Fire Imp        1837,5,0,0,0
21thor_v01,0,0,0,0        monster Fire Imp        1837,12,1800000,0,0
22thor_v01,80,255,65,35   monster Fire Imp        1837,2,0,0,0
23thor_v01,240,250,50,30  monster Fire Imp        1837,2,0,0,0
24thor_v01,90,100,50,50   monster Fire Imp        1837,2,0,0,0
25thor_v01,210,110,50,30  monster Fire Imp        1837,2,0,0,0
26thor_v01,0,0,0,0        monster Kasa    1833,25,0,0,0
27thor_v01,80,255,65,35   monster Kasa    1833,5,0,0,0
28thor_v01,240,250,50,30  monster Kasa    1833,5,0,0,0
29thor_v01,90,100,50,50   monster Kasa    1833,5,0,0,0
30thor_v01,210,110,50,30  monster Kasa    1833,5,0,0,0
31thor_v01,0,0,0,0        monster Sword Master    1829,5,420000,0,0
32thor_v01,0,0,0,0        monster Bow Master      1830,5,420000,0,0
33thor_v01,0,0,0,0        monster Salamander      1831,5,3600000,0,0
34thor_v01,0,0,0,0        monster Byorgue 1839,1,3600000,0,0
35
36// ================= [Thor Volcano - 02] =====================
37thor_v02,0,0,0,0        monster Magmaring       1836,10,0,0,0
38thor_v02,0,0,0,0        monster Fire Imp        1837,5,0,0,0
39thor_v02,75,125,50,85   monster Fire Imp        1837,3,0,0,0
40thor_v02,168,162,50,50  monster Fire Imp        1837,2,0,0,0
41thor_v02,0,0,0,0        monster Kaho    1072,5,0,0,0
42thor_v02,75,125,50,85   monster Kaho    1072,3,0,0,0
43thor_v02,168,162,50,50  monster Kaho    1072,2,0,0,0
44thor_v02,0,0,0,0        monster Knocker 1838,20,0,0,0
45thor_v02,75,125,50,85   monster Knocker 1838,20,0,0,0
46thor_v02,168,162,50,50  monster Knocker 1838,15,0,0,0
47thor_v02,0,0,0,0        monster Salamander      1831,1,18000000,0,0
48thor_v02,0,0,0,0        monster Sword Master    1829,1,7200000,0,0
49thor_v02,0,0,0,0        monster Bow Master      1830,1,7200000,0,0
50
51// ================= [Thor Volcano - 03] =====================
52thor_v03,0,0,0,0        monster Kasa    1833,16,0,0,0
53thor_v03,95,220,64,55   monster Kasa    1833,6,0,0,0
54thor_v03,223,224,65,60  monster Kasa    1833,6,0,0,0
55thor_v03,80,90,60,60    monster Kasa    1833,6,0,0,0
56thor_v03,218,81,60,60   monster Kasa    1833,6,0,0,0
57thor_v03,0,0,0,0        monster Salamander      1831,20,0,0,0
58thor_v03,95,220,64,55   monster Salamander      1831,10,0,0,0
59thor_v03,223,224,65,60  monster Salamander      1831,10,0,0,0
60thor_v03,80,90,60,60    monster Salamander      1831,10,0,0,0
61thor_v03,218,81,60,60   monster Salamander      1831,10,0,0,0
62thor_v03,0,0,0,0        monster Sword Master    1829,5,0,0,0
63thor_v03,0,0,0,0        monster Sword Master    1829,5,1800000,0,0
64thor_v03,0,0,0,0        monster Bow Master      1830,5,0,0,0
65thor_v03,0,0,0,0        monster Bow Master      1830,5,1800000,0,0
66thor_v03,0,0,0,0        monster Byorgue 1839,5,1800000,0,0
67thor_v03,0,0,0,0        monster Ifrit   1832,1,39600000,0,0
Note: See TracBrowser for help on using the browser.