RWC_2011.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. //===== rAthena Script =======================================
  2. //= RWC 2011 Golden Poring
  3. //===== By: ==================================================
  4. //= Euphy
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= rAthena Project
  9. //===== Description: =========================================
  10. //= [Official Conversion]
  11. //= Collect blue cards dropped by Golden Porings to spell out
  12. //= 'RWC2011' and win a prize!
  13. //===== Additional Comments: =================================
  14. //= 1.0 First Version. [Euphy]
  15. //============================================================
  16. prontera,114,81,5 script RWC2011 Agent#2 407,{
  17. if (checkweight(1201,1) == 0 || MaxWeight - Weight < 500) {
  18. mes "[New Agent]";
  19. mes "You have too many items. Please make room in your inventory and come back.";
  20. close;
  21. }
  22. if (oversea_event == 0) {
  23. mes "[New Agent]";
  24. mes "Wow~ Finally!! It's the season we've all been waiting for!";
  25. emotion ET_BIGTHROB;
  26. next;
  27. mes "[New Agent]";
  28. mes "It's RWC time!";
  29. next;
  30. set .@loop,1;
  31. while(.@loop) {
  32. switch(select("What is RWC?:Are you a New Agent?:I don't care.")) {
  33. case 1:
  34. mes "[New Agent]";
  35. if (BaseLevel < 70)
  36. mes "You must be a new adventurer. I will kindly explain it to you.";
  37. else
  38. mes "It seems you've traveled quite enough but you're not good with hearing the news around the world.";
  39. next;
  40. mes "[New Agent]";
  41. mes "There are few adventurers in Midgard whose lives are dedicated to battle, who never skip their training, live in seclusion, and are experts in their art.";
  42. next;
  43. mes "[New Agent]";
  44. mes "The RWC is the festival where those adventurers can compete with each other and find out who is the best!";
  45. next;
  46. mes "[New Agent]";
  47. mes "But this cannot be achieved all alone. Your friends will have a huge role in the competition.";
  48. next;
  49. mes "[New Agent]";
  50. mes "If you're interested in this festival, start looking for friends you can trust!";
  51. next;
  52. break;
  53. case 2:
  54. mes "[New Agent]";
  55. mes "Many events are organized for RWC promotion every year.";
  56. next;
  57. mes "[New Agent]";
  58. mes "And this year, a special mission has been entrusted to a new agent... myself!";
  59. next;
  60. mes "[New Agent]";
  61. mes "I am supposed to attach blue cards with the letters RWC2011 all over the world to promote the event. But... but...";
  62. next;
  63. mes "- He thought of something and then looked at your eyes. -";
  64. next;
  65. mes "[New Agent]";
  66. mes "Would you like to listen to my story?";
  67. next;
  68. if(select("Sure, let me hear it.:No, thank you.") == 2) {
  69. mes "[New Agent]";
  70. mes "Arrgg!! Are you ignoring me because I'm new? Usually people listen...";
  71. next;
  72. mes "- New Agent is looking at you with pitiable eyes. -";
  73. next;
  74. mes "- His brimming small eyes seem to tell you something. ^FF0000Please talk to me again...^000000 -";
  75. close;
  76. }
  77. set .@loop,0;
  78. break;
  79. case 3:
  80. mes "[New Agent]";
  81. mes "This is my first mission but people's reaction is not good.";
  82. next;
  83. mes "- New Agent is looking at you with pitiable eyes. -";
  84. next;
  85. mes "- His twinkling small eyes seem to tell you something. ^FF0000Please talk to me again...^000000 -";
  86. close;
  87. }
  88. }
  89. mes "[New Agent]";
  90. mes "I used to be a very normal boy in Morocc.";
  91. mes "I am not an adventurer and I don't even know how to buy/sell things. Sometimes I'm just very happy to see adventurers. You know... I am just an ordinary boy.";
  92. next;
  93. mes "[New Agent]";
  94. mes "People used to tell me that since I was very shy.";
  95. mes "I would spend my life in a suburb.";
  96. next;
  97. mes "[New Agent]";
  98. mes "But eventually, my patience and restrained personality motivated me to become an agent for RWC2011!";
  99. mes "I was so happy that I couldn't sleep! I would finally have a chance to meet lots of adventurers and get to know them.";
  100. next;
  101. mes "[New Agent]";
  102. mes "This mission was so important to me,";
  103. mes "I was afraid of being attacked by monsters when attaching the blue cards for RWC2011 in the streets.";
  104. next;
  105. mes "[New Agent]";
  106. mes "......";
  107. next;
  108. mes "[New Agent]";
  109. mes "And you know what?";
  110. mes "^FF0000It really happened!^000000";
  111. next;
  112. select("Are you serious!?");
  113. mes "[New Agent]";
  114. mes "I had turned off the light and was trying to get some sleep, then I saw this bright light through the window.";
  115. mes "Suddenly, the window was broken and it appeared!";
  116. next;
  117. select("It?");
  118. mes "[New Agent]";
  119. mes "It was a shining poring! And it ate all blue cards I had prepared in less than a second!";
  120. next;
  121. mes "[New Agent]";
  122. mes "I was so shocked, I tried to calm down and think... I had neither heard about nor seen any shining poring!";
  123. next;
  124. mes "[New Agent]";
  125. mes "^FF0000Yes! It must be a dream!^000000 That's the conclusion I came up with and went back to sleep.";
  126. next;
  127. mes "[New Agent]";
  128. mes "But it wasn't a dream. When I woke up, I realized all the blue cards were gone...";
  129. next;
  130. mes "[New Agent]";
  131. mes "If I ruin this promotion, I might lose the job and have to go back to where I used to live alone...";
  132. next;
  133. mes "[New Agent]";
  134. mes "If you see the Golden Poring, could you please find the precious blue cards for me?";
  135. next;
  136. emotion ET_CRY;
  137. mes "- He looks at you with imploring eyes. -";
  138. next;
  139. if(select("Ok, I will help you!:How much money can you offer me?") == 2) {
  140. mes "[New Agent]";
  141. mes "Have you decided to help me? Well, I will prepare some gifts. I'm sure you'll like them.";
  142. next;
  143. }
  144. mes "[New Agent]";
  145. mes "What you are looking for are large cards with the letters ^FF0000RWC2011^000000. Some of them might already be digested though.";
  146. next;
  147. mes "[New Agent]";
  148. mes "Try to gather remaining cards until you make the word, 'RWC2011'.";
  149. next;
  150. mes "[New Agent]";
  151. mes "Please help me out!! My life is in your hands!";
  152. set oversea_event,1;
  153. setquest 13000;
  154. close;
  155. } else if (oversea_event == 1) {
  156. if (countitem(6485) && countitem(6486) && countitem(6487) > 1 && countitem(7602) && countitem(7470) && countitem(6012)) {
  157. mes "[RWC2011 Agent]";
  158. mes "Have you gathered all the cards?";
  159. next;
  160. mes "[RWC2011 Agent]";
  161. mes "Wow~ You bring light in my life again!";
  162. next;
  163. mes "[RWC2011 Agent]";
  164. mes "Here are the gifts I promised... Let's see...";
  165. next;
  166. delitem 6485,1; //BlueCard_2
  167. delitem 6486,1; //BlueCard_0
  168. delitem 6487,2; //BlueCard_1
  169. delitem 7602,1; //BlueCard_R
  170. delitem 7470,1; //BlueCard_W
  171. delitem 6012,1; //Blue_Card_C
  172. //SavePPL BlueCard_2
  173. set oversea_event,2;
  174. erasequest 13000;
  175. setquest 13001;
  176. set .@i, rand(1,100);
  177. if (.@i == 1) getitem 12690,1; //Old_C_Album_Helm
  178. else if (.@i == 2) getitem 12691,1; //Old_C_Album_Armor
  179. else if (.@i == 3) getitem 12693,1; //Old_C_Album_Garment
  180. else if (.@i == 4) getitem 12694,1; //Old_C_Album_Shoes
  181. else if (.@i == 5) getitem 12698,1; //Old_C_Album_Weapon
  182. else if (.@i == 6) getitem 12695,1; //Old_C_Album_Acc
  183. else if (.@i == 7) getitem 12692,1; //Old_C_Album_Shield
  184. else if (.@i < 28) getitem 547,10; //White_Slim_Potion
  185. else if (.@i < 38) getitem 607,1; //Yggdrasilberry
  186. else if (.@i < 51) getitem 608,1; //Seed_Of_Yggdrasil
  187. else {
  188. getitem 12696,5; //RWC_Cele_Fire
  189. getitem 12697,5; //RWC_Cele_Fire2
  190. }
  191. mes "[RWC2011 Agent]";
  192. mes "It's not much but please keep it! Haha, we still have lots of cards to be found. I hope you can help me tomorrow as well.";
  193. next;
  194. mes "[RWC2011 Agent]";
  195. mes "Thank you!! I can continue working now. Nothing is impossible when we have great adventurers like you in this world!";
  196. next;
  197. mes "[RWC2011 Agent]";
  198. mes "ADIOS!";
  199. next;
  200. mes "- Agent muttered something to himself. -";
  201. close;
  202. } else {
  203. mes "[RWC2011 Agent]";
  204. mes "Mmmm~ not yet? We're short-handed... Please help me.";
  205. next;
  206. mes "[RWC2011 Agent]";
  207. mes "I'm just saying that out of concern for you. You need TWO ^FF0000Blue 1 Card^000000. It's \"2011\"... Got it?";
  208. close;
  209. }
  210. } else if (oversea_event == 2) {
  211. set .@playtime, checkquest(13001,PLAYTIME);
  212. if (.@playtime == 0 || .@playtime == 1) {
  213. mes "[RWC2011 Agent]";
  214. mes "First, I will start attaching cards you found... I'll take the rest of cards tomorrow.";
  215. mes "Please come back tomorrow.";
  216. close;
  217. } else if (.@playtime == 2)
  218. erasequest 13001;
  219. mes "[RWC2011 Agent]";
  220. mes "Thanks for the last time.";
  221. mes "I must keep on promoting the event so I want to ask you again~!";
  222. set oversea_event,3;
  223. close;
  224. } else if (oversea_event == 3) {
  225. mes "[RWC2011 Agent]";
  226. mes "You've come again~";
  227. mes "Thanks for the last time! We still have lots of cards to find. Could you help me out?";
  228. next;
  229. switch(select("Ok!:I'm busy now.")) {
  230. case 1:
  231. mes "[RWC2011 Agent]";
  232. mes "It's the same mission as before.";
  233. mes "Try to gather blue cards and make the word, ^FF0000R W C 2 0 1 1 ^000000.";
  234. mes "Good Luck!";
  235. set oversea_event,1;
  236. setquest 13000;
  237. close;
  238. case 2:
  239. mes "[RWC2011 Agent]";
  240. mes "...I see...";
  241. mes "I still have lots of cards to find so if you have time, please come back and help again.";
  242. close;
  243. }
  244. } else {
  245. mes "[RWC2011 Agent]";
  246. mes "... huh...?";
  247. mes "I am... a new agent.";
  248. close;
  249. }
  250. }
  251. // Monster Spawns
  252. //============================================================
  253. dic_dun03,0,0 monster Golden Poring 2248,3,5000
  254. dew_fild01,0,0 monster Golden Poring 2248,3,5000
  255. dew_dun01,0,0 monster Golden Poring 2248,3,5000
  256. dew_dun02,0,0 monster Golden Poring 2248,3,5000
  257. mal_dun01,0,0 monster Golden Poring 2248,3,5000
  258. iz_dun05,0,0 monster Golden Poring 2248,3,5000
  259. man_fild01,0,0 monster Golden Poring 2248,3,5000
  260. man_fild03,0,0 monster Golden Poring 2248,3,5000
  261. spl_fild02,0,0 monster Golden Poring 2248,3,5000
  262. spl_fild03,0,0 monster Golden Poring 2248,3,5000
  263. man_fild02,0,0 monster Golden Poring 2248,3,5000
  264. spl_fild01,0,0 monster Golden Poring 2248,3,5000
  265. nyd_dun01,0,0 monster Golden Poring 2248,3,5000
  266. bra_fild01,0,0 monster Golden Poring 2248,3,5000
  267. bra_dun01,0,0 monster Golden Poring 2248,3,5000
  268. bra_dun02,0,0 monster Golden Poring 2248,3,5000
  269. dic_fild01,0,0 monster Golden Poring 2248,3,5000
  270. dic_fild02,0,0 monster Golden Poring 2248,3,5000
  271. dic_dun01,0,0 monster Golden Poring 2248,3,5000
  272. dic_dun02,0,0 monster Golden Poring 2248,3,5000
  273. bif_fild01,0,0 monster Golden Poring 2248,3,5000
  274. bif_fild02,0,0 monster Golden Poring 2248,3,5000
  275. abbey01,0,0 monster Golden Poring 2248,3,5000
  276. abbey02,0,0 monster Golden Poring 2248,3,5000
  277. abbey03,0,0 monster Golden Poring 2248,3,5000
  278. abyss_01,0,0 monster Golden Poring 2248,3,5000
  279. abyss_02,0,0 monster Golden Poring 2248,3,5000
  280. abyss_03,0,0 monster Golden Poring 2248,3,5000
  281. alde_dun01,0,0 monster Golden Poring 2248,3,5000
  282. alde_dun02,0,0 monster Golden Poring 2248,3,5000
  283. alde_dun03,0,0 monster Golden Poring 2248,3,5000
  284. alde_dun04,0,0 monster Golden Poring 2248,3,5000
  285. ama_dun01,0,0 monster Golden Poring 2248,3,5000
  286. ama_dun02,0,0 monster Golden Poring 2248,3,5000
  287. ama_dun03,0,0 monster Golden Poring 2248,3,5000
  288. ama_fild01,0,0 monster Golden Poring 2248,3,5000
  289. anthell01,0,0 monster Golden Poring 2248,3,5000
  290. anthell02,0,0 monster Golden Poring 2248,3,5000
  291. ayo_dun01,0,0 monster Golden Poring 2248,3,5000
  292. ayo_dun02,0,0 monster Golden Poring 2248,3,5000
  293. ayo_fild01,0,0 monster Golden Poring 2248,3,5000
  294. ayo_fild02,0,0 monster Golden Poring 2248,3,5000
  295. beach_dun,0,0 monster Golden Poring 2248,3,5000
  296. beach_dun2,0,0 monster Golden Poring 2248,3,5000
  297. beach_dun3,0,0 monster Golden Poring 2248,3,5000
  298. c_tower1,0,0 monster Golden Poring 2248,3,5000
  299. c_tower2,0,0 monster Golden Poring 2248,3,5000
  300. c_tower3,0,0 monster Golden Poring 2248,3,5000
  301. c_tower4,0,0 monster Golden Poring 2248,3,5000
  302. cmd_fild01,0,0 monster Golden Poring 2248,3,5000
  303. cmd_fild02,0,0 monster Golden Poring 2248,3,5000
  304. cmd_fild03,0,0 monster Golden Poring 2248,3,5000
  305. cmd_fild04,0,0 monster Golden Poring 2248,3,5000
  306. cmd_fild06,0,0 monster Golden Poring 2248,3,5000
  307. cmd_fild07,0,0 monster Golden Poring 2248,3,5000
  308. cmd_fild08,0,0 monster Golden Poring 2248,3,5000
  309. cmd_fild09,0,0 monster Golden Poring 2248,3,5000
  310. ein_dun01,0,0 monster Golden Poring 2248,3,5000
  311. ein_dun02,0,0 monster Golden Poring 2248,3,5000
  312. ein_fild03,0,0 monster Golden Poring 2248,3,5000
  313. ein_fild04,0,0 monster Golden Poring 2248,3,5000
  314. ein_fild05,0,0 monster Golden Poring 2248,3,5000
  315. ein_fild06,0,0 monster Golden Poring 2248,3,5000
  316. ein_fild07,0,0 monster Golden Poring 2248,3,5000
  317. ein_fild08,0,0 monster Golden Poring 2248,3,5000
  318. ein_fild09,0,0 monster Golden Poring 2248,3,5000
  319. gef_dun00,0,0 monster Golden Poring 2248,3,5000
  320. gef_dun01,0,0 monster Golden Poring 2248,3,5000
  321. gef_dun02,0,0 monster Golden Poring 2248,3,5000
  322. gef_fild00,0,0 monster Golden Poring 2248,3,5000
  323. gef_fild01,0,0 monster Golden Poring 2248,3,5000
  324. gef_fild02,0,0 monster Golden Poring 2248,3,5000
  325. gef_fild03,0,0 monster Golden Poring 2248,3,5000
  326. gef_fild04,0,0 monster Golden Poring 2248,3,5000
  327. gef_fild05,0,0 monster Golden Poring 2248,3,5000
  328. gef_fild06,0,0 monster Golden Poring 2248,3,5000
  329. gef_fild07,0,0 monster Golden Poring 2248,3,5000
  330. gef_fild08,0,0 monster Golden Poring 2248,3,5000
  331. gef_fild09,0,0 monster Golden Poring 2248,3,5000
  332. gef_fild10,0,0 monster Golden Poring 2248,3,5000
  333. gef_fild11,0,0 monster Golden Poring 2248,3,5000
  334. gef_fild13,0,0 monster Golden Poring 2248,3,5000
  335. gefenia01,0,0 monster Golden Poring 2248,3,5000
  336. gefenia02,0,0 monster Golden Poring 2248,3,5000
  337. gefenia03,0,0 monster Golden Poring 2248,3,5000
  338. gefenia04,0,0 monster Golden Poring 2248,3,5000
  339. gl_cas01,0,0 monster Golden Poring 2248,3,5000
  340. gl_cas02,0,0 monster Golden Poring 2248,3,5000
  341. gl_church,0,0 monster Golden Poring 2248,3,5000
  342. gl_chyard,0,0 monster Golden Poring 2248,3,5000
  343. gl_dun01,0,0 monster Golden Poring 2248,3,5000
  344. gl_dun02,0,0 monster Golden Poring 2248,3,5000
  345. gl_in01,0,0 monster Golden Poring 2248,3,5000
  346. gl_knt01,0,0 monster Golden Poring 2248,3,5000
  347. gl_knt02,0,0 monster Golden Poring 2248,3,5000
  348. gl_prison,0,0 monster Golden Poring 2248,3,5000
  349. gl_prison1,0,0 monster Golden Poring 2248,3,5000
  350. gl_sew01,0,0 monster Golden Poring 2248,3,5000
  351. gl_sew02,0,0 monster Golden Poring 2248,3,5000
  352. gl_sew03,0,0 monster Golden Poring 2248,3,5000
  353. gl_sew04,0,0 monster Golden Poring 2248,3,5000
  354. gl_step,0,0 monster Golden Poring 2248,3,5000
  355. glast_01,0,0 monster Golden Poring 2248,3,5000
  356. gon_dun01,0,0 monster Golden Poring 2248,3,5000
  357. gon_dun02,0,0 monster Golden Poring 2248,3,5000
  358. gon_dun03,0,0 monster Golden Poring 2248,3,5000
  359. gon_fild01,0,0 monster Golden Poring 2248,3,5000
  360. hu_fild01,0,0 monster Golden Poring 2248,3,5000
  361. hu_fild02,0,0 monster Golden Poring 2248,3,5000
  362. hu_fild04,0,0 monster Golden Poring 2248,3,5000
  363. hu_fild05,0,0 monster Golden Poring 2248,3,5000
  364. hu_fild06,0,0 monster Golden Poring 2248,3,5000
  365. ice_dun01,0,0 monster Golden Poring 2248,3,5000
  366. ice_dun02,0,0 monster Golden Poring 2248,3,5000
  367. ice_dun03,0,0 monster Golden Poring 2248,3,5000
  368. in_sphinx1,0,0 monster Golden Poring 2248,3,5000
  369. in_sphinx2,0,0 monster Golden Poring 2248,3,5000
  370. in_sphinx3,0,0 monster Golden Poring 2248,3,5000
  371. in_sphinx4,0,0 monster Golden Poring 2248,3,5000
  372. in_sphinx5,0,0 monster Golden Poring 2248,3,5000
  373. iz_dun00,0,0 monster Golden Poring 2248,3,5000
  374. iz_dun01,0,0 monster Golden Poring 2248,3,5000
  375. iz_dun02,0,0 monster Golden Poring 2248,3,5000
  376. iz_dun03,0,0 monster Golden Poring 2248,3,5000
  377. iz_dun04,0,0 monster Golden Poring 2248,3,5000
  378. jupe_core,0,0 monster Golden Poring 2248,3,5000
  379. juperos_01,0,0 monster Golden Poring 2248,3,5000
  380. juperos_02,0,0 monster Golden Poring 2248,3,5000
  381. kh_dun01,0,0 monster Golden Poring 2248,3,5000
  382. kh_dun02,0,0 monster Golden Poring 2248,3,5000
  383. lhz_dun01,0,0 monster Golden Poring 2248,3,5000
  384. lhz_dun02,0,0 monster Golden Poring 2248,3,5000
  385. lhz_dun03,0,0 monster Golden Poring 2248,3,5000
  386. lhz_fild01,0,0 monster Golden Poring 2248,3,5000
  387. lhz_fild02,0,0 monster Golden Poring 2248,3,5000
  388. lhz_fild03,0,0 monster Golden Poring 2248,3,5000
  389. lou_dun01,0,0 monster Golden Poring 2248,3,5000
  390. lou_dun02,0,0 monster Golden Poring 2248,3,5000
  391. lou_dun03,0,0 monster Golden Poring 2248,3,5000
  392. lou_fild01,0,0 monster Golden Poring 2248,3,5000
  393. mag_dun01,0,0 monster Golden Poring 2248,3,5000
  394. mag_dun02,0,0 monster Golden Poring 2248,3,5000
  395. man_fild02,0,0 monster Golden Poring 2248,3,5000
  396. mjo_dun01,0,0 monster Golden Poring 2248,3,5000
  397. mjo_dun02,0,0 monster Golden Poring 2248,3,5000
  398. mjo_dun03,0,0 monster Golden Poring 2248,3,5000
  399. mjolnir_01,0,0 monster Golden Poring 2248,3,5000
  400. mjolnir_02,0,0 monster Golden Poring 2248,3,5000
  401. mjolnir_03,0,0 monster Golden Poring 2248,3,5000
  402. mjolnir_04,0,0 monster Golden Poring 2248,3,5000
  403. mjolnir_05,0,0 monster Golden Poring 2248,3,5000
  404. mjolnir_06,0,0 monster Golden Poring 2248,3,5000
  405. mjolnir_07,0,0 monster Golden Poring 2248,3,5000
  406. mjolnir_08,0,0 monster Golden Poring 2248,3,5000
  407. mjolnir_09,0,0 monster Golden Poring 2248,3,5000
  408. mjolnir_10,0,0 monster Golden Poring 2248,3,5000
  409. mjolnir_11,0,0 monster Golden Poring 2248,3,5000
  410. mjolnir_12,0,0 monster Golden Poring 2248,3,5000
  411. moc_fild01,0,0 monster Golden Poring 2248,3,5000
  412. moc_fild02,0,0 monster Golden Poring 2248,3,5000
  413. moc_fild03,0,0 monster Golden Poring 2248,3,5000
  414. moc_fild04,0,0 monster Golden Poring 2248,3,5000
  415. moc_fild05,0,0 monster Golden Poring 2248,3,5000
  416. moc_fild06,0,0 monster Golden Poring 2248,3,5000
  417. moc_fild07,0,0 monster Golden Poring 2248,3,5000
  418. moc_fild08,0,0 monster Golden Poring 2248,3,5000
  419. moc_fild09,0,0 monster Golden Poring 2248,3,5000
  420. moc_fild10,0,0 monster Golden Poring 2248,3,5000
  421. moc_fild11,0,0 monster Golden Poring 2248,3,5000
  422. moc_fild12,0,0 monster Golden Poring 2248,3,5000
  423. moc_fild13,0,0 monster Golden Poring 2248,3,5000
  424. moc_fild14,0,0 monster Golden Poring 2248,3,5000
  425. moc_fild15,0,0 monster Golden Poring 2248,3,5000
  426. moc_fild16,0,0 monster Golden Poring 2248,3,5000
  427. moc_fild17,0,0 monster Golden Poring 2248,3,5000
  428. moc_fild18,0,0 monster Golden Poring 2248,3,5000
  429. moc_pryd01,0,0 monster Golden Poring 2248,3,5000
  430. moc_pryd02,0,0 monster Golden Poring 2248,3,5000
  431. moc_pryd03,0,0 monster Golden Poring 2248,3,5000
  432. moc_pryd04,0,0 monster Golden Poring 2248,3,5000
  433. moc_pryd05,0,0 monster Golden Poring 2248,3,5000
  434. moc_pryd06,0,0 monster Golden Poring 2248,3,5000
  435. nameless_n,0,0 monster Golden Poring 2248,3,5000
  436. nif_fild01,0,0 monster Golden Poring 2248,3,5000
  437. nif_fild02,0,0 monster Golden Poring 2248,3,5000
  438. nyd_dun01,0,0 monster Golden Poring 2248,3,5000
  439. odin_tem01,0,0 monster Golden Poring 2248,3,5000
  440. odin_tem02,0,0 monster Golden Poring 2248,3,5000
  441. odin_tem03,0,0 monster Golden Poring 2248,3,5000
  442. orcsdun01,0,0 monster Golden Poring 2248,3,5000
  443. orcsdun02,0,0 monster Golden Poring 2248,3,5000
  444. pay_dun00,0,0 monster Golden Poring 2248,3,5000
  445. pay_dun01,0,0 monster Golden Poring 2248,3,5000
  446. pay_dun02,0,0 monster Golden Poring 2248,3,5000
  447. pay_dun03,0,0 monster Golden Poring 2248,3,5000
  448. pay_dun04,0,0 monster Golden Poring 2248,3,5000
  449. pay_fild01,0,0 monster Golden Poring 2248,3,5000
  450. pay_fild02,0,0 monster Golden Poring 2248,3,5000
  451. pay_fild03,0,0 monster Golden Poring 2248,3,5000
  452. pay_fild04,0,0 monster Golden Poring 2248,3,5000
  453. pay_fild06,0,0 monster Golden Poring 2248,3,5000
  454. pay_fild07,0,0 monster Golden Poring 2248,3,5000
  455. pay_fild08,0,0 monster Golden Poring 2248,3,5000
  456. pay_fild09,0,0 monster Golden Poring 2248,3,5000
  457. pay_fild10,0,0 monster Golden Poring 2248,3,5000
  458. prt_fild00,0,0 monster Golden Poring 2248,3,5000
  459. prt_fild01,0,0 monster Golden Poring 2248,3,5000
  460. prt_fild02,0,0 monster Golden Poring 2248,3,5000
  461. prt_fild03,0,0 monster Golden Poring 2248,3,5000
  462. prt_fild04,0,0 monster Golden Poring 2248,3,5000
  463. prt_fild05,0,0 monster Golden Poring 2248,3,5000
  464. prt_fild06,0,0 monster Golden Poring 2248,3,5000
  465. prt_fild07,0,0 monster Golden Poring 2248,3,5000
  466. prt_fild08,0,0 monster Golden Poring 2248,3,5000
  467. prt_fild09,0,0 monster Golden Poring 2248,3,5000
  468. prt_fild10,0,0 monster Golden Poring 2248,3,5000
  469. prt_fild11,0,0 monster Golden Poring 2248,3,5000
  470. prt_maze01,0,0 monster Golden Poring 2248,3,5000
  471. prt_maze02,0,0 monster Golden Poring 2248,3,5000
  472. prt_maze03,0,0 monster Golden Poring 2248,3,5000
  473. prt_sewb1,0,0 monster Golden Poring 2248,3,5000
  474. prt_sewb2,0,0 monster Golden Poring 2248,3,5000
  475. prt_sewb3,0,0 monster Golden Poring 2248,3,5000
  476. prt_sewb4,0,0 monster Golden Poring 2248,3,5000
  477. ra_fild01,0,0 monster Golden Poring 2248,3,5000
  478. ra_fild03,0,0 monster Golden Poring 2248,3,5000
  479. ra_fild04,0,0 monster Golden Poring 2248,3,5000
  480. ra_fild05,0,0 monster Golden Poring 2248,3,5000
  481. ra_fild06,0,0 monster Golden Poring 2248,3,5000
  482. ra_fild08,0,0 monster Golden Poring 2248,3,5000
  483. ra_fild12,0,0 monster Golden Poring 2248,3,5000
  484. ra_san01,0,0 monster Golden Poring 2248,3,5000
  485. ra_san02,0,0 monster Golden Poring 2248,3,5000
  486. ra_san03,0,0 monster Golden Poring 2248,3,5000
  487. ra_san04,0,0 monster Golden Poring 2248,3,5000
  488. ra_san05,0,0 monster Golden Poring 2248,3,5000
  489. spl_fild01,0,0 monster Golden Poring 2248,3,5000
  490. tha_t01,0,0 monster Golden Poring 2248,3,5000
  491. tha_t02,0,0 monster Golden Poring 2248,3,5000
  492. tha_t03,0,0 monster Golden Poring 2248,3,5000
  493. tha_t04,0,0 monster Golden Poring 2248,3,5000
  494. tha_t05,0,0 monster Golden Poring 2248,3,5000
  495. tha_t06,0,0 monster Golden Poring 2248,3,5000
  496. tha_t07,0,0 monster Golden Poring 2248,3,5000
  497. tha_t08,0,0 monster Golden Poring 2248,3,5000
  498. tha_t09,0,0 monster Golden Poring 2248,3,5000
  499. tha_t10,0,0 monster Golden Poring 2248,3,5000
  500. tha_t11,0,0 monster Golden Poring 2248,3,5000
  501. tha_t12,0,0 monster Golden Poring 2248,3,5000
  502. thor_v01,0,0 monster Golden Poring 2248,3,5000
  503. thor_v02,0,0 monster Golden Poring 2248,3,5000
  504. thor_v03,0,0 monster Golden Poring 2248,3,5000
  505. treasure01,0,0 monster Golden Poring 2248,3,5000
  506. treasure02,0,0 monster Golden Poring 2248,3,5000
  507. tur_dun01,0,0 monster Golden Poring 2248,3,5000
  508. tur_dun02,0,0 monster Golden Poring 2248,3,5000
  509. tur_dun03,0,0 monster Golden Poring 2248,3,5000
  510. tur_dun04,0,0 monster Golden Poring 2248,3,5000
  511. um_fild01,0,0 monster Golden Poring 2248,3,5000
  512. um_fild02,0,0 monster Golden Poring 2248,3,5000
  513. um_fild03,0,0 monster Golden Poring 2248,3,5000
  514. um_fild04,0,0 monster Golden Poring 2248,3,5000
  515. ve_fild01,0,0 monster Golden Poring 2248,3,5000
  516. ve_fild02,0,0 monster Golden Poring 2248,3,5000
  517. ve_fild03,0,0 monster Golden Poring 2248,3,5000
  518. ve_fild04,0,0 monster Golden Poring 2248,3,5000
  519. ve_fild05,0,0 monster Golden Poring 2248,3,5000
  520. ve_fild07,0,0 monster Golden Poring 2248,3,5000
  521. xmas_dun01,0,0 monster Golden Poring 2248,3,5000
  522. xmas_dun02,0,0 monster Golden Poring 2248,3,5000
  523. xmas_fild01,0,0 monster Golden Poring 2248,3,5000
  524. yuno_fild01,0,0 monster Golden Poring 2248,3,5000
  525. yuno_fild02,0,0 monster Golden Poring 2248,3,5000
  526. yuno_fild03,0,0 monster Golden Poring 2248,3,5000
  527. yuno_fild04,0,0 monster Golden Poring 2248,3,5000
  528. yuno_fild06,0,0 monster Golden Poring 2248,3,5000
  529. yuno_fild07,0,0 monster Golden Poring 2248,3,5000
  530. yuno_fild08,0,0 monster Golden Poring 2248,3,5000
  531. yuno_fild09,0,0 monster Golden Poring 2248,3,5000
  532. yuno_fild10,0,0 monster Golden Poring 2248,3,5000
  533. yuno_fild12,0,0 monster Golden Poring 2248,3,5000