1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- //===== rAthena Script =======================================
- //= Umbala Fields Monster Spawn Script
- //===== By: ==================================================
- //= Darkchild (1.0)
- //===== Current Version: =====================================
- //= 1.5
- //===== Compatible With: =====================================
- //= Any rAthena 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,5000,0,0
- um_fild01,0,0,0,0 monster Stone Shooter 1495,15,5000,0,0
- um_fild01,0,0,0,0 monster Wootan Shooter 1498,10,5000,0,0
- um_fild01,0,0,0,0 monster Wootan Fighter 1499,10,5000,0,0
- um_fild01,0,0,0,0 monster Wooden Golem 1497,10,5000,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,5,180000,90000,1
- //==================================================
- // um_fild02 - Hoomga Forest
- //==================================================
- um_fild02,0,0,0,0 monster Wootan Fighter 1499,40,5000,0,0
- um_fild02,0,0,0,0 monster Stone Shooter 1495,15,5000,0,0
- um_fild02,0,0,0,0 monster Wootan Shooter 1498,10,5000,0,0
- um_fild02,0,0,0,0 monster Choco 1214,5,5000,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,5000,0,0
- um_fild03,0,0,0,0 monster Stone Shooter 1495,15,5000,0,0
- um_fild03,0,0,0,0 monster Wootan Shooter 1498,10,5000,0,0
- um_fild03,0,0,0,0 monster Wootan Fighter 1499,10,5000,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,5000,0,0
- um_fild04,0,0,0,0 monster Stone Shooter 1495,10,5000,0,0
- um_fild04,0,0,0,0 monster Wootan Shooter 1498,5,5000,0,0
- um_fild04,0,0,0,0 monster Wootan Fighter 1499,5,5000,0,0
- um_fild04,0,0,0,0 monster Wooden Golem 1497,10,5000,0,0
- um_fild04,0,0,0,0 monster Choco 1214,2,5000,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
- um_fild01,0,0,0,0 monster Shining Plant 1083,1,180000,90000,1
|