Jump to content

A6 - Minor bug - Fort Duvno


Lilith

Recommended Posts

When crafting with Hapscomb in Fort Duvno, he won't let you make a Runed Helm unless you have two Demon's Biles, even though only one is actually used up.

 

To fix this, open up z125Tduvnodlg.txt and look for the line:

 

Code:
	condition = num_of_item(296) > 1 && num_of_item(295) > 1 && num_of_item(288) > 1;

 

Change it to:

 

Code:
	condition = num_of_item(296) > 1 && num_of_item(295) > 1 && num_of_item(288) > 0;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...