morocc.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. //===== eAthena Script =======================================
  2. //= Morocc Fields Monster Spawn Script
  3. //===== By: ==================================================
  4. //= Athena (1.0)
  5. //===== Current Version: =====================================
  6. //= 1.5
  7. //===== Compatible With: =====================================
  8. //= Any Athena Version
  9. //===== Additional Comments: =================================
  10. //= 1.1 Official kRO 10.1 spawns [Playtester]
  11. //= 1.2 More accurate spawns [Playtester]
  12. //= 1.3 Added Morroc field 20, 21, and 22 spawns, as [L0ne_W0lf]
  13. //= 1.4 Updated spawns to reflect episode 12.1. [L0ne_W0lf]
  14. //= 1.5 Fixed Pheeroni spawn location. [Kisuka]
  15. //============================================================
  16. //==================================================
  17. // moc_fild01 - Sograt Desert
  18. //==================================================
  19. moc_fild01,0,0,0,0 monster Baby Desert Wolf 1107,70,0,0,0
  20. moc_fild01,0,0,0,0 monster Ant Egg 1097,20,0,0,0
  21. moc_fild01,0,0,0,0 monster Peco Peco Egg 1047,20,0,0,0
  22. moc_fild01,0,0,0,0 monster Picky 1049,10,0,0,0
  23. moc_fild01,0,0,0,0 monster Drops 1113,30,0,0,0
  24. moc_fild01,0,0,0,0 monster Poring 1002,10,0,0,0
  25. moc_fild01,194,51,10,10 monster Yellow Plant 1081,10,900000,450000,1
  26. //==================================================
  27. // moc_fild02 - Sograt Desert
  28. //==================================================
  29. moc_fild02,0,0,0,0 monster Peco Peco 1019,70,0,0,0
  30. moc_fild02,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  31. moc_fild02,0,0,0,0 monster Peco Peco Egg 1047,40,0,0,0
  32. moc_fild02,0,0,0,0 monster Picky 1049,10,0,0,0
  33. moc_fild02,0,0,0,0 monster Drops 1113,30,0,0,0
  34. moc_fild02,89,315,0,0 monster Yellow Plant 1081,1,180000,90000,1
  35. moc_fild02,99,261,0,0 monster Yellow Plant 1081,1,180000,90000,1
  36. moc_fild02,94,195,0,0 monster Yellow Plant 1081,1,180000,90000,1
  37. moc_fild02,139,222,0,0 monster Yellow Plant 1081,1,180000,90000,1
  38. moc_fild02,132,307,0,0 monster Yellow Plant 1081,1,180000,90000,1
  39. moc_fild02,194,294,0,0 monster Yellow Plant 1081,1,180000,90000,1
  40. moc_fild02,275,241,0,0 monster Yellow Plant 1081,1,180000,90000,1
  41. moc_fild02,342,267,0,0 monster Green Plant 1080,1,180000,90000,1
  42. moc_fild02,359,215,0,0 monster Green Plant 1080,1,180000,90000,1
  43. moc_fild02,313,149,0,0 monster Green Plant 1080,1,180000,90000,1
  44. moc_fild02,230,62,0,0 monster Green Plant 1080,1,180000,90000,1
  45. moc_fild02,299,61,0,0 monster Green Plant 1080,1,180000,90000,1
  46. moc_fild02,353,103,0,0 monster Green Plant 1080,1,180000,90000,1
  47. moc_fild02,337,35,0,0 monster Green Plant 1080,1,180000,90000,1
  48. //==================================================
  49. // moc_fild03 - Sograt Desert
  50. //==================================================
  51. moc_fild03,0,0,0,0 monster Elder Willow 1033,70,0,0,0
  52. moc_fild03,0,0,0,0 monster Greatest General 1277,30,0,0,0
  53. moc_fild03,0,0,0,0 monster Poporing 1031,20,0,0,0
  54. moc_fild03,0,0,0,0 monster Eggyra 1116,10,0,0,0
  55. moc_fild03,0,0,0,0 monster Willow 1010,20,0,0,0
  56. moc_fild03,0,0,0,0 monster Vagabond Wolf 1092,1,1800000,1200000,0
  57. moc_fild03,77,311,5,5 monster Green Plant 1080,2,180000,90000,1
  58. moc_fild03,108,199,5,5 monster Green Plant 1080,2,180000,90000,1
  59. moc_fild03,96,65,5,5 monster Green Plant 1080,2,180000,90000,1
  60. moc_fild03,216,69,5,5 monster Green Plant 1080,2,180000,90000,1
  61. moc_fild03,261,161,5,5 monster Green Plant 1080,2,180000,90000,1
  62. moc_fild03,213,201,5,5 monster Green Plant 1080,2,180000,90000,1
  63. moc_fild03,200,263,5,5 monster Green Plant 1080,2,180000,90000,1
  64. //==================================================
  65. // moc_fild04 - Sograt Desert
  66. //==================================================
  67. //moc_fild04,0,0,0,0 monster Desert Wolf 1106,20,0,0,0
  68. //moc_fild04,0,0,0,0 monster Scorpion 1001,30,0,0,0
  69. //moc_fild04,0,0,0,0 monster Metaller 1058,20,0,0,0
  70. //moc_fild04,0,0,0,0 monster Magnolia 1138,40,0,0,0
  71. //moc_fild04,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  72. //moc_fild04,0,0,0,0 monster Andre 1095,20,0,0,0
  73. //moc_fild04,0,0,0,0 monster Deniro 1105,20,0,0,0
  74. //moc_fild04,0,0,0,0 monster Piere 1160,20,0,0,0
  75. //moc_fild04,313,84,10,10 monster Yellow Plant 1081,10,900000,450000,1
  76. //==================================================
  77. // moc_fild05 - Sograt Desert
  78. //==================================================
  79. //moc_fild05,0,0,0,0 monster Magnolia 1138,30,0,0,0
  80. //moc_fild05,0,0,0,0 monster Metaller 1058,20,0,0,0
  81. //moc_fild05,0,0,0,0 monster Golem 1040,70,0,0,0
  82. //moc_fild05,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  83. //moc_fild05,208,233,10,10 monster Yellow Plant 1081,5,360000,180000,1
  84. //==================================================
  85. // moc_fild06 - Sograt Desert
  86. //==================================================
  87. //moc_fild06,0,0,0,0 monster Peco Peco 1019,85,0,0,0
  88. //moc_fild06,0,0,0,0 monster Muka 1055,30,0,0,0
  89. //moc_fild06,0,0,0,0 monster Condor 1009,50,0,0,0
  90. //moc_fild06,0,0,0,0 monster Magnolia 1138,10,0,0,0
  91. //moc_fild06,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  92. //moc_fild06,193,203,10,10 monster Yellow Plant 1081,10,900000,450000,1
  93. //==================================================
  94. // moc_fild07 - Sograt Desert
  95. //==================================================
  96. moc_fild07,0,0,0,0 monster Drops 1113,70,0,0,0
  97. moc_fild07,0,0,0,0 monster Peco Peco Egg 1047,50,0,0,0
  98. moc_fild07,0,0,0,0 monster Picky 1050,30,0,0,0
  99. moc_fild07,0,0,0,0 monster Picky 1049,30,0,0,0
  100. moc_fild07,162,333,12,12 monster Yellow Plant 1081,5,360000,180000,1
  101. //==================================================
  102. // moc_fild08 - Sograt Desert
  103. //==================================================
  104. //moc_fild08,0,0,0,0 monster Magnolia 1138,30,0,0,0
  105. //moc_fild08,0,0,0,0 monster Scorpion 1001,80,0,0,0
  106. //moc_fild08,0,0,0,0 monster Desert Wolf 1106,30,0,0,0
  107. //moc_fild08,0,0,0,0 monster Anacondaq 1030,30,0,0,0
  108. //moc_fild08,0,0,0,0 monster Baby Desert Wolf 1107,10,0,0,0
  109. //moc_fild08,0,0,0,0 monster Drops 1113,10,0,0,0
  110. //==================================================
  111. // moc_fild09 - Sograt Desert
  112. //==================================================
  113. //moc_fild09,0,0,0,0 monster Desert Wolf 1106,10,0,0,0
  114. //moc_fild09,0,0,0,0 monster Metaller 1058,70,0,0,0
  115. //moc_fild09,0,0,0,0 monster Magnolia 1138,50,0,0,0
  116. //moc_fild09,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  117. //moc_fild09,0,0,0,0 monster Andre 1095,5,0,0,0
  118. //moc_fild09,0,0,0,0 monster Deniro 1105,5,0,0,0
  119. //moc_fild09,0,0,0,0 monster Piere 1160,5,0,0,0
  120. //moc_fild09,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  121. //moc_fild09,0,0,0,0 monster Frilldora 1119,6,0,0,0
  122. //moc_fild09,332,341,5,5 monster Yellow Plant 1081,2,180000,90000,1
  123. //moc_fild09,240,313,5,5 monster Yellow Plant 1081,2,180000,90000,1
  124. //moc_fild09,305,62,5,5 monster Yellow Plant 1081,2,180000,90000,1
  125. //moc_fild09,64,78,5,5 monster Yellow Plant 1081,2,180000,90000,1
  126. //moc_fild09,54,325,5,5 monster Yellow Plant 1081,2,180000,90000,1
  127. //==================================================
  128. // moc_fild10 - Sograt Desert
  129. //==================================================
  130. //moc_fild10,0,0,0,0 monster Drops 1113,30,0,0,0
  131. //moc_fild10,0,0,0,0 monster Peco Peco Egg 1047,70,0,0,0
  132. //moc_fild10,0,0,0,0 monster Picky 1049,50,0,0,0
  133. //moc_fild10,0,0,0,0 monster Picky 1050,50,0,0,0
  134. //moc_fild10,0,0,0,0 monster Magnolia 1138,1,0,0,0
  135. //moc_fild10,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  136. //moc_fild10,198,150,40,30 monster Yellow Plant 1081,10,180000,90000,1
  137. //moc_fild10,198,150,40,30 monster Green Plant 1080,5,180000,90000,1
  138. //==================================================
  139. // moc_fild11 - Sograt Desert
  140. //==================================================
  141. moc_fild11,0,0,0,0 monster Hode 1127,10,0,0,0
  142. moc_fild11,0,0,0,0 monster Golem 1040,70,0,0,0
  143. moc_fild11,0,0,0,0 monster Andre 1095,10,0,0,0
  144. moc_fild11,0,0,0,0 monster Deniro 1105,10,0,0,0
  145. moc_fild11,0,0,0,0 monster Piere 1160,10,0,0,0
  146. moc_fild11,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  147. moc_fild11,0,0,0,0 monster Magnolia 1138,20,0,0,0
  148. moc_fild11,0,0,0,0 monster Muka 1055,20,0,0,0
  149. moc_fild11,197,216,0,0 monster Shining Plant 1083,1,1800000,900000,1
  150. //==================================================
  151. // moc_fild12 - Sograt Desert
  152. //==================================================
  153. moc_fild12,0,0,0,0 monster Picky 1050,50,0,0,0
  154. moc_fild12,0,0,0,0 monster Picky 1049,50,0,0,0
  155. moc_fild12,0,0,0,0 monster Peco Peco Egg 1047,35,0,0,0
  156. moc_fild12,0,0,0,0 monster Drops 1113,35,0,0,0
  157. moc_fild12,181,336,40,20 monster Yellow Plant 1081,10,180000,90000,1
  158. //==================================================
  159. // moc_fild13 - Sograt Desert
  160. //==================================================
  161. moc_fild13,0,0,0,0 monster Desert Wolf 1106,30,0,0,0
  162. moc_fild13,0,0,0,0 monster Anacondaq 1030,75,0,0,0
  163. moc_fild13,0,0,0,0 monster Boa 1025,30,0,0,0
  164. moc_fild13,0,0,0,0 monster Side Winder 1037,5,0,0,0
  165. moc_fild13,0,0,0,0 monster Poporing 1031,20,0,0,0
  166. moc_fild13,0,0,0,0 monster Drops 1113,10,0,0,0
  167. moc_fild13,280,99,0,0 monster Red Mushroom 1085,1,180000,90000,1
  168. moc_fild13,264,64,0,0 monster Red Mushroom 1085,1,180000,90000,1
  169. moc_fild13,305,91,0,0 monster Red Mushroom 1085,1,180000,90000,1
  170. moc_fild13,264,136,0,0 monster Red Mushroom 1085,1,180000,90000,1
  171. moc_fild13,282,155,0,0 monster Red Mushroom 1085,1,180000,90000,1
  172. moc_fild13,265,197,0,0 monster Red Mushroom 1085,1,180000,90000,1
  173. moc_fild13,284,227,0,0 monster Red Mushroom 1085,1,180000,90000,1
  174. moc_fild13,304,244,0,0 monster Red Mushroom 1085,1,180000,90000,1
  175. moc_fild13,266,289,0,0 monster Red Mushroom 1085,1,180000,90000,1
  176. moc_fild13,307,307,0,0 monster Red Mushroom 1085,1,180000,90000,1
  177. moc_fild13,281,333,0,0 monster Red Mushroom 1085,1,180000,90000,1
  178. moc_fild13,304,333,0,0 monster Red Mushroom 1085,1,180000,90000,1
  179. moc_fild13,295,358,0,0 monster Red Mushroom 1085,1,180000,90000,1
  180. moc_fild13,84,329,0,0 monster Yellow Plant 1081,1,180000,90000,1
  181. moc_fild13,93,301,0,0 monster Yellow Plant 1081,1,180000,90000,1
  182. moc_fild13,101,297,0,0 monster Yellow Plant 1081,1,180000,90000,1
  183. moc_fild13,89,92,0,0 monster Yellow Plant 1081,1,180000,90000,1
  184. moc_fild13,108,150,0,0 monster Yellow Plant 1081,1,180000,90000,1
  185. moc_fild13,109,168,0,0 monster Yellow Plant 1081,1,180000,90000,1
  186. moc_fild13,101,185,5,5 monster Yellow Plant 1081,3,180000,90000,1
  187. moc_fild13,106,258,5,5 monster Yellow Plant 1081,3,180000,90000,1
  188. moc_fild13,161,273,5,5 monster Yellow Plant 1081,3,180000,90000,1
  189. //==================================================
  190. // moc_fild14 - Sograt Desert
  191. //==================================================
  192. //moc_fild14,0,0,0,0 monster Desert Wolf 1106,80,0,0,0
  193. //moc_fild14,0,0,0,0 monster Side Winder 1037,20,0,0,0
  194. //moc_fild14,0,0,0,0 monster Baby Desert Wolf 1107,40,0,0,0
  195. //moc_fild14,0,0,0,0 monster Magnolia 1138,25,0,0,0
  196. //moc_fild14,124,93,5,5 monster Shining Plant 1083,1,1800000,900000,1
  197. //moc_fild14,85,271,0,0 monster Yellow Plant 1081,1,180000,90000,1
  198. //moc_fild14,165,282,0,0 monster Yellow Plant 1081,1,180000,90000,1
  199. //moc_fild14,149,333,0,0 monster Yellow Plant 1081,1,180000,90000,1
  200. //moc_fild14,64,342,0,0 monster Yellow Plant 1081,1,180000,90000,1
  201. //moc_fild14,160,366,0,0 monster Yellow Plant 1081,1,180000,90000,1
  202. //==================================================
  203. // moc_fild15 - Sograt Desert
  204. //==================================================
  205. //moc_fild15,0,0,0,0 monster Hode 1127,30,0,0,0
  206. //moc_fild15,0,0,0,0 monster Scorpion 1001,10,0,0,0
  207. //moc_fild15,0,0,0,0 monster Desert Wolf 1106,10,0,0,0
  208. //moc_fild15,0,0,0,0 monster Magnolia 1138,25,0,0,0
  209. //moc_fild15,0,0,0,0 monster Andre 1095,40,0,0,0
  210. //moc_fild15,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  211. //moc_fild15,0,0,0,0 monster Phreeoni 1159,1,7200000,3600000,1
  212. //moc_fild15,40,126,0,0 monster Yellow Plant 1081,1,180000,90000,1
  213. //moc_fild15,57,39,0,0 monster Yellow Plant 1081,1,180000,90000,1
  214. //moc_fild15,46,250,0,0 monster Yellow Plant 1081,1,180000,90000,1
  215. //moc_fild15,104,347,0,0 monster Yellow Plant 1081,1,180000,90000,1
  216. //moc_fild15,195,373,0,0 monster Yellow Plant 1081,1,180000,90000,1
  217. //moc_fild15,341,365,0,0 monster Yellow Plant 1081,1,180000,90000,1
  218. //moc_fild15,353,230,0,0 monster Yellow Plant 1081,1,180000,90000,1
  219. //moc_fild15,341,164,0,0 monster Yellow Plant 1081,1,180000,90000,1
  220. //moc_fild15,370,85,0,0 monster Yellow Plant 1081,1,180000,90000,1
  221. //moc_fild15,158,144,0,0 monster Yellow Plant 1081,1,180000,90000,1
  222. //moc_fild15,232,126,0,0 monster Yellow Plant 1081,1,180000,90000,1
  223. //moc_fild15,294,74,0,0 monster Yellow Plant 1081,1,180000,90000,1
  224. //==================================================
  225. // moc_fild16 - Sograt Desert
  226. //==================================================
  227. moc_fild16,0,0,0,0 monster Sandman 1165,70,0,0,0
  228. moc_fild16,0,0,0,0 monster Hode 1127,30,0,0,0
  229. moc_fild16,0,0,0,0 monster Magnolia 1138,25,0,0,0
  230. moc_fild16,0,0,0,0 monster Andre 1095,10,0,0,0
  231. moc_fild16,0,0,0,0 monster Deniro 1105,20,0,0,0
  232. moc_fild16,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  233. //==================================================
  234. // moc_fild17 - Sograt Desert
  235. //==================================================
  236. moc_fild17,0,0,0,0 monster Hode 1127,100,0,0,0
  237. moc_fild17,0,0,0,0 monster Steel Chonchon 1042,30,0,0,0
  238. moc_fild17,0,0,0,0 monster Magnolia 1138,15,0,0,0
  239. moc_fild17,0,0,0,0 monster Frilldora 1119,25,0,0,0
  240. moc_fild17,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  241. moc_fild17,0,0,0,0 monster Scorpion 1001,5,0,0,0
  242. moc_fild17,0,0,0,0 monster Phreeoni 1159,1,7200000,3600000,1
  243. moc_fild17,40,258,0,0 monster Yellow Plant 1081,1,180000,90000,1
  244. moc_fild17,144,151,0,0 monster Yellow Plant 1081,1,180000,90000,1
  245. moc_fild17,243,138,0,0 monster Yellow Plant 1081,1,180000,90000,1
  246. moc_fild17,270,106,0,0 monster Blue Plant 1079,1,180000,90000,1
  247. moc_fild17,335,191,0,0 monster Yellow Plant 1081,1,180000,90000,1
  248. moc_fild17,347,224,0,0 monster Yellow Plant 1081,1,180000,90000,1
  249. moc_fild17,359,258,0,0 monster Yellow Plant 1081,1,180000,90000,1
  250. //==================================================
  251. // moc_fild18 - Sograt Desert
  252. //==================================================
  253. moc_fild18,0,0,0,0 monster Steel Chonchon 1042,70,0,0,0
  254. moc_fild18,0,0,0,0 monster Chonchon 1011,40,0,0,0
  255. moc_fild18,0,0,0,0 monster Muka 1055,80,0,0,0
  256. moc_fild18,0,0,0,0 monster Metaller 1058,10,0,0,0
  257. moc_fild18,0,0,0,0 monster Ant Egg 1097,5,0,0,0
  258. moc_fild18,0,0,0,0 monster Dragon Fly 1091,1,3600000,1800000,1
  259. moc_fild18,0,0,0,0 monster Hunter Fly 1035,1,7200000,3600000,1
  260. moc_fild18,143,352,0,0 monster Yellow Plant 1081,1,180000,90000,1
  261. moc_fild18,72,333,0,0 monster Yellow Plant 1081,1,180000,90000,1
  262. moc_fild18,119,285,0,0 monster Yellow Plant 1081,1,180000,90000,1
  263. moc_fild18,71,210,0,0 monster Yellow Plant 1081,1,180000,90000,1
  264. moc_fild18,135,119,0,0 monster Yellow Plant 1081,1,180000,90000,1
  265. moc_fild18,230,144,0,0 monster Yellow Plant 1081,1,180000,90000,1
  266. moc_fild18,325,207,0,0 monster Yellow Plant 1081,1,180000,90000,1
  267. moc_fild18,325,272,0,0 monster Yellow Plant 1081,1,180000,90000,1
  268. //==================================================
  269. // moc_fild20 - Dimensional Gorge
  270. //==================================================
  271. moc_fild20,0,0,0,0 monster Ant Egg 1097,10,0,0,0
  272. moc_fild20,0,0,0,0 monster Andre 1095,20,0,0,0
  273. moc_fild20,0,0,0,0 monster Deniro 1105,20,0,0,0
  274. moc_fild20,0,0,0,0 monster Piere 1160,20,0,0,0
  275. moc_fild20,0,0,0,0 monster Metaller 1058,20,0,0,0
  276. moc_fild20,0,0,0,0 monster Drops 1113,30,0,0,0
  277. moc_fild20,0,0,0,0 monster Scorpion 1001,70,0,0,0
  278. moc_fild20,0,0,0,0 monster Picky 1050,50,0,0,0
  279. moc_fild20,0,0,0,0 monster Picky 1049,50,0,0,0
  280. moc_fild20,0,0,0,0 monster Morroc's Shadow 1918,1,0,0,0
  281. moc_fild20,0,0,0,0 monster Morroc's Shadow 1919,1,0,0,0
  282. moc_fild20,0,0,0,0 monster Morroc's Shadow 1920,1,0,0,0
  283. moc_fild20,0,0,0,0 monster Morroc's Shadow 1921,1,0,0,0
  284. //==================================================
  285. // moc_fild21 - Dimensional Gorge
  286. //==================================================
  287. moc_fild21,0,0,0,0 monster Golem 1040,61,0,0,0
  288. moc_fild21,0,0,0,0 monster Stalactic Golem 1278,46,0,0,0
  289. moc_fild21,0,0,0,0 monster Lava Golem 1366,46,0,0,0
  290. moc_fild21,0,0,0,0 monster Morroc's Shadow 1918,46,0,0,0
  291. moc_fild21,0,0,0,0 monster Morroc's Shadow 1919,46,0,0,0
  292. moc_fild21,0,0,0,0 monster Morroc's Shadow 1920,46,0,0,0
  293. moc_fild21,0,0,0,0 monster Morroc's Shadow 1921,34,0,0,0
  294. //==================================================
  295. // moc_fild22 - Dimensional Gorge
  296. //==================================================
  297. moc_fild22,0,0,0,0 monster Morroc's Shadow 1918,60,0,0,0
  298. moc_fild22,0,0,0,0 monster Morroc's Shadow 1919,60,0,0,0
  299. moc_fild22,0,0,0,0 monster Morroc's Shadow 1920,60,0,0,0
  300. moc_fild22,0,0,0,0 monster Morroc's Shadow 1921,25,0,0,0