Advertisement
M45T3Ryu

KO v2

Feb 3rd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 7.23 KB | None | 0 0
  1. switch(rand(50)) {
  2. case 1:
  3.     mes "What is the attack effect for Haze Slasher level 4?";
  4. 0  140%
  5. 1  150%
  6. 2  160%
  7. 3  170%
  8. case 2:
  9.     mes "How many hits does a Throw Kunai give to a monster?";
  10. 0  2
  11. 1  3
  12. 2  4
  13. 3  5
  14. case 3:
  15.     mes "Which of the following correctly matches material needed to make a Icicle Kunai?";
  16. 0  Nimbus Shuriken 4, Ice Stone 2
  17. 1  Nimbus Shuriken 8, Ice Stone 2
  18. 2  Nimbus Shuriken 2, Ice Stone 1
  19. 3  Nimbus Shuriken 1, Ice Stone 2
  20. case 4:
  21.     mes "You are creating a weapon for huge monsters. What is the best card to use?";
  22. 0  Hydra Card
  23. 1  Minorous Card
  24. 2  Skel Woker Card
  25. 3  Desert Wolf Card
  26. case 5:
  27.     mes "What is the basic attack range for Throw Shuriken?";
  28. 0  7 blocks
  29.     1  8 blocks
  30.     2  9 blocks
  31.     3  10 blocks
  32. case 6:
  33.     mes "What is not the effect you get after reaching the STR status?";
  34. 0  Close range attack increase
  35. 1  Weight limit increase
  36. 2  Magic attack increase
  37. 3  Weapon attack increase
  38. case 7:
  39.     mes "What is not the effect you get after reaching the AGI status?";
  40. 0  Accuracy increase
  41. 1  Flee increase
  42. 2  Attack speed increase
  43. 3  Delay after attack decrease
  44. case 8:
  45.     mes "What is not the effect you get after reaching the VIT status?";
  46. 0  Weapon defense increase
  47. 1  MAXHP increase
  48. 2  Magic defense increase
  49. 3  Attack increase
  50. case 9:
  51.     mes "What is not the effect you get after reaching the INT status?";
  52. 0  MAXSP increase
  53. 1  MATK increase
  54. 2  Magic damage increase
  55. 3  Staff attack increase
  56. case 10:
  57.     mes "What is not the effect you get after reaching the DEX status?";
  58. 0  Casting time decrease
  59.     1  Evasion increase
  60.     2  Accuracy increase
  61.     3  Long range attack increase
  62. case 11:
  63.     mes "What is not the effect you get after reaching the LUK status?";
  64. 0  Accuracy increase
  65. 1  Complete evasion increase
  66. 2  Magic damage decrease
  67. 3  Critical rate increase
  68. case 12:
  69.     mes "How much money is used for Throw Coins level 6?";
  70. 0  2000-8000
  71. 1  1000-6000
  72. 2  3000-8000
  73. 3  3000-6000
  74. case 13:
  75.     mes "Which of the following Kunai will give the most damage to the ground property monster, Porcellio?";
  76. 0  Heat Wave Kunai
  77. 1  Icicle Kunai
  78. 2  Fell Poison Kunai
  79. 3  High Wind Kunai
  80. case 14:
  81.     mes "How long is the effect time for the Watery Evasion level 7 skill?";
  82. 0  40 seconds
  83. 1  45 seconds
  84. 2  50 seconds
  85. 3  55 seconds
  86. case 15:
  87.     mes "What is the attack range when you master Flip Tatami?";
  88. 0  5
  89. 1  7
  90. 2  3
  91. 3  1
  92. case 16:
  93.     mes "What is the maximum moving range of Shadow Leap?";
  94. 0  6 blocks
  95. 1  7 blocks
  96. 2  8 blocks
  97. 3  9 blocks
  98. case 17:
  99.     mes "What weapon cannot be made by the blacksmith Khaibara?";
  100. 0  Khukri
  101. 1  Murasame
  102. 2  Hakujin
  103. 3  Humma Wing Shuriken
  104. case 18:
  105.     mes "What level do you have to be in Dagger Throwing Practice in order to learn the Throw Coins skill?";
  106. 0  4
  107. 1  6
  108. 2  8
  109. 3  10
  110. case 19:
  111.     mes "Which of the following is not an effect of the Watery Evasion skill?";
  112. 0  Movement speed decrease
  113. 1  Waterball availability
  114. 2  Holy Water craftability
  115. 3  VIT decrease
  116. case 20:
  117.     mes "What is the highest job level for a ninja?";
  118. 0  70
  119. 1  50
  120. 2  99
  121. 3  100
  122. case 21:
  123.     mes "What is the property of the Lightning Jolt?";
  124. 0  Fire
  125. 1  Water
  126. 2  Ground
  127. 3  Wind
  128. case 22:
  129.     mes "How much does STR/INT go up when Ninja Aura level 5 is used?";
  130. 0  4
  131. 1  5
  132. 2  6
  133. 3  7
  134. case 23:
  135.     mes "What is the maximum hit number for Blaze Shield level 10?";
  136. 0  7
  137. 1  8
  138. 2  9
  139. 3  10
  140. case 24:
  141.     mes "You are creating a weapon for mid-sized monsters. What is the best card to use?";
  142. 0  Hydra Card
  143. 1  Minorous Card
  144. 2  Skel Woker Card
  145. 3  Desert Wolf Card
  146. case 25:
  147.     mes "When your First Wind is at level4, what will go with the MATK and range?";
  148. 0  MATK400, 8 blocks
  149. 1  MATK500, 7 blocks
  150. 2  MATK500, 8 blocks
  151. 3  MATK400, 7 blocks
  152. case 26:
  153.     mes "You need a catalyst to use ninja skills. Which of the following skills does not need a catalyst?";
  154. 0  Blaze Shield
  155. 1  Watery Evasion
  156. 2  Flaming Petals
  157. 3  Snow Flake Draft
  158. case 27:
  159.     mes "Which of the following blacksmiths do not create ninja items?";
  160. 0  Khaibara
  161. 1  Aiku
  162. 2  Tetsu
  163. 3  Toshu
  164. case 28:
  165.     mes "What is the attack range for the Exploding Dragon?";
  166. 0  3*3
  167. 1  4*4
  168. 2  5*5
  169. 3  6*6
  170. case 29:
  171.     mes "How many skill points do you need to master the Throw Coins skill?";
  172. 0  25
  173. 1  30
  174. 2  35
  175. 3  37
  176. case 30:
  177.     mes "Which of the following skills can't you learn at Dagger Throwing Practice level 7?";
  178. 0  Throw Kunai
  179. 1  Throw Huuma Shuriken
  180. 2  Killing Strike
  181. 3  Throw Coins
  182. case 31:
  183.     mes "If Dagger Throwing Practice is at 7, how much ATK is added to Shuriken attacks?";
  184. 0  18
  185. 1  21
  186. 2  27
  187. 3  30
  188. case 32:
  189.     mes "Which NPC promotes you?";
  190. 0  Valkyrie
  191. 1  Val Kiwi
  192. 2  Balp Hiri
  193. 3  Elephant
  194. case 33:
  195.     mes "How much power is in the Huuma Blaze Shuriken weapon?";
  196. 0  Fireball 5 , DEX-2
  197. 1  Fireball 5 , DEX-3
  198. 2  Fireball 4 , DEX-2
  199. 3  Fireball 4 , DEX-3
  200. case 34:
  201.     mes "How many skill points do you need to master the Cicada Skin Shed?";
  202. 0  5
  203. 1  3
  204. 2  1
  205. 3  4
  206. case 35:
  207.     mes "You are hunting the Orc Warrior. Which Kunai would you use? ";
  208. 0  Heat Wave Kunai
  209. 1  Icicle Kunai
  210. 2  Fell Poison Kunai
  211. 3  High Wind Kunai
  212. case 36:
  213.     mes "Which of the following is the best skill to use when attacking a ground property enemy?";
  214. 0  First Wind
  215. 1  Exploding Dragon
  216. 2  Snow Flake Draft
  217. 3  Wind Blade
  218. case 37:
  219.     mes "How do Ninjas get promoted?";
  220. 0  By Val Kiwi
  221. 1  By Randgris
  222. 2  None
  223. 3  By Valkyrie
  224. case 38:
  225.     mes "What is the name of the suspicious man you can meet during the Ninja job change quest?";
  226. 0  Red Leopard Jack
  227. 1  Black Leopard Jack
  228. 2  Red Leopard Joe
  229. 3  Black Leopard Joe
  230. case 39:
  231.     mes "Which Ninja Mastery skill level do you need to learn the Exploding Dragon skill?";
  232. 0  10
  233. 1  9
  234. 2  8
  235. 3  1
  236. case 40:
  237.     mes "What is the level of Dagger Throwing Practice you have to reach to learn the Killing Strike skill?";
  238. 0  7
  239. 1  5
  240. 2  6
  241. 3  8
  242. case 41:
  243.     mes "Which catalyst do you need to use the Blaze Shield skill?";
  244. 0  Ice Stone
  245. 1  Flame Stone
  246. 2  Wind Stone
  247. 3  Earth Stone
  248. case 42:
  249.     mes "Which of the following is the correct number of Evasion and effect duration for Mirror Image level 10?";
  250. 0  Up to 7 and 200 seconds
  251. 1  Up to 5 and 220 seconds
  252. 2  Up to 6 and 240 seconds
  253. 3  Up to 5 and 240 seconds
  254. case 43:
  255.     mes "Which of the following matches are incorrect for skill and property?";
  256. 0  Flaming Petals-Fire
  257. 1  Snow Flake Draft-Water
  258. 2  Freezing Spear-Ground
  259. 3  Lightning Jolt-Wind
  260. case 44:
  261.     mes "How much power is in the Murasame weapon?";
  262. 0  Human attack 10%
  263. 1  Human critical +10
  264. 2  Demon attack 10%
  265. 3  Demon critical +10
  266. case 45:
  267.     mes "Which village is the Ninja Guild located in?";
  268. 0  Lutie
  269. 1  Amatsu
  270. 2  Dewata
  271. 3  Comodo
  272. case 46:
  273.     mes "You are creating a weapon for small monsters. What is the best card to use?";
  274.     0  Hydra Card
  275. 1  Minorous Card
  276. 2  Skel Woker Card
  277. 3  Desert Wolf Card
  278. case 47:
  279.     mes "What is the most important aspect of increasing ATK for the Killing Strike skill?";
  280. 0  VIT
  281. 1  MAXHP
  282. 2  INT
  283. 3  MAXSP
  284. case 48:
  285.     mes "You need to equip a card to your shoes to enhance Killing Strike attack. Which of the following is the appropriate card to equip?";
  286. 0  Gold Acidus Card
  287. 1  Matyr Card
  288. 2  Odium of Thantos Card
  289. 3  Eddga Card
  290. case 49:
  291.     mes "What was next to me when you first met me?";
  292. 0  A cushion
  293. 1  A folding screen
  294. 2  A flowerpot
  295. 3  A brazier
  296. case 50:
  297.     mes "What is the DEX + LUK total for a Job Master?";
  298. 0  8
  299. 1  10
  300. 2  12
  301. 3  14
  302. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement