Advertisement
tsanth

OWH+ v1.23 Cheat Menu v1.00

Apr 6th, 2016
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 8.23 KB | None | 0 0
  1. diff --git a/fairy_skilltalk_new.txt b/fairy_skilltalk_new.txt
  2. index e5c3db4..f0e57b0 100644
  3. --- a/fairy_skilltalk_new.txt
  4. +++ b/fairy_skilltalk_new.txt
  5. @@ -77,6 +77,7 @@ Whew. . . maybe I should find a new job. . .
  6.  @putselect What_happens_when_I_run_out_of_Energy? 10
  7.  @putselect What_is_that_clock_in_the_upper_right_of_the_screen? 12
  8.  @putselect Give_me_some_tips! 1
  9. +@putselect Help_me_\c[2]CHEAT\c[0]! 900 # New cheat menu option!
  10.  
  11.  
  12.  
  13. @@ -827,5 +828,398 @@ I-I guess you should grab a spear
  14.  or bow and start chipping away!
  15.  A sword or axe just isn't going to cut it!
  16.  
  17. +# START: Cheat Menu
  18. +@if select == 900
  19. +
  20. +@mes fairy4
  21. +WHAT?!
  22. +You want me to help you \c[2]CHEAT\c[0]?
  23. +
  24. +@mes fairy3
  25. +. . . FINE, I guess I can do that.
  26. +How do you want to \c[2]CHEAT\c[0]?
  27. +
  28. +@putselect Fill_my_life,_stamina,_and_energy. 1
  29. +@putselect Give_me_life_regeneration. 2
  30. +@putselect Give_me_10_levels. 3
  31. +@putselect Give_me_5000_silver. 4
  32. +@putselect Repair_my_equipped_gear. 5
  33. +@putselect Give_me_a_free_Awakening. 6
  34. +@putselect Teleport_me_randomly. 7
  35. +@putselect Save_my_game. 8
  36. +@@if param_plus_analysis < 200
  37. +@putselect Give_me_perfect_appraisal_skill. 9
  38. +@@ifend
  39. +@putselect Modify_my_stats. 10
  40. +@putselect Give_me_items! 20
  41. +@select inputlist
  42. +
  43. +# Fill my life, stamina, and energy.
  44. +@@if select == 1
  45. +@flash
  46. +@life param_maxlife
  47. +@st param_maxst
  48. +@genki param_maxgenki
  49. +
  50. +@se [LvUP]C4_11206_twinkle.ogg
  51. +@mes fairy3
  52. +You're all filled up. . .
  53. +
  54. +## Give me life regeneration.
  55. +@@if select == 2
  56. +@flash
  57. +@setstatus player 130
  58. +
  59. +@se [LvUP]C4_11206_twinkle.ogg
  60. +@mes fairy3
  61. +. . .there's your regeneration.
  62. +
  63. +# Give me 10 levels.
  64. +@@if select == 3
  65. +@flash
  66. +@exp 1000
  67. +
  68. +@se [LvUP]C4_11206_twinkle.ogg
  69. +@mes fairy3
  70. +There you go, some free levels. . .
  71. +
  72. +# Give me 5000 silver.
  73. +@@if select == 4
  74. +@flash
  75. +@money 5000
  76. +
  77. +@se [LvUP]C4_11206_twinkle.ogg
  78. +@mes fairy3
  79. +Don't spend it all in one place. . .
  80. +
  81. +# Repair my equipped gear.
  82. +@@if select == 5
  83. +@flash
  84. +@repair armor 1000
  85. +@repair weapon 1000
  86. +@repair plus 1000
  87. +
  88. +@se [LvUP]C4_11206_twinkle.ogg
  89. +@mes fairy3
  90. +. . .you're all fixed up now.
  91. +
  92. +# Give me a free Awakening.
  93. +@@if select == 6
  94. +@flash
  95. +@useskill 10
  96. +
  97. +@se [LvUP]C4_11206_twinkle.ogg
  98. +@mes fairy3
  99. +. . .okay, now go and do something productive.
  100. +
  101. +# Teleport me randomly.
  102. +@@if select == 7
  103. +@flash
  104. +@warp -10 5 50
  105. +
  106. +@se [LvUP]C4_11206_twinkle.ogg
  107. +@mes fairy3
  108. +. . .done.
  109. +
  110. +# Save my game.
  111. +@@if select == 8
  112. +@se [LvUP]C4_11206_twinkle.ogg
  113. +@mes fairy3
  114. +. . .fine.
  115. +
  116. +@flash
  117. +@save
  118. +
  119. +# Give me perfect appraisal skill.
  120. +@@if select == 9
  121. +@flash
  122. +@val param_plus_analysis = 200
  123. +
  124. +@se [LvUP]C4_11206_twinkle.ogg
  125. +@mes fairy3
  126. +. . .you got it.
  127. +
  128. +# Modify my stats.
  129. +@@if select == 10
  130. +@mes fairy3
  131. +. . .I can do that.
  132. +What do you want?
  133. +
  134. +@putselect Give_me_strength. 1
  135. +@putselect Give_me_agility. 2
  136. +@putselect Give_me_vitality. 3
  137. +@putselect Give_me_intellect. 4
  138. +@putselect Give_me_willpower. 5
  139. +@putselect Give_me_charisma. 6
  140. +@putselect Increase_my_critical_hit_rate. 7
  141. +@putselect Increase_my_weight_limit. 8
  142. +@putselect Increase_my_combo_attack_rate. 9
  143. +@putselect Increase_my_life. 10
  144. +@putselect Increase_my_stamina. 11
  145. +@putselect Increase_my_energy. 12
  146. +@select inputlist
  147. +
  148. +## Give me strength.
  149. +@@@if select == 1
  150. +@flash
  151. +@val tmp1 = 10
  152. +@val param_str += tmp1
  153. +
  154. +@se [LvUP]C4_11206_twinkle.ogg
  155. +@mes fairy3
  156. +. . .your strength increased by $tmp1.
  157. +
  158. +## Give me agility.
  159. +@@@if select == 2
  160. +@flash
  161. +@val tmp1 = 10
  162. +@val param_agi += tmp1
  163. +
  164. +@se [LvUP]C4_11206_twinkle.ogg
  165. +@mes fairy3
  166. +. . .your agility increased by $tmp1.
  167. +
  168. +## Give me vitality.
  169. +@@@if select == 3
  170. +@flash
  171. +@val tmp1 = 10
  172. +@val param_vit += tmp1
  173. +
  174. +@se [LvUP]C4_11206_twinkle.ogg
  175. +@mes fairy3
  176. +. . .your vitality increased by $tmp1.
  177. +
  178. +## Give me intellect.
  179. +@@@if select == 4
  180. +@flash
  181. +@val tmp1 = 10
  182. +@val param_int += tmp1
  183. +
  184. +@se [LvUP]C4_11206_twinkle.ogg
  185. +@mes fairy3
  186. +. . .your intellect increased by $tmp1.
  187. +
  188. +## Give me willpower.
  189. +@@@if select == 5
  190. +@flash
  191. +@flash
  192. +@val tmp1 = 10
  193. +@val param_wil += tmp1
  194. +
  195. +@se [LvUP]C4_11206_twinkle.ogg
  196. +@mes fairy3
  197. +. . .your willpower increased by $tmp1.
  198. +
  199. +## Give me charisma.
  200. +@@@if select == 6
  201. +@flash
  202. +@flash
  203. +@val tmp1 = 10
  204. +@val param_chm += tmp1
  205. +
  206. +@se [LvUP]C4_11206_twinkle.ogg
  207. +@mes fairy3
  208. +. . .your charisma increased by $tmp1.
  209. +
  210. +## Increase my critical hit rate.
  211. +@@@if select == 7
  212. +@flash
  213. +@val tmp1 = 10
  214. +@val param_crit += $tmp1
  215. +
  216. +@se [LvUP]C4_11206_twinkle.ogg
  217. +@mes fairy3
  218. +. . .your critical hit rate increased by $tmp1%.
  219. +
  220. +## Increase my weight limit.
  221. +@@@if select == 8
  222. +@flash
  223. +@val tmp1 = 6
  224. +@val param_weight += tmp1
  225. +
  226. +@se [LvUP]C4_11206_twinkle.ogg
  227. +@mes fairy3
  228. +. . .your weight limit increased by $tmp1.
  229. +
  230. +## Increase my combo attack rate.
  231. +@@@if select == 9
  232. +@flash
  233. +@val tmp1 = 10
  234. +@val param_combo += tmp1
  235. +
  236. +@se [LvUP]C4_11206_twinkle.ogg
  237. +@mes fairy3
  238. +. . .your combo attack rate increased by $tmp1%.
  239. +
  240. +## Increase my life.
  241. +@@@if select == 10
  242. +@flash
  243. +@val tmp1 = 10
  244. +@val param_maxlife += tmp1
  245. +
  246. +@se [LvUP]C4_11206_twinkle.ogg
  247. +@mes fairy3
  248. +. . .your life increased by $tmp1.
  249. +
  250. +## Increase my stamina.
  251. +@@@if select == 11
  252. +@flash
  253. +@val tmp1 = 30
  254. +@val param_maxst += tmp1
  255. +@val tmp1 /= 10
  256. +
  257. +@se [LvUP]C4_11206_twinkle.ogg
  258. +@mes fairy3
  259. +. . .your stamina increased by $tmp1.
  260. +
  261. +## Increase my energy.
  262. +@@@if select == 12
  263. +@flash
  264. +@val tmp1 = 15
  265. +@val param_maxgenki += tmp1
  266. +
  267. +@se [LvUP]C4_11206_twinkle.ogg
  268. +@mes fairy3
  269. +. . .your energy increased by $tmp1.
  270. +
  271. +@@@ifend
  272. +
  273. +# Give me items!
  274. +@@if select == 20
  275. +@mes fairy3
  276. +What kind of item do you want?
  277. +
  278. +@putselect I_want_a_Goddess_item. 1
  279. +@putselect I_want_a_holy_item. 2
  280. +@select inputlist
  281. +
  282. +## I want a Goddess item.
  283. +@@@if select == 1
  284. +@mes fairy3
  285. +Which one?
  286. +
  287. +@putselect The_Goddess_Dagger! 1
  288. +@putselect The_Goddess_Clothing! 2
  289. +@select inputlist
  290. +
  291. +### The Goddess Dagger!
  292. +@@@@if select == 1
  293. +@mes fairy3
  294. +Here's your Goddess Dagger.
  295. +
  296. +@getitem 10050 120 10,14,14,14,14,14,14,14,14,14,14
  297. +
  298. +### The Goddess Clothing!
  299. +@@@@if select == 2
  300. +@mes fairy3
  301. +Here's your Goddess Clothing.
  302. +
  303. +@getitem 20021 100 10,10,10,10,10,10,10,10,10,10,10
  304. +
  305. +@@@@ifend
  306. +
  307. +## I want a holy item.
  308. +@@@if select == 2
  309. +@mes fairy3
  310. +Which one?
  311. +
  312. +@putselect The_Crimson_Sun_Blade! 1
  313. +@putselect The_Holy_Moon_Sword! 2
  314. +@putselect The_Holy_Sword_Caledwulff! 3
  315. +@putselect The_Holy_Axe_Elizabeth! 4
  316. +@putselect Neith's_Holy_Bow! 5
  317. +@putselect The_Holy_Lance_Longinus! 6
  318. +@putselect Salacia's_Staff! 7
  319. +@putselect The_Holy_Sword_of_Storms! 8
  320. +@putselect The_Heavy_Holy_Axe! 9
  321. +@putselect The_Holy_Dagger! 10
  322. +@putselect A_stack_of_Holy_Throwing_Blades! 11
  323. +@select inputlist
  324. +
  325. +### The Crimson Sun Blade!
  326. +@@@@if select == 1
  327. +@mes fairy3
  328. +Here's your Crimson Sun Blade.
  329. +
  330. +@getitem 10020 60 1,14
  331. +
  332. +### The Holy Moon Sword!
  333. +@@@@if select == 2
  334. +@mes fairy3
  335. +Here's your Holy Moon Sword.
  336. +
  337. +@getitem 10021 60 1,14
  338. +
  339. +### The Holy Sword Caledwulff!
  340. +@@@@if select == 3
  341. +@mes fairy3
  342. +Here's your Holy Sword Caledwulff.
  343. +
  344. +@getitem 10022 60 1,14
  345. +
  346. +### The Holy Axe Elizabeth!
  347. +@@@@if select == 4
  348. +@mes fairy3
  349. +Here's your Holy Axe Elizabeth.
  350. +
  351. +@getitem 10023 60 1,14
  352. +
  353. +### Neith's Holy Bow!
  354. +@@@@if select == 5
  355. +@mes fairy3
  356. +Here's your Neith's Holy Bow.
  357. +
  358. +@getitem 10024 60 1,14
  359. +
  360. +### The Holy Lance Longinus!
  361. +@@@@if select == 6
  362. +@mes fairy3
  363. +Here's your Holy Lance Longinus.
  364. +
  365. +@getitem 10025 120 1,14
  366. +
  367. +### Salacia's Staff!
  368. +@@@@if select == 7
  369. +@mes fairy3
  370. +Here's your Salacia's Staff.
  371. +
  372. +@getitem 10026 150 1,14 # Salacia's Staff
  373. +
  374. +### The Holy Sword of Storms!
  375. +@@@@if select == 8
  376. +@mes fairy3
  377. +Here's your Holy Sword of Storms.
  378. +
  379. +@getitem 10080 60 1,14
  380. +
  381. +### The Heavy Holy Axe!
  382. +@@@@if select == 9
  383. +@mes fairy3
  384. +Here's your Heavy Holy Axe.
  385. +
  386. +@getitem 10081 40 1,14
  387. +
  388. +### The Holy Dagger!
  389. +@@@@if select == 10
  390. +@mes fairy3
  391. +Here's your Holy Dagger.
  392. +
  393. +@getitem 10084 70 1,14
  394. +
  395. +### A stack of Holy Throwing Blades!
  396. +@@@@if select == 11
  397. +@mes fairy3
  398. +Here're your Holy Throwing Blades.
  399. +
  400. +@getitem 40176 999
  401. +
  402. +@@@@ifend
  403. +
  404. +@@@ifend
  405. +
  406. +@@ifend
  407. +
  408. +# END: Cheat Menu
  409. +
  410.  @ifend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement