
* Updated spawns for Juno fields to Renewal. * Updated spawns for Umbala fields to Renewal. * Updated spawns for Comodo fields to Renewal * Updated spawns for Mjolnir fields to Renewal. * Updated spawns for Payon fields to Renewal. * Updated spawns for Morroc fields to Renewal. * Commented out repeatable EXP quests. git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14462 54d463be-8e91-2dee-dedb-b68131a5f0ec
59 lines
2.7 KiB
Plaintext
59 lines
2.7 KiB
Plaintext
//===== eAthena Script =======================================
|
|
//= Umbala Fields Monster Spawn Script
|
|
//===== By: ==================================================
|
|
//= Darkchild (1.0)
|
|
//===== Current Version: =====================================
|
|
//= 1.5
|
|
//===== Compatible With: =====================================
|
|
//= Any eAthena Version; RO Ep6+
|
|
//===== Additional Comments: =================================
|
|
//= 1.3 Official kRO 10.1 spawns [Playtester]
|
|
//= 1.4 More accurate spawns [Playtester]
|
|
//= 1.5 Updated spawns to renewal. [L0ne_W0lf]
|
|
//============================================================
|
|
|
|
//==================================================
|
|
// um_fild01 - Luluka Forest
|
|
//==================================================
|
|
um_fild01,0,0,0,0 monster Dryad 1493,70,0,0,0
|
|
um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
|
|
um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
|
|
um_fild01,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
|
|
um_fild01,0,0,0,0 monster Wooden Golem 1497,5,0,0,0
|
|
um_fild01,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
|
|
um_fild01,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
|
|
um_fild01,0,0,0,0 monster Shining Plant 1083,6,180000,90000,1
|
|
|
|
//==================================================
|
|
// um_fild02 - Hoomga Forest
|
|
//==================================================
|
|
um_fild02,0,0,0,0 monster Wootan Fighter 1499,40,0,0,0
|
|
um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
|
|
um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
|
|
um_fild02,0,0,0,0 monster Choco 1214,5,0,0,0
|
|
um_fild02,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
|
|
um_fild02,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|
|
|
|
//==================================================
|
|
// um_fild03 - Kalala Swamp
|
|
//==================================================
|
|
um_fild03,0,0,0,0 monster Parasite 1500,60,0,0,0
|
|
um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
|
|
um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
|
|
um_fild02,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
|
|
um_fild03,0,0,0,0 monster Blue Plant 1079,5,180000,90000,1
|
|
um_fild03,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
|
|
um_fild03,0,0,0,0 monster Shining Plant 1083,2,180000,90000,1
|
|
|
|
//==================================================
|
|
// um_fild04 - Hoomga Jungle
|
|
//==================================================
|
|
um_fild04,0,0,0,0 monster Wild Rose 1261,30,0,0,0
|
|
um_fild04,0,0,0,0 monster Stone Shooter 1495,5,0,0,0
|
|
um_fild04,0,0,0,0 monster Wooden Golem 1497,5,0,0,0
|
|
um_fild04,0,0,0,0 monster Wootan Shooter 1498,5,0,0,0
|
|
um_fild04,0,0,0,0 monster Wootan Fighter 1499,5,0,0,0
|
|
um_fild04,0,0,0,0 monster Choco 1214,2,0,0,0
|
|
um_fild04,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
|
|
um_fild04,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
|