umbala.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. //===== eAthena Script =======================================
  2. //= Umbala Fields Monster Spawn Script
  3. //===== By: ==================================================
  4. //= Darkchild (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= Any eAthena Version; RO Ep6+
  9. //===== Additional Comments: =================================
  10. //= 1.3 Official kRO 10.1 spawns [Playtester]
  11. //= 1.4 More accurate spawns [Playtester]
  12. //= 1.5 Updated spawns to renewal. [L0ne_W0lf]
  13. //============================================================
  14. //==================================================
  15. // um_fild01 - Luluka Forest
  16. //==================================================
  17. um_fild01,0,0,0,0 monster Dryad 1493,70,0,0,0
  18. um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
  19. um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
  20. um_fild01,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
  21. um_fild01,0,0,0,0 monster Wooden Golem 1497,5,0,0,0
  22. um_fild01,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
  23. um_fild01,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
  24. um_fild01,0,0,0,0 monster Shining Plant 1083,6,180000,90000,1
  25. //==================================================
  26. // um_fild02 - Hoomga Forest
  27. //==================================================
  28. um_fild02,0,0,0,0 monster Wootan Fighter 1499,40,0,0,0
  29. um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
  30. um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
  31. um_fild02,0,0,0,0 monster Choco 1214,5,0,0,0
  32. um_fild02,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
  33. um_fild02,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1
  34. //==================================================
  35. // um_fild03 - Kalala Swamp
  36. //==================================================
  37. um_fild03,0,0,0,0 monster Parasite 1500,60,0,0,0
  38. um_fild02,0,0,0,0 monster Stone Shooter 1495,10,0,0,0
  39. um_fild04,0,0,0,0 monster Wootan Shooter 1498,10,0,0,0
  40. um_fild02,0,0,0,0 monster Wootan Fighter 1499,10,0,0,0
  41. um_fild03,0,0,0,0 monster Blue Plant 1079,5,180000,90000,1
  42. um_fild03,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
  43. um_fild03,0,0,0,0 monster Shining Plant 1083,2,180000,90000,1
  44. //==================================================
  45. // um_fild04 - Hoomga Jungle
  46. //==================================================
  47. um_fild04,0,0,0,0 monster Wild Rose 1261,30,0,0,0
  48. um_fild04,0,0,0,0 monster Stone Shooter 1495,5,0,0,0
  49. um_fild04,0,0,0,0 monster Wooden Golem 1497,5,0,0,0
  50. um_fild04,0,0,0,0 monster Wootan Shooter 1498,5,0,0,0
  51. um_fild04,0,0,0,0 monster Wootan Fighter 1499,5,0,0,0
  52. um_fild04,0,0,0,0 monster Choco 1214,2,0,0,0
  53. um_fild04,0,0,0,0 monster Red Plant 1078,5,180000,90000,1
  54. um_fild04,0,0,0,0 monster Yellow Plant 1081,5,180000,90000,1