Browse Source

[fixes] for alko values

julzor 5 years ago
parent
commit
b838f067c8
4 changed files with 54 additions and 48 deletions
  1. 2 2
      locations/gdkin.qsrc
  2. 1 1
      locations/gdksex.qsrc
  3. 40 40
      locations/sny.qsrc
  4. 11 5
      locations/stat_display.qsrc

+ 2 - 2
locations/gdkin.qsrc

@@ -159,9 +159,9 @@ if $ARGS[0] = '':
 			if alko >= 6:
 				'You''re too drunk to dance and you lean against the wall for support to keep from falling down.'
 				if rand (0,1) = 0:gt 'gdkin', 'too_drunk_dance'
-			elseif alko = 1:
+			elseif alko > 0 and alko <= 3:
 				'You''re tipsy, and standing against the wall watching the others dance.'
-			elseif alko > 1:
+			elseif alko > 3 and alko < 6:
 				'You''re drunk, and standing against the wall watching the others dance.'
 			else
 				'You are standing next to the wall while watching the others dance.'

+ 1 - 1
locations/gdksex.qsrc

@@ -25,7 +25,7 @@ if $ARGS[0] = 'outside':
 			*clr & cla
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dk_night.jpg"></center>'
 			if alko < 6:'You smile at him but say: "No thanks, I''m not really in the mood for beer right now..."'
-			if alko >= 6:'You''re already fairly tipsy and mumble: "I don''t thi-*hic* think I should... *hic*"'
+			if alko >= 6:'You''re already really drunk and mumble: "I don''t thi-*hic* think I should... *hic*"'
 			'<<$boydesc>> offers you a disarming smile and says: "Alright, no problem! We can just chat!"'
 				act'Chat with him':
 				*clr & cla

+ 40 - 40
locations/sny.qsrc

@@ -1,7 +1,7 @@
 # sny
 
 if $ARGS[0] = '3':
-	cls
+	*clr & cla
 	menu_off = 1
 	gs 'stat'
 	if music_on = 1:
@@ -18,8 +18,8 @@ if $ARGS[0] = '3':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa3.jpg"></center>'
 	'The whole class went to Dimka home. He house had music playing and lots of alcohol to drink, you go up to a table with a couple of the other girls and get a glass of vodka. Soon everyone is drinking and celebrating the new year.'
 
-	act 'drink':
-		cls
+	act 'Drink':
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -37,8 +37,8 @@ if $ARGS[0] = '3':
 		act 'Nostrovia!': minut += 5 & gt 'sny', '4'
 	end
 
-	act 'Refuse drink':
-		cls
+	act 'Refuse to drink':
+		*clr & cla
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa3.jpg"></center>'
@@ -49,13 +49,13 @@ if $ARGS[0] = '3':
 end
 
 if $ARGS[0] = '4':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa4.jpg"></center>'
 	'Boys and girls start to relax and break up into groups to talk. Someone poured more vodka into a glass and handed you another glass of vodka.'
 
-	act 'drink':
-		cls
+	act 'Drink':
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -73,8 +73,8 @@ if $ARGS[0] = '4':
 		act 'Nostrovia!': minut += 5 & gt 'sny', '5'
 	end
 
-	act 'Refuse drink':
-		cls
+	act 'Refuse to drink':
+		*clr & cla
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa4.jpg"></center>'
@@ -85,13 +85,13 @@ if $ARGS[0] = '4':
 end
 
 if $ARGS[0] = '5':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa5.jpg"></center>'
 	'Albina went into the center of the room and began to dance, she is a very talented dancer and knows how to move her body. She was quickly joined by Katja and her sister Vicky. While you are watching the girls, someone hands you another glass of vodka.'
 
-	act 'drink':
-		cls
+	act 'Drink':
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -109,8 +109,8 @@ if $ARGS[0] = '5':
 		act 'Nostrovia!': minut += 5 & gt 'sny', '6'
 	end
 
-	act 'Refuse drink':
-		cls
+	act 'Refuse to drink':
+		*clr & cla
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa5.jpg"></center>'
@@ -121,13 +121,13 @@ if $ARGS[0] = '5':
 end
 
 if $ARGS[0] = '6':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa6.jpg"></center>'
 	'Albina and Katja are dancing face to face in the middle of the room. Suddenly Albina kisses Katja on the lips. The room erupts into howling kids encouraging them to continuing. Someone hands you another glass of vodka.'
 
 	act 'Drink':
-		cls
+		*clr & cla
 		minut += 15
 		alko += 3
 		cumspclnt = 2
@@ -145,8 +145,8 @@ if $ARGS[0] = '6':
 		act 'Nostrovia!': minut += 5 & gt 'sny', '7'
 	end
 
-	act 'Refuse drink':
-		cls
+	act 'Refuse to drink':
+		*clr & cla
 		minut += 15
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa6.jpg"></center>'
@@ -157,14 +157,14 @@ if $ARGS[0] = '6':
 end
 
 if $ARGS[0] = '7':
-	cls
+	*clr & cla
 	gs 'stat'
 	if alko >= 10:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/vomit.jpg"></center>'
 		'You start feeling dizzy and sick to your stomach, you mutter something about throwing up and Dale helps you rush to the toilet.'
 
-		act 'barf':
-			cls
+		act 'Barf':
+			*clr & cla
 			minut += 60 * alko
 			gs 'stat'
 
@@ -195,15 +195,15 @@ if $ARGS[0] = '7':
 		end
 	elseif alko >= 6 and alko < 10:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tit.jpg"></center>'
-		'You are quite tipsy and has not thinking straight. Someone''s hand pulls you into the center of the room with the dancing boys and girls. Nosov suddenly pulls your top down, exposing your breasts to everyone in the room. You sluggish pull your top back up. Dimka takes you by the hand and drags you out of the room.'
+		'You are quite drunk and has not thinking straight. Someone''s hand pulls you into the center of the room with the dancing boys and girls. Nosov suddenly pulls your top down, exposing your breasts to everyone in the room. You sluggish pull your top back up. Dimka takes you by the hand and drags you out of the room.'
 
 		act 'Hey! Where are you dragging me?': minut += 5 & gt 'sny', '10'
-	elseif alko > 1 and alko < 6:
+	elseif alko > 3 and alko < 6:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/alb.jpg"></center>'
 		'You are a little drunk, but having fun. When you notice, Albina sitting on the couch and kissing Vanka, while Fedka paws at her breasts. Looking around you some more you notice that Katja nowhere to be seen.'
 
 		act 'Search for Katja':
-			cls
+			*clr & cla
 			SeeKatBang = 1
 			KatjaLust += 10
 			KatjaSlut += 10
@@ -215,12 +215,12 @@ if $ARGS[0] = '7':
 			gs 'stat'
 			act 'Go into the room': minut += 5 & gt 'sny', '8'
 		end
-	elseif alko = 1:
+	elseif alko > 0 and alko <= 3:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/idi.jpg"></center>'
 		'You are a bit tipsy and feel fairly relaxed at the party. There''s some vodka shots lined up so you could have another drink or maybe it''s time to head home?'
 
 		act 'drink':
-			cls
+			*clr & cla
 			minut += 15
 			alko += 3
 			cumspclnt = 2
@@ -248,13 +248,13 @@ if $ARGS[0] = '7':
 end
 
 if $ARGS[0] = '8':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa8.jpg"></center>'
 	'Back in the main room, you saw, that most continue to drink and dance. Albina, Vanka and Fedka are no where to be seen anymore. Some of the girls are getting wild in the middle of the room Kristinka even pulls down her pants showing off her bare ass.'
 
 	act 'Search Albina':
-		cls
+		*clr & cla
 		seeAlbinaFuck = 1
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/alb.jpg"></center>'
@@ -267,13 +267,13 @@ if $ARGS[0] = '8':
 end
 
 if $ARGS[0] = '9':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/tusa9.jpg"></center>'
 	'Virtually everyone is passed on the floor, some in varies stats of undress. Dimka comes over to you "And you''re still on your feet? Good for you, the others have already left or passed out, let''s_go, I need you to help me with something."'
 
 	act 'I have to go now':
-		cls
+		*clr & cla
 		minut += 15
 		gs 'stat'
 		'You told Dimka, you to go now.'
@@ -285,7 +285,7 @@ if $ARGS[0] = '9':
 end
 
 if $ARGS[0] = '10':
-	cls
+	*clr & cla
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/kiss.jpg"></center>'
 	'He takes you into another room, one the two of you are alone. Dimka began to paw at your chest and gave you a long slobbery kiss.'
@@ -310,7 +310,7 @@ if $ARGS[0] = '10':
 end
 
 if $ARGS[0] = 'kiss':
-	cls
+	*clr & cla
 	!!1 and 4
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/dimkahome/newyear/sex/pett.jpg"></center>'
@@ -320,7 +320,7 @@ if $ARGS[0] = 'kiss':
 	minut -= 5
 	gs 'stat'
 	act 'wait':
-		cls
+		*clr & cla
 		!1 and 4
 		gs 'boyStat', 'A1'
 		gs 'stat'
@@ -331,7 +331,7 @@ if $ARGS[0] = 'kiss':
 		minut -= 5
 		gs 'stat'
 		act 'wait':
-			cls
+			*clr & cla
 
 			if npcSex[1] = 0:npcSex[1] = 1 & guy += 1
 
@@ -344,7 +344,7 @@ if $ARGS[0] = 'kiss':
 			gs 'arousal', 'vaginal', 5, 'sub'
 			gs 'stat'
 			act 'Suck him':
-				cls
+				*clr & cla
 
 				if npcSex[4] = 0:npcSex[4] = 1 & guy += 1
 
@@ -359,7 +359,7 @@ if $ARGS[0] = 'kiss':
 				gs 'stat'
 
 				act 'Suck':
-					cls
+					*clr & cla
 					spafinloc = 11
 					gs 'cum_manage'
 					facial += 1
@@ -372,7 +372,7 @@ if $ARGS[0] = 'kiss':
 					gs 'stat'
 					if condomDima = 1:
 						act 'Further':
-							cls
+							*clr & cla
 							facial += 1
 							spafinloc = 11
 							gs 'cum_manage'
@@ -384,7 +384,7 @@ if $ARGS[0] = 'kiss':
 						end
 					elseif condomDima = 0:
 					    act 'Further':
-							cls
+							*clr & cla
 							facial += 1
 							spafinloc = 11
 							gs 'cum_manage'
@@ -427,7 +427,7 @@ if $ARGS[0] = 'no':
 end
 
 if $ARGS[0] = 'end':
-	cls
+	*clr & cla
 	minut += 5
 	SNYnoseGang += 1
 	gs 'stat'

+ 11 - 5
locations/stat_display.qsrc

@@ -1285,13 +1285,19 @@ if meetday[2] < daystart and svidanie[2] = 1:pcs_lovers_rel[2] -= 10 & svidanie[
 if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
 if amphHigh > 0: $stat_msg += '<BR><b><font color="red">You feel a little wired.</font></b>'
 
-if alko > 2:
-	if alko < 6:
+if alko >0:
+	if alko = 1:
 		slut_bonus = 0
 		$stat_msg += '<BR><b><font color="red">You feel a little buzz from drinking.</font></b>'
-	elseif alko < 9:
-		slut_bonus = 25
-		$stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
+	elseif alko > 1 and alko <= 3:
+		slut_bonus = 10
+		$stat_msg += '<BR><b><font color="red">You''re feeling a bit tipsy.</font></b>'
+	elseif alko > 3 and alko <= 5:
+		slut_bonus = 20
+		$stat_msg += '<BR><b><font color="red">You''re a bit drunk.</font></b>'
+	elseif alko > 5 and alko < 10:
+		slut_bonus = 30
+		$stat_msg += '<BR><b><font color="red">You''re very drunk.</font></b>'
 	else
 		slut_bonus = 50
 		$stat_msg += '<BR><b><font color="red">You''re wasted.</font></b>'