mod_iwhore_highway.qsrc 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. # mod_iwhore_highway
  2. if $ARGS[0] = 'start':
  3. gs 'stat'
  4. killvar 'hw_temp'
  5. killvar 'gfy_rand'
  6. protect = 0
  7. propose = 0
  8. nnak_car = 0
  9. nnak_street = 0
  10. dnak_car = 0
  11. dnak_street = 0
  12. minut += 5
  13. if month >= 11 or month <= 3:
  14. '<center><img <<$set_imgh>> src="images/locations/highway/roadwinter.jpg"></center>'
  15. else
  16. '<center><img <<$set_imgh>> src="images/locations/highway/road.jpg"></center>'
  17. end
  18. if hour >= 18 or hour =< 6:
  19. act 'Stroll around': minut += 5 & gt 'mod_iwhore_highway', 'night'
  20. elseif hour < 18 and hour > 6:
  21. act 'Stroll around': minut += 5 & gt 'mod_iwhore_highway', 'day'
  22. else
  23. ''
  24. end
  25. end
  26. if $ARGS[0] = 'day':
  27. *clr & cla
  28. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  29. gs 'stat'
  30. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/streetwork/works'+rand(0,6)+'.jpg"></center>'
  31. 'It shouldn''t be difficult for you to catch attentions.'
  32. if new_whore >= 15:
  33. act 'Wait for clients':
  34. minut += 5
  35. gs 'stat'
  36. if rand(0,10) =< 3:
  37. cla
  38. *clr
  39. gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
  40. gs 'stat'
  41. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/car/dealc'+rand(0,9)+'.jpg"></center>'
  42. 'A car stop next to you... . "What did you have in mind, big boy?"'
  43. if new_whore < 50:
  44. if new_whore = 20 or new_whore = 30 or new_whore = 40 or new_whore = 44 or new_whore = 48:
  45. hw_temp = 3
  46. new_whore += 1
  47. else
  48. if pcs_inhib >= 35 and new_whore >= 30:
  49. hw_temp = rand(11,80)
  50. elseif pcs_inhib >= 40 and new_whore >= 50:
  51. hw_temp = rand(11,90)
  52. else
  53. hw_temp = rand(11,50)
  54. end
  55. end
  56. else
  57. if Krestovoz_pimp_protection ! 1:
  58. if pcs_inhib >= 35 and new_whore >= 30:
  59. hw_temp = rand(0,80)
  60. elseif pcs_inhib >= 40 and new_whore >= 50:
  61. hw_temp = rand(0,90)
  62. else
  63. hw_temp = rand(0,50)
  64. end
  65. else
  66. if pcs_inhib >= 35 and new_whore >= 30:
  67. hw_temp = rand(11,80)
  68. elseif pcs_inhib >= 40 and new_whore >= 50:
  69. hw_temp = rand(11,90)
  70. else
  71. hw_temp = rand(11,50)
  72. end
  73. end
  74. end
  75. act 'Let him decide':
  76. if hw_temp =< 10: gt 'mod_iwhore_hardlife', 'car_rape'
  77. if hw_temp > 10 and hw_temp =< 20: gt 'mod_iwhore_dhighway', 'dbj'
  78. if hw_temp > 20 and hw_temp =< 30: gt 'mod_iwhore_dhighway', 'dvag'
  79. if hw_temp > 30 and hw_temp =< 40: gt 'mod_iwhore_dhighway', 'danal'
  80. if hw_temp > 40 and hw_temp =< 50: gt 'mod_iwhore_dhighway', 'dpropose'
  81. if hw_temp > 50 and hw_temp =< 60: gt 'mod_iwhore_dhighway', 'dhbj'
  82. if hw_temp > 60 and hw_temp =< 70: gt 'mod_iwhore_dhighway', 'dhvag'
  83. if hw_temp > 70 and hw_temp =< 80: gt 'mod_iwhore_dhighway', 'dhanal'
  84. if hw_temp > 80 and hw_temp =< 85: gt 'mod_iwhore_dhighway', 'dnakcar'
  85. if hw_temp > 85 and hw_temp =< 90: gt 'mod_iwhore_dhighway', 'dnakstreet'
  86. end
  87. else
  88. 'Maybe there are works on the street, no car on sight.'
  89. act 'No one on sight': gt 'mod_iwhore_highway', 'start'
  90. end
  91. end
  92. else
  93. cla
  94. *clr
  95. gs 'stat'
  96. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/day/work/notgoodidea.jpg"></center>'
  97. '...Maybe it''s not a good idea... . '
  98. act 'Leave...': minut += 2 & gt 'mod_iwhore_highway', 'start'
  99. end
  100. act 'Go away': minut += 5 & gt 'road'
  101. end
  102. if $ARGS[0] = 'night':
  103. *clr & cla
  104. if inna_varvara_pimp >= 15: gs 'mod_iwhore_dincollect' , 'whore_check_pro'
  105. gs 'stat'
  106. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/streetwork/work'+rand(0,7)+'.jpg"></center>'
  107. 'It shouldn''t be difficult for you to catch attentions.'
  108. act 'Wait for clients':
  109. minut += 5
  110. gs 'stat'
  111. if rand(0,10) =< 6:
  112. cla
  113. *clr
  114. gs 'npcgeneratec', 0, 'the client', rand(18,45) & gs 'boyStat', $npclastgenerated
  115. gs 'stat'
  116. '<center><img <<$set_imgh>> src="mod/iwhore/images/locations/pavlovsk/street/night/work/car/cardeal'+rand(0,6)+'.jpg"></center>'
  117. 'A car stop next to you... . "What did you have in mind, big boy?"'
  118. if new_whore < 50:
  119. if new_whore = 20 or new_whore = 30 or new_whore = 40 or new_whore = 44 or new_whore = 48:
  120. hw_temp = 3
  121. new_whore += 1
  122. else
  123. if pcs_inhib >= 35 and new_whore >= 30:
  124. hw_temp = rand(11,80)
  125. elseif pcs_inhib >= 40 and new_whore >= 50:
  126. hw_temp = rand(11,90)
  127. else
  128. hw_temp = rand(11,50)
  129. end
  130. end
  131. else
  132. if Krestovoz_pimp_protection ! 1:
  133. if pcs_inhib >= 35 and new_whore >= 30:
  134. hw_temp = rand(0,80)
  135. elseif pcs_inhib >= 40 and new_whore >= 50:
  136. hw_temp = rand(0,90)
  137. else
  138. hw_temp = rand(0,50)
  139. end
  140. else
  141. if pcs_inhib >= 35 and new_whore >= 30:
  142. hw_temp = rand(11,80)
  143. elseif pcs_inhib >= 40 and new_whore >= 50:
  144. hw_temp = rand(11,90)
  145. else
  146. hw_temp = rand(11,50)
  147. end
  148. end
  149. end
  150. act 'Let him decide':
  151. if hw_temp =< 10: gt 'mod_iwhore_hardlife', 'car_rape'
  152. if hw_temp > 10 and hw_temp =< 20: gt 'mod_iwhore_nhighway', 'nbj'
  153. if hw_temp > 20 and hw_temp =< 30: gt 'mod_iwhore_nhighway', 'nvag'
  154. if hw_temp > 30 and hw_temp =< 40: gt 'mod_iwhore_nhighway', 'nanal'
  155. if hw_temp > 40 and hw_temp =< 50: gt 'mod_iwhore_nhighway', 'propose'
  156. if hw_temp > 50 and hw_temp =< 60: gt 'mod_iwhore_nhighway', 'nhbj'
  157. if hw_temp > 60 and hw_temp =< 70: gt 'mod_iwhore_nhighway', 'nhvag'
  158. if hw_temp > 70 and hw_temp =< 80: gt 'mod_iwhore_nhighway', 'nhanal'
  159. if hw_temp > 80 and hw_temp =< 85: gt 'mod_iwhore_nhighway', 'nnakcar'
  160. if hw_temp > 85 and hw_temp =< 90: gt 'mod_iwhore_nhighway', 'nnakstreet'
  161. end
  162. else
  163. 'Maybe there are works on the street, no car on sight.'
  164. act 'No one on sight': minut += 2 & gt 'mod_iwhore_highway', 'start'
  165. end
  166. end
  167. act 'Go away': minut += 5 & gt 'road'
  168. end
  169. if $ARGS[0] = 'gfy':
  170. minut += 5
  171. gfy_rand = rand(0,10)
  172. if gfy_rand = 0:
  173. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."...'
  174. wait 2000
  175. '<br>"...Fuck you!"...'
  176. elseif gfy_rand = 1:
  177. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  178. wait 2000
  179. '<br>"Mom is calling you!"...'
  180. elseif gfy_rand = 2:
  181. '"Hey...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  182. wait 2000
  183. '<br>"I''ve hear that you own the only pletorutupuss in town..."<br>"Uh?"'
  184. wait 3000
  185. '<br>"...Fuck you!"...'
  186. elseif gfy_rand = 3:
  187. '"Miss..."<br>"I won''t work without money, if you are going to ask."'
  188. wait 2000
  189. '"I''m sorry milady, i''m lost; do you happen to know the street that lead to Pavlovsk Residential?"<br>"Ummmh...you have to turn right, and go for..."'
  190. wait 5000
  191. '<br>..."...Fuck you bitch!".'
  192. elseif gfy_rand = 4:
  193. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that..."'
  194. wait 2000
  195. '"The police! The police! Run bitch run!"...'
  196. elseif gfy_rand = 5:
  197. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  198. wait 3000
  199. '"WHORE!....Hahahahaha..."... '
  200. elseif gfy_rand = 6:
  201. '"Spare our lost souls..."<br>"I won''t work without money, if you are going to ask."<br>"..."'
  202. wait 3000
  203. '"You are in time to redeem yourself...there was a time when all the mankind..."...<br>"Uh? Go away..."'
  204. wait 3000
  205. '<br>"...Fuck you! Bitch! You are a fallen demon!"... '
  206. elseif gfy_rand = 7:
  207. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"No no, it''s not that...let''s put that way..."'
  208. wait 2000
  209. '"...is that cum on your face?"<br>"No sweety, i''m clean..."'
  210. wait 1000
  211. '<br>"...Fuck you!"... .'
  212. elseif gfy_rand = 8:
  213. '"Hey bitch...!"<br>"I won''t work without money, if you are going to ask."'
  214. wait 2000
  215. '"How much do you want?"<br>"200 mouth, 350 pussy, 400 ass honey; 50 bonus without condom and other 20 if you want to fill me daddy."'
  216. wait 5000
  217. '<br>"Ok, give me 470 then, and i''ll fill your butt."<br>"Go away..."'
  218. wait 2000
  219. '<br>"...Fuck you!" ....'
  220. elseif gfy_rand = 9:
  221. '"Come here bitch...!"<br>"I won''t work without money, if you are going to ask."<br>"Nooooo, it''s not that...more more..."'
  222. wait 2000
  223. '"...just a moment..."<br>"Uh?"<br>"...Uhhh uhhh...aaahhh..."<br>"Hey what the fuck are you...."... '
  224. wait 3000
  225. '<br>"...Fuck you! Bitch!"'
  226. spafinloc = 12
  227. spafinloc = 11
  228. gs 'cum_manage'
  229. elseif gfy_rand = 10:
  230. '"Squeeezzee..."<br>"I won''t work without money, if you are going to ask."<br>"Meeeee...? Youuuu!"<br>"Uh???"'
  231. wait 2000
  232. '<br>"...I can see ...staaar..."<br>"Thank you honey! I can make you touch the ceiling too."<br>"It''s a big star...full of all the man wishes...do you want to see the star too? It start with a pill..."The man is on "high"..."No honey thanks, now if you leave me..."...'
  233. wait 4000
  234. '<br>"RUN! IT''S COMING! IT''S BIG! IT WILL KILL US ALL! AAAAAAHHH! RUN!"'
  235. else
  236. ''
  237. end
  238. if hour < 18 and hour > 6:
  239. wait 1500
  240. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/day/work/gfy.mp4"></video></center>'
  241. else
  242. wait 1500
  243. '<center><video autoplay loop src="mod/iwhore/images/locations/pavlovsk/street/night/work/gfy.mp4"></video></center>'
  244. end
  245. if gfy_rand = 9:
  246. *nl
  247. 'The freaky bastard was jerking, and throw his cum on your face; he push the gas on the machine to the max and cover you with dust.'
  248. elseif gfy_rand = 10:
  249. *nl
  250. 'You don''t know if the man was here for some laugh of if he was on a bad trip, anyway he push the gas on the machine to the max and cover you with dust.'
  251. else
  252. *nl
  253. 'The man was here for some laugh, he push the gas on the machine to the max and cover you with dust.'
  254. end
  255. act 'Fuck you!': minut += 2 & gt 'mod_iwhore_highway', 'start'
  256. end
  257. --- mod_iwhore_highway ---------------------------------