123456789101112131415161718192021222324252627282930313233 |
- //===== eAthena Script =======================================
- //= Kiel Dungeon Monster Spawn Script
- //===== By: ==================================================
- //= Athena (1.0)
- //===== Current Version: =====================================
- //= 1.0
- //===== Compatible With: =====================================
- //= Any Athena Version
- //===== Additional Comments: =================================
- //= 1.0 First version [MasterOfMuppets]
- //============================================================
- //============================================================
- //= Kiel Dungeon lvl 1 (kh_dun01.gat)
- //============================================================
- kh_dun01.gat,0,0,0,0 monster Alice 1275,10,900000,450000,0
- kh_dun01.gat,0,0,0,0 monster Alicel 1735,15,300000,150000,0
- kh_dun01.gat,0,0,0,0 monster Aliot 1736,10,600000,300000,0
- kh_dun01.gat,0,0,0,0 monster Aliza 1737,35,0,0,0
- kh_dun01.gat,0,0,0,0 monster Constant 1738,15,0,0,0
- //============================================================
- //= Kiel Dungeon lvl 2 (kh_dun02.gat)
- //============================================================
- kh_dun02.gat,0,0,0,0 monster Alicel 1735,30,600000,300000,0
- kh_dun02.gat,0,0,0,0 monster Aliot 1736,20,300000,150000,0
- kh_dun02.gat,0,0,0,0 monster Aliza 1737,15,0,0,0
- kh_dun02.gat,0,0,0,0 monster Constant 1738,20,0,0,0
- //We have to little info about these
- //kh_dun02.gat,0,0,0,0 monster Kiel 1733,1,1800000,900000,1
- //kh_dun02.gat,0,0,0,0 monster Kiel D-01 1734,1,7200000,3600000,1
|