Jump to content

kapaer

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by kapaer

  1. Hi there, This is an old topic, but I was able to reproduce it and found the cause. It is caused by incorrect settings for POIs included in the CP map. POIs with part_ and rwg_tile_ in their names should not be quest targets, but they are incorrectly designated as targets. The following files included in the DF are incorrect : rwg_tile_industrial_straight_asylum_03.xml rwg_tile_downtown_cap_skyscraper_04.xml rwg_tile_downtown_intersection_villa_03.xml You will need to remove the line '<property name="QuestTags"~' in these files. The original CompoPack has the same mistake, but it can be fixed in the same way. You can easily check for errors by using an appropriate string search tool. For example, at the DOS prompt, go to the mod folder and type : findstr /s QuestTags *rwg_tile_*.xml Check the '*part_*.xml' files in the same way. If the above POI is selected as the target, you will get the following error when talking to the trader : ERR [XUi] Error while updating window group 'radial': EXC Object reference not set to an instance of an object. This error only occurs when the above POI is selected as the quest target : - This will only happen for traders with the above POI nearby. - It does not happen until the quest reaches Tier 5 (all problematic POIs were Tier 5). - If the above POI is not selected as one of the randomly selected POIs after talking to it many times, only then the error does not occur.
×
×
  • Create New...