Fixed Abyss Lake spawns
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6763 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
13904b651f
commit
d6ecc8c5a0
@ -31,6 +31,7 @@ Evera
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
05/25
|
05/25
|
||||||
|
* Fixed Abyss Lake spawns [Playtester]
|
||||||
* Fixed Thanatos Tower spawns [Playtester]
|
* Fixed Thanatos Tower spawns [Playtester]
|
||||||
* Added a custom Market Place to clear Prontera streets from annoying shops. [Lupus]
|
* Added a custom Market Place to clear Prontera streets from annoying shops. [Lupus]
|
||||||
'novending' mapflag sample: Try it and adjust the script as you want.
|
'novending' mapflag sample: Try it and adjust the script as you want.
|
||||||
|
@ -3,45 +3,47 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Athena (1.0)
|
//= Athena (1.0)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= Any Athena Version
|
//= Any Athena Version
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 Real spawns by Poki#3 [Nexon]
|
//= 1.0 Real spawns by Poki#3 [Nexon]
|
||||||
|
//= 1.1 More official spawns [Playtester]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// abyss_01 - Abyss Lakes Underground Cave F1
|
// abyss_01 - Abyss Lakes Underground Cave F1
|
||||||
//==================================================
|
//==================================================
|
||||||
abyss_01.gat,0,0,0,0 monster Penomena 1216,20,30000,0,0
|
abyss_01.gat,0,0,0,0 monster Penomena 1216,20,0,0,0
|
||||||
abyss_01.gat,0,0,0,0 monster Mimic 1191,20,0,0,0
|
abyss_01.gat,0,0,0,0 monster Mimic 1191,20,0,0,0
|
||||||
abyss_01.gat,0,0,0,0 monster Ancient Mimic 1699,1,0,0,0
|
abyss_01.gat,0,0,0,0 monster Ancient Mimic 1699,10,0,0,0
|
||||||
abyss_01.gat,0,0,0,0 monster Novus 1715,10,0,0,0
|
abyss_01.gat,0,0,0,0 monster Novus 1715,20,0,0,0
|
||||||
|
abyss_01.gat,0,0,0,0 monster Novus 1718,20,0,0,0
|
||||||
|
abyss_01.gat,0,0,0,0 monster Ferus 1714,10,0,0,0
|
||||||
abyss_01.gat,0,0,0,0 monster Ferus 1717,20,0,0,0
|
abyss_01.gat,0,0,0,0 monster Ferus 1717,20,0,0,0
|
||||||
abyss_01.gat,0,0,0,0 monster Hydro 1720,1,1800000,0,0
|
abyss_01.gat,0,0,0,0 monster Dragon Egg 1721,10,0,0,0
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// abyss_02 - Abyss Lakes Underground Cave F2
|
// abyss_02 - Abyss Lakes Underground Cave F2
|
||||||
//==================================================
|
//==================================================
|
||||||
abyss_02.gat,0,0,0,0 monster Ancient Mimic 1699,10,0,0,0
|
abyss_02.gat,0,0,0,0 monster Mimic 1191,15,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Dragon Egg 1721,5,0,0,0
|
abyss_02.gat,0,0,0,0 monster Ancient Mimic 1699,15,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Acidus 1713,30,0,0,0
|
abyss_02.gat,0,0,0,0 monster Acidus 1713,20,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Acidus 1716,30,0,0,0
|
abyss_02.gat,0,0,0,0 monster Acidus 1716,20,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Novus 1715,10,0,0,0
|
abyss_02.gat,0,0,0,0 monster Novus 1715,10,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Novus 1718,10,0,0,0
|
abyss_02.gat,0,0,0,0 monster Novus 1718,10,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Ferus 1717,30,0,0,0
|
abyss_02.gat,0,0,0,0 monster Ferus 1714,20,0,0,0
|
||||||
abyss_02.gat,0,0,0,0 monster Hydro 1720,1,1800000,0,0
|
abyss_02.gat,0,0,0,0 monster Dragon Egg 1721,10,0,0,0
|
||||||
|
|
||||||
//==================================================
|
//==================================================
|
||||||
// abyss_03 - Abyss Lakes Underground Cave F3
|
// abyss_03 - Abyss Lakes Underground Cave F3
|
||||||
//==================================================
|
//==================================================
|
||||||
|
abyss_03.gat,0,0,0,0 monster Mimic 1191,10,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Ancient Mimic 1699,20,0,0,0
|
abyss_03.gat,0,0,0,0 monster Ancient Mimic 1699,20,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Dragon Egg 1721,5,0,0,0
|
|
||||||
abyss_03.gat,0,0,0,0 monster Spring Rabbit 1690,10,0,0,0
|
|
||||||
abyss_03.gat,0,0,0,0 monster Acidus 1713,20,0,0,0
|
abyss_03.gat,0,0,0,0 monster Acidus 1713,20,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Acidus 1716,20,0,0,0
|
abyss_03.gat,0,0,0,0 monster Acidus 1716,20,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Novus 1715,10,0,0,0
|
|
||||||
abyss_03.gat,0,0,0,0 monster Novus 1718,10,0,0,0
|
|
||||||
abyss_03.gat,0,0,0,0 monster Ferus 1714,20,0,0,0
|
abyss_03.gat,0,0,0,0 monster Ferus 1714,20,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Hydro 1720,2,1800000,0,0
|
abyss_03.gat,0,0,0,0 monster Ferus 1717,20,0,0,0
|
||||||
abyss_03.gat,0,0,0,0 monster Detale 1719,1,3600000,7200000,0
|
abyss_03.gat,0,0,0,0 monster Dragon Egg 1721,10,0,0,0
|
||||||
|
abyss_03.gat,0,0,0,0 monster Hydro 1720,2,1800000,900000,0
|
||||||
|
abyss_03.gat,0,0,0,0 monster Detale 1719,1,7200000,3600000,0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user