Jump to content

Illegal dual-wielding in ar18prie.cre can cause CTD with SCS


Recommended Posts

The creature ar18prie.cre (Priest of Cyric) has a sling in his second weapon slot and a mace +1 in his shield slot, a combination that is not allowed. This doesn't cause problems in a vanilla game as the standard scripts assigned never make him use his ranged weapon. But if an improved AI scripts mod like SCS is installed, any attempt by this creature to use his ranged weapon will crash to desktop with an assertion error.

 

Suggested fix:

COPY_EXISTING ~ar18prie.cre~ ~override~
  REPLACE_CRE_ITEM ~shld04~ #0 #0 #0 ~none~ ~shield~
  REPLACE_CRE_ITEM ~blun05~ #0 #0 #0 ~none~ ~weapon1~ EQUIP

  BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...