Jump to content

Bug: Renal-Yoshimo argument


drake127

Recommended Posts

Usually Yoshimo will suggest you to visit Renal Bloodscalp when you enter Docks District. Journal entry about this will be created. However if you already talked to Renal before (not having Yoshimo in party) or even solved Renal's quest, he would not react to this accordingly and you will got stuck with skeleton in your quest journal screen.

 

My suggested fix forces Yoshimo to remain silent in case you already delt with Renal.

COPY_EXISTING ~yoshimo.bcs~ ~override~
DECOMPILE_BCS_TO_BAF
	REPLACE_TEXTUALLY
		~Global("YoshimoMentionsRenal","LOCALS",0)~
		~Global("TalkedToRenal","GLOBAL",0)
		 Global("YoshimoMentionsRenal","LOCALS",0)~
COMPILE_BAF_TO_BCS

COPY_EXISTING ~yoshj.dlg~ ~override~
DECOMPILE_DLG_TO_D
	REPLACE_TEXTUALLY
		~Global("YoshimoMentionsRenal","LOCALS",0)~
		~Global("TalkedToRenal","GLOBAL",0)
		 Global("YoshimoMentionsRenal","LOCALS",0)~
COMPILE_D_TO_DLG

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...