Browse Source

[fixed] missing dialogue for ivan

julzor 5 years ago
parent
commit
68e853a314

+ 19 - 4
locations/gschool_chats1.qsrc

@@ -33,7 +33,9 @@ if $ARGS[0] = 'dimka':
 				'<br>You don''t have enough willpower to refuse.'
 			end
 			act 'Go with Dimka': gt 'gschool_chats1', 'dimka_sex'
-		end
+		end		
+	elseif DimaRudeQW > 0 and DimaRudeBlock = 0:
+		'Dimka looks into your eyes with a disinterested look and after a while says, "Whatever. After school, we''re going to my place. I''ll wait for you by the entrance."'
 	elseif npc_rel['A1'] >= 50 and pav_slut < 125:
 		npc_rel['A1'] += 1
 		if grupTipe = 1:
@@ -987,6 +989,9 @@ if $ARGS[0] = 'christina':
 		'As soon as you approach Christina she pushes you around, "Listen here <<$pcs_nickname>>, if you tell anyone what you saw... I swear... I will..."'
 		'Looking at her you teasingly answer, "What I have no idea what you''re talking about... I haven''t seen anything," you finish with a slight wink.'
 		'Once again Christina pushes you and sighs, "Don''t push it <<$pcs_nickname>>, consider this a warning."'
+	elseif kristinaSex = 0 and swinbeggor > 0:
+		if npc_rel['A18'] > 20: npc_rel['A18'] -= 10
+		'Christina looks at you full of hate: "I can''t believe you were faster than me... bitch!"'
 	elseif npc_rel['A18'] >= 50 and pav_slut < 125:
 		npc_rel['A18'] += 1
 		if grupTipe = 2:
@@ -1211,9 +1216,19 @@ if $ARGS[0] = 'ivan':
 	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/3.jpg"></center>'
-	if pav_slut <= 50 and IvanShowerQW = 1:
-		act 'Time for the next class': gt 'gschool_lessons', 'short_break'
-		gs 'nogorslut'
+	if pav_slut < 125 and IvanShowerQW = 1:
+		IvanShowerQW = 11
+		'Ivan thinks for a moment, before he says: "<<$pcs_nickname>>, I would like to talk to you about what happened in the shower. You''re a great girl, and I had a great time, but I''m not ready for a relationship. I need to put all my energy into my athletics, I think I have a good shot at getting to the Russian National Championships this year. I really cannot afford to be distracted by girls, even girls as attractive as you. So how about we just stick to fooling around a little?"'
+		act 'Discuss':
+			*clr & cla
+			gs'stat'
+			'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big<<numnpc>>.jpg"></center>'
+			'You nod at what Ivan says. "Sure Ivan I understand, I am ok with just being friends, really close friends who sometimes fool around in the shower." You say in your best sexy voice with a wink.'
+			'He gives you a one armed hug. "<<$pcs_nickname>> your the best, not only are you smoking hot but you are a super cool chick too. If you want to hang out some time you can stop by my place." He pauses a moment and then looks around and leans in close. "Or if you get a little bored during lunch break, you can let me know too." He says with a suggestive tone and waggled eyebrows.'
+			'You laugh at his silly antics, it is nice to have found a fun guy to hang out with, perhaps you will stop by his place, or maybe even take him up on his offer to make lunch break less boring. "Sure Ivan, I''ll think about it."'
+			act 'Time for the next class': gt 'gschool_lessons', 'short_break'
+			act 'Tell him you''re bored right now':gt 'gdksport', 'Ivan_bored'
+		end
 	elseif IvanShowerQW = 11 and IvanShowerYes = 1:
 		act 'Time for the next class': gt 'gschool_lessons', 'short_break'
 		if rand(0,4) = 0:

+ 1 - 1
locations/gschool_lessons1.qsrc

@@ -1800,7 +1800,7 @@ if $ARGS[0] = 'literature_late':
 	lit_late_counter += 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/late/late.jpg"></center>'
 	'As you walk down the halls of the school, they are completely empty. You pass by several classes already underway, you make your way down to math class. You finally arrive at the door to your class, you can hear Mr Tsarev already starting todays lessons inside.'
-	act 'Go into class.':
+	act 'Go into class':
 		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/late/latel1.jpg"></center>'

+ 1 - 0
locations/nogorslut.qsrc

@@ -20,6 +20,7 @@ if pav_slut < 125:
 			!!Dimka Nosov
 			pcs_mood += 20
 			!r125
+!!meetDiana and meetDianahelp aren''t used anywhere else, I keep it for now, because somebody wants to revamp/expand igor (julzor)
 			if DimaLoveIgor = 1 and meetDiana = 0:
 				meetDiana = 1
 				'"Hey <<$pcs_nickname>>, can you set up a meeting with Diana and me? I''d really liked that."'

+ 2 - 2
locations/npcbreeder.qsrc

@@ -26,8 +26,8 @@ if $ARGS[0] = 'insert':
 		elseif rand(1,3) = 3:
 			npc_hymen[$boy1] += 1
 		end
-	elseif npc_hymen[boy1] < 6:
-		if dick > npc_vag['A14'] + 5 and rand(1,40) = 1:
+	elseif npc_hymen[boy1] < 6:	
+		if dick > npc_vag[$boy1] + 5 and rand(1,40) = 1:
 			npc_hymen[$boy1] += 1
 		elseif rand(1,500) = 1:
 			npc_hymen[$boy1] += 1