1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
//================= Hercules Script =======================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2015 Hercules Dev Team
//= Copyright (C) L0ne_W0lf
//= Copyright (C) Playtester
//= Copyright (C) Athena
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Al De Baran Dungeon Monster Spawn Script (Pre-Renewal)
//================= Description ===========================================
//= Monster Spawns for Al De Baran Dungeon
//================= Current Version =======================================
//= 1.3
//=========================================================================
//== alde_dun01 - Clock Tower B1 ===========================
alde_dun01,0,0,0,0 monster Arclouze 1194,50,0,0,0
alde_dun01,0,0,0,0 monster Drainliar 1111,40,0,0,0
//== alde_dun02 - Clock Tower B2 ===========================
alde_dun02,0,0,0,0 monster High Orc 1213,50,0,0,0
alde_dun02,0,0,0,0 monster Orc Archer 1189,20,0,0,0
alde_dun02,0,0,0,0 monster Brilight 1211,20,0,0,0
alde_dun02,0,0,0,0 monster Arclouze 1194,20,0,0,0
//== alde_dun03 - Clock Tower B3 ===========================
alde_dun03,0,0,0,0 monster Cramp 1209,25,0,0,0
alde_dun03,0,0,0,0 monster Drainliar 1111,20,0,0,0
alde_dun03,77,28,5,5 monster Cramp 1209,3,40000,20000,0
alde_dun03,0,0,0,0 monster Penomena 1216,45,180000,120000,0
alde_dun03,184,61,30,30 monster Cramp 1209,10,300000,150000,0
alde_dun03,184,61,30,30 monster Drainliar 1111,10,300000,150000,0
alde_dun03,163,56,10,10 monster Penomena 1216,3,600000,300000,0
alde_dun03,168,42,6,6 monster Penomena 1216,2,600000,300000,0
alde_dun03,147,30,8,8 monster Penomena 1216,2,600000,300000,0
alde_dun03,126,53,20,20 monster Cramp 1209,5,300000,150000,0
alde_dun03,126,53,20,20 monster Drainliar 1111,5,300000,150000,0
alde_dun03,102,40,10,10 monster Penomena 1216,4,600000,300000,0
alde_dun03,130,220,40,40 monster Cramp 1209,10,300000,150000,0
alde_dun03,130,220,40,40 monster Drainliar 1111,10,300000,150000,0
alde_dun03,155,201,25,25 monster Penomena 1216,7,600000,300000,0
alde_dun03,160,181,8,8 monster Penomena 1216,2,600000,300000,0
alde_dun03,179,166,6,6 monster Penomena 1216,4,600000,300000,0
alde_dun03,127,204,9,9 monster Penomena 1216,5,600000,300000,0
alde_dun03,127,204,9,9 monster Cramp 1209,3,300000,150000,0
alde_dun03,142,157,8,8 monster Penomena 1216,5,600000,300000,0
alde_dun03,135,140,8,8 monster Penomena 1216,3,600000,300000,0
alde_dun03,120,157,8,8 monster Penomena 1216,3,600000,300000,0
alde_dun03,120,157,8,8 monster Drainliar 1111,10,300000,150000,0
//== alde_dun04 - Clock Tower B4 ===========================
alde_dun04,0,0,0,0 monster Bathory 1102,50,0,0,0
alde_dun04,0,0,0,0 monster Joker 1131,10,0,0,0
alde_dun04,0,0,0,0 monster Executioner 1205,1,3600000,1800000,1
alde_dun04,0,0,0,0 monster Mysteltainn 1203,1,3600000,1800000,1
alde_dun04,0,0,0,0 monster Ogretooth 1204,1,3600000,1800000,1
alde_dun04,0,0,0,0 monster Whisper 1179,10,0,0,0
|