mod_wlife_saveupdater.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. # mod_wlife_saveupdater
  2. if $ARGS[0] = '':
  3. if wl_save_update = 0:
  4. gs 'mod_wlife_saveupdater', 'update_1'
  5. elseif wl_save_update = 1:
  6. gs 'mod_wlife_saveupdater', 'update_2'
  7. elseif wl_save_update = 2:
  8. gs 'mod_wlife_saveupdater', 'update_3'
  9. elseif wl_save_update = 3:
  10. gs 'mod_wlife_saveupdater', 'update_4'
  11. elseif wl_save_update = 4:
  12. gs 'mod_wlife_saveupdater', 'update_5'
  13. elseif wl_save_update = 5:
  14. gs 'mod_wlife_saveupdater', 'update_6'
  15. elseif wl_save_update = 6:
  16. gs 'mod_wlife_saveupdater', 'update_7'
  17. elseif wl_save_update = 7:
  18. gs 'mod_wlife_saveupdater', 'update_8'
  19. elseif wl_save_update = 8:
  20. gs 'mod_wlife_saveupdater', 'update_9'
  21. elseif wl_save_update = 9:
  22. gs 'mod_wlife_saveupdater', 'update_10'
  23. elseif wl_save_update = 10:
  24. gs 'mod_wlife_saveupdater', 'update_11'
  25. elseif wl_save_update = 11:
  26. gs 'mod_wlife_saveupdater', 'update_12'
  27. elseif wl_save_update = 12:
  28. gs 'mod_wlife_saveupdater', 'update_13'
  29. end
  30. end
  31. if $ARGS[0] = 'update_1':
  32. wl_save_update = 1
  33. if wl_shura_bj_day > 0: wl_shura['timer_bj'] = wl_shura_bj_day
  34. if wl_shura_like > 0: wl_shura['relationship'] = wl_shura_like
  35. if wl_shura_topic_homeless > 0: wl_shura['talk_homeless'] = wl_shura_topic_homeless
  36. if wl_shura_topic_iosif > 0: wl_shura['talk_iosif'] = wl_shura_topic_iosif
  37. if wl_shura_topic_volya > 0: wl_shura['talk_volyaf'] = wl_shura_topic_volya
  38. if wl_iosif_begged > 0: wl_iosif['begged'] = wl_iosif_begged
  39. if wl_iosif_piss_whore > 0: wl_iosif['pissing'] = wl_iosif_piss_whore
  40. if wl_volya_ask_fingering > 0: wl_volya['status_finger'] = wl_volya_ask_fingering
  41. if wl_rim_counter > 0: wl_whore['rim_counter'] = wl_rim_counter
  42. if wl_volya_finger_clean > 0: wl_volya['fingering_clean'] = wl_volya_finger_clean
  43. if wl_volya_nod > 0: wl_volya['attic_vadim'] = wl_volya_nod
  44. if wl_maxim['day'] > 0: wl_maxim['timer'] = wl_maxim['day']
  45. killvar 'wl_shura_bj_day'
  46. killvar 'wl_shura_like'
  47. killvar 'wl_shura_topic_homeless'
  48. killvar 'wl_shura_topic_iosif'
  49. killvar 'wl_shura_topic_volya'
  50. killvar 'wl_iosif_begged'
  51. killvar 'wl_iosif_piss_whore'
  52. killvar 'wl_volya_ask_fingering'
  53. killvar 'wl_rim_counter'
  54. killvar 'wl_volya_finger_clean'
  55. killvar 'wl_volya_nod'
  56. wl_maxim['day'] = 0
  57. elseif $ARGS[0] = 'update_2':
  58. wl_save_update = 2
  59. wl_mother['clothes_chance'] = 10
  60. if wl_maxim['payment'] > 2500: wl_maxim['payment'] = 2500
  61. if $wl_kiss_whore ! '': $wl_whore['kiss'] = $wl_kiss_whore
  62. if wl_status['incrimination'] > 0: wl_status['incrimination'] = 0
  63. if wl_okoro['investigation'] = 1: wl_investigation['okoro'] = 1 & wl_okoro['investigation'] = 0
  64. if wl_maxim['status'] > 1 and wl_investigation['maxim'] = 0: wl_investigation['maxim'] = 1
  65. if wl_client_rim_unfriendly > 0: wl_whore['rim_unfriendly'] = wl_client_rim_unfriendly
  66. if wl_start_picture > 0: wl_pictures['start'] = wl_start_picture & wl_pictures['count'] += 1
  67. killvar '$wl_kiss_whore'
  68. killvar 'wl_client_rim_unfriendly'
  69. killvar 'wl_start_picture'
  70. elseif $ARGS[0] = 'update_3':
  71. wl_save_update = 3
  72. gs 'mod_wlife_npc'
  73. elseif $ARGS[0] = 'update_4':
  74. wl_save_update = 4
  75. if wl_status['main'] > 8 and wl_shura['status'] > 8: wl_shura['party_timer'] = 5
  76. if wl_drugs['status'] = 2: wl_investigation['shura'] = 1
  77. if wl_volya_car_first > 0: wl_volya['first_bj'] = wl_volya_car_first
  78. if wl_volya_car_finger_first > 0: wl_volya['first_finger'] = wl_volya_car_finger_first
  79. if wl_drugs['sacha'] > 0: wl_sacha['status'] = wl_drugs['sacha']
  80. killvar 'wl_volya_car_first'
  81. killvar 'wl_volya_car_finger_first'
  82. elseif $ARGS[0] = 'update_5':
  83. wl_save_update = 5
  84. if wl_drugs['status'] > 1 and wl_sacha['status'] = 0: wl_sacha['status'] = 1
  85. elseif $ARGS[0] = 'update_6':
  86. wl_save_update = 6
  87. if noprotect > 0: noprotect = 0
  88. if sexcontra > 0: sexcontra = 0
  89. elseif $ARGS[0] = 'update_7':
  90. wl_save_update = 7
  91. if wl_iosif['pissing'] = 1 and $wl_fetish['pissed_on'] ! '': wl_iosif['pissing'] = 2
  92. if wl_iosif['status'] = 5 and $wl_fetish['pissing'] = 'blocked': wl_iosif['status'] = 6
  93. elseif $ARGS[0] = 'update_8':
  94. wl_save_update = 8
  95. if wl_sacha['status'] > 3: wl_status['main'] = 10
  96. wl_whore['client_behavior_chance'] = 70
  97. elseif $ARGS[0] = 'update_9':
  98. wl_save_update = 9
  99. if $wl_loc[0] = 'pavComplex': $wl_loc[0] = 'pav_complex'
  100. if $wl_loc[0] = 'street': $wl_loc[0] = 'city_residential'
  101. if $wl_loc[0] = 'pavtrain': $wl_loc[0] = 'pav_market'
  102. elseif $ARGS[0] = 'update_10':
  103. wl_save_update = 10
  104. wl_status['tomas'] = wl_tomas_known
  105. killvar 'wl_tomas_known'
  106. killvar 'wl_tomas_day'
  107. if npc_rel['A907'] = 30:
  108. wl_status['tomas'] = 1
  109. elseif npc_rel['A907'] = 50:
  110. wl_status['tomas'] = 2
  111. end
  112. npctemp = 913
  113. $npc_dna['A<<npctemp>>'] = '0177741640 2882999454 2096644932 8270427395 8225427220 5748716132 0697004165'
  114. $npc_firstname['A<<npctemp>>'] = 'Alexei'
  115. $npc_nickname['A<<npctemp>>'] = 'Alexei'
  116. $npc_lastname['A<<npctemp>>'] = 'Boykov'
  117. $npc_usedname['A<<npctemp>>'] = 'Alexei Boykov'
  118. $npc_notes['A<<npctemp>>'] = 'Drug addict'
  119. npc_dob['A<<npctemp>>'] = 19960911
  120. gs 'npcstaticdefaults', 'defaults'
  121. npc_gender['A<<npctemp>>'] = 0
  122. $npc_thdick['A<<npctemp>>'] = 'well proportioned'
  123. npc_dick['A<<npctemp>>'] = 21
  124. npctemp = 950
  125. $npc_dna['A<<npctemp>>'] = '3769808989 3791424895 3388660888 3670612592 3668879713 3274794097 3877226585'
  126. $npc_firstname['A<<npctemp>>'] = 'Rex'
  127. $npc_nickname['A<<npctemp>>'] = 'Rex'
  128. $npc_lastname['A<<npctemp>>'] = 'The Dog'
  129. $npc_usedname['A<<npctemp>>'] = 'Rex'
  130. $npc_notes['A<<npctemp>>'] = 'The family dog.'
  131. gs 'npcstaticdefaults', 'defaults'
  132. npc_gender['A<<npctemp>>'] = 0
  133. $npc_thdick['A<<npctemp>>'] = 'thick'
  134. npc_dick['A<<npctemp>>'] = 30
  135. elseif $ARGS[0] = 'update_11':
  136. wl_save_update = 11
  137. npctemp = 914
  138. $npc_dna['A<<npctemp>>'] = '2575058197 9795455720 9659076687 5390485976 6819029370 3139400697 8766545582'
  139. $npc_firstname['A<<npctemp>>'] = 'Irina'
  140. $npc_nickname['A<<npctemp>>'] = 'Irina'
  141. $npc_lastname['A<<npctemp>>'] = 'Bely'
  142. $npc_usedname['A<<npctemp>>'] = 'Irina'
  143. npc_dob['A<<npctemp>>'] = 19880312
  144. $npc_notes['A<<npctemp>>'] = 'Irina is the younger sister of Vadim and Georgiy.'
  145. npc_gender['A<<npctemp>>'] = 1
  146. gs 'npcstaticdefaults', 'defaults'
  147. npc_bust['A<<npctemp>>'] = 12
  148. elseif $ARGS[0] = 'update_12':
  149. wl_save_update = 12
  150. :chooseloopwl
  151. if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] > 0:
  152. temp = input('You have got three dogs, which one do you want to preserve (input 1 for GL dog, 2 for WL dog, or 3 for BM dog')
  153. if temp < 1 or temp > 3: jump 'chooseloopwl'
  154. end
  155. if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] = 0:
  156. temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 3 for BM dog')
  157. if temp ! 1 and temp ! 3: jump 'chooseloopwl'
  158. end
  159. if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] > 0:
  160. temp = input('You have got two dogs, which one do you want to preserve (input 2 for WL dog, 3 for BM dog')
  161. if temp < 2 or temp > 3: jump 'chooseloopwl'
  162. end
  163. if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] > 0:
  164. temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 2 for WL dog')
  165. if temp < 1 or temp > 2: jump 'chooseloopwl'
  166. end
  167. if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] = 0:
  168. temp = 1
  169. end
  170. if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] > 0:
  171. temp = 2
  172. end
  173. if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] = 0:
  174. temp = 3
  175. end
  176. if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] = 0:
  177. temp = 0
  178. end
  179. if temp = 1:
  180. rex['status'] = 1
  181. objects['peanut_butter'] = objects['peanut_butter'] + wl_objects['peanut_butter']
  182. objects['dog_food'] = objects['dog_food'] + wl_objects['dog_food']
  183. objects['treats'] = objects['treats'] + wl_objects['treats']
  184. objects['chew'] = objects['chew'] + wl_objects['chew']
  185. objects['toys'] = objects['toys'] + wl_objects['toys']
  186. end
  187. if temp = 2:
  188. rex['owned'] = 1
  189. $rex['name'] = $wl_rex['name']
  190. rex['status'] = wl_rex['status']
  191. rex['approach'] = wl_rex['approach']
  192. rex['bj'] = wl_rex['bj']
  193. rex['chew_day'] = wl_rex['chew_day']
  194. rex['count_bath'] = wl_rex['count_bath']
  195. rex['count_bath_base'] = wl_rex['count_bath_base']
  196. rex['count_feed'] = wl_rex['count_feed']
  197. rex['count_feed_base'] = wl_rex['count_feed_base']
  198. rex['count_run'] = wl_rex['count_run']
  199. rex['count_walk'] = wl_rex['count_walk']
  200. rex['count_walk_base'] = wl_rex['count_walk_base']
  201. rex['gadukino_day'] = wl_rex['gadukino_day']
  202. rex['kiss_day_inside'] = wl_rex['kiss_day_inside']
  203. rex['kiss_day_outside'] = wl_rex['kiss_day_outside']
  204. rex['love'] = wl_rex['love']
  205. rex['play_inside'] = wl_rex['play_inside']
  206. rex['pussy'] = wl_rex['pussy']
  207. rex['rejection'] = wl_rex['rejection']
  208. rex['relationship'] = wl_rex['relationship']
  209. rex['temp'] = wl_rex['temp']
  210. rex['timer_bj'] = wl_rex['timer_bj']
  211. rex['timer_day'] = wl_rex['timer_day']
  212. rex['timer_feed'] = wl_rex['timer_feed']
  213. rex['timer_lick'] = wl_rex['timer_lick']
  214. rex['timer_pussy'] = wl_rex['timer_pussy']
  215. rex['timer_treat'] = wl_rex['timer_treat']
  216. rex['timer_walk'] = wl_rex['timer_walk']
  217. rex['train_lick'] = wl_rex['train_lick']
  218. $status['dog'] = $wl_status['dog']
  219. objects['peanut_butter'] = objects['peanut_butter'] + wl_objects['peanut_butter']
  220. objects['dog_food'] = objects['dog_food'] + wl_objects['dog_food']
  221. objects['treats'] = objects['treats'] + wl_objects['treats']
  222. objects['chew'] = objects['chew'] + wl_objects['chew']
  223. objects['toys'] = objects['toys'] + wl_objects['toys']
  224. end
  225. if temp = 3:
  226. rex['owned'] = 1
  227. rex['status'] = 1
  228. $rex['name'] = $npc_firstname[$petId]
  229. end
  230. killvar 'sobaka'
  231. killvar '$namesob'
  232. killvar 'wl_rex'
  233. killvar 'wl_objects'
  234. if $petID ='' and rex['owned'] = 1:
  235. gs 'npcgeneratec', 0, $rex['name'], rand(1,4)
  236. gs 'npcpreservec', $npclastgenerated
  237. $petID = $npclastsaved
  238. $npc_firstname[$npclastsaved] = $rex['name']
  239. $npc_nickname[$npclastsaved] = $rex['name']
  240. $npc_lastname[$npclastsaved] = $rex['name']
  241. $npc_usedname[$npclastsaved] = $rex['name']
  242. $npc_notes[$npclastsaved] = 'The dog you purchased from the pet shop.'
  243. npc_spermpot[$npclastsaved] = -1
  244. $npc_thdick[$npclastsaved] = 'knotted'
  245. npc_dick[$npclastsaved] = 7
  246. npc_sexskill[$npclastsaved] = 0
  247. end
  248. elseif $ARGS[0] = 'update_13':
  249. wl_save_update = 13
  250. if wl_whore['pirsA'] ! 0 and wl_whore['tongue_piercing'] = 0:
  251. wl_whore['tongue_piercing'] = wl_whore['pirsA']
  252. wl_whore['pirsA'] = 0
  253. end
  254. if wl_whore['pirsF'] ! 0 and wl_whore['nipple_piercing'] = 0:
  255. wl_whore['nipple_piercing'] = wl_whore['pirsF']
  256. wl_whore['pirsF'] = 0
  257. end
  258. end
  259. if wl_save_update < 13: gs 'mod_wlife_saveupdater'
  260. gs 'mod_wlife_setup'
  261. $mod_name[mod_i] = $mod_info[0]
  262. $mod_version[mod_i] = $mod_info[1]
  263. $mod_author[mod_i] = $mod_info[2]
  264. $mod_desc[mod_i] = $mod_info[3]
  265. $mod_opt[mod_i] = $mod_info[4]
  266. --- mod_wlife_saveupdater ---------------------------------