Page 1 of 1

Dinner Date (slight spoilers)

PostPosted: Tue Jan 17, 2006 3:14 am
by Swicord
When on the date with Lexus and you get 7 Heart Stones to spend during the course of the evening. I just played through this twice in a row and it happened consistently. After adding up all the Heart Stones I should have spent it should have been all 7 of them, but somehow I end up retaining one and not getting full Lexus points and stat upgrades.

Pomper wine stuff = 3 stones
Replace dinner = 1 stone
Tip band for playing a song = 1 stone
Tip waitress = 2 stones

That all adds up to 7, so one of them isn't registering correctly.

PostPosted: Tue Jan 17, 2006 3:32 am
by Swicord
Further testing has pinpointed tipping the manager to replace the meal as not working correctly.

I tried doing everything the same except changing the drink I bought, still came up 1 short.

Then I tried changing the tip to 1 instead of 2, still came up 1 short.

Then I tried not tipping the band to play a song, and again came up with 1 short.

By process of elimination, it must be the manager.

PostPosted: Tue Jan 17, 2006 4:03 am
by Swicord
I think I've figured out what the cause is. I'll post some screenshots to help.

Image

Image

Image

The first two are examples of other fork choices I've found throughout the dinner event. They all use variables 0952 and 0953, heart stones spent and cafe points.

The third pic is from asking the Manager to replace the meal. It uses variable 0505, Notch item #5 heart stone. Could this be the problem?

PostPosted: Tue Jan 17, 2006 12:42 pm
by Sage Of The Wise
Yeah, thats definatly it.

PostPosted: Tue Jan 17, 2006 8:01 pm
by Dy3000
So what exactly should one do in rm2k to fix it?
Add a line of variable0953 +1 and get rid of variable0505 -1?

PostPosted: Wed Jan 18, 2006 1:49 am
by Swicord
You need to add a line of 0952 and 0953, one for spending the heart stone and one to raise your cafe points for doing so.

According to Jabbo's FAQ, it should be 2 cafe points for that, so make it +1 for heart stone expenditure and +2 for cafe points.

PostPosted: Wed Jan 18, 2006 2:24 am
by Physhal
You actually dont's have to change that cafe points while talking to the manager. They are added normally once you go back to your table.

Fix

PostPosted: Fri Feb 10, 2006 12:44 am
by LunC
Check.