
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
//===== eAthena Script =======================================
|
|
//= Einbroch Dungeon (Mine) Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Athena (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//= Any Athena Version
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 spawn N and spawn delays aren't yet correct, so I set
|
|
//= respawn delays quite big for now [Lupus]
|
|
//= 1.1 Fixed monsters spawn places
|
|
//= 1.1a Reduced RSX's respawn delay value []
|
|
//= 1.2 Update monster spawn numbers according to info on [MasterOfMuppets]
|
|
//= emperium.org
|
|
//============================================================
|
|
|
|
//(ein_dun01.gat)*
|
|
ein_dun01.gat,0,0,0,0 monster Noxious 1620,40,10000,10000,0
|
|
ein_dun01.gat,0,0,0,0 monster Venomous 1621,20,10000,10000,0
|
|
ein_dun01.gat,0,0,0,0 monster Waste Stove 1617,5,60000,120000,0
|
|
ein_dun01.gat,0,0,0,0 monster Porcellio 1619,30,0,0,0
|
|
ein_dun01.gat,0,0,0,0 monster Pitman 1616,55,0,0,0
|
|
ein_dun01.gat,0,0,0,0 monster Ungoliant 1618,1,3600000,3600000,0
|
|
|
|
//(ein_dun02.gat)*
|
|
ein_dun02.gat,0,0,0,0 monster Teddy Bear 1622,30,0,0
|
|
ein_dun02.gat,0,0,0,0 monster Obsidian 1615,40,0,0,0
|
|
ein_dun02.gat,0,0,0,0 monster Mineral 1614,50,0,0,0
|
|
ein_dun02.gat,0,0,0,0 monster Waste Stove 1617,30,0,0,0
|
|
ein_dun02.gat,0,0,0,0 monster Venomous 1621,20,0,0,0
|
|
ein_dun02.gat,163,137,50,50 monster RSX 0806 1623,1,14400000,14400000,0
|