1234567891011121314151617181920212223242526272829 |
- //===== 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]
- //============================================================
- //==================================================
- // kh_dun01 - Machine doll factory, 1st floor
- //==================================================
- kh_dun01.gat,0,0,0,0 monster Alice 1275,1,0,0,0
- kh_dun01.gat,0,0,0,0 monster Alicel 1735,40,0,0,0
- kh_dun01.gat,0,0,0,0 monster Aliot 1736,35,0,0,0
- kh_dun01.gat,0,0,0,0 monster Aliza 1737,1,0,0,0
- kh_dun01.gat,0,0,0,0 monster Constant 1738,30,0,0,0
- //==================================================
- // kh_dun02 - Machine doll factory, 2nd floor
- //==================================================
- kh_dun02.gat,0,0,0,0 monster Alicel 1735,50,0,0,0
- kh_dun02.gat,0,0,0,0 monster Aliot 1736,45,0,0,0
- kh_dun02.gat,0,0,0,0 monster Aliza 1737,1,0,0,0
- kh_dun02.gat,0,0,0,0 monster Constant 1738,40,0,0,0
- kh_dun02.gat,0,0,0,0 monster Kiel D-01 1734,1,7200000,3600000,1
|