Bug: Petra uses wrong gender picture while in Avatar form

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
CheekySparrow
Posts: 17
Joined: Fri Jun 17, 2022 4:48 pm

Bug: Petra uses wrong gender picture while in Avatar form

Post by CheekySparrow »

To reproduce:
female Avatar, go to Temple of Discipline with Petra and Boydon,
switch bodies with Petra,
fire/rehire Boydon
Petra comments using male Avatar's face.
Please see attached savegame and pic.
WrongGender.jpg
WrongGender.jpg (301.86 KiB) Viewed 8620 times
Attachments
exult99si.sav
(209.68 KiB) Downloaded 283 times
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: Bug: Petra uses wrong gender picture while in Avatar form

Post by Dominus »

Thanks, I‘ll try it out. Might even be a usecode bug 🤷‍♂️
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Knight Captain
Posts: 1219
Joined: Thu May 14, 2020 1:34 pm

Re: Bug: Petra uses wrong gender picture while in Avatar form

Post by Knight Captain »

var0012 = partyUtters(SHAMINO, (("@Far be it from me to question thy judgment, Avatar. " + "But are thy senses so dulled that thou dost not notice ") + "the potent aroma emanating from this fellow?@"), 0, false);
if (!(var0012 != AVATAR))
UI_set_conversation_slot(0);

partyUtters is a complex piece of code, so much so they left error reporting lines inside of it. I would be curious if the original game (via DOSbox) would show this same error?
Locked