Jump to content

Adventurer clash with NPC Kitpack


Recommended Posts

The README states that if you've kitted Imoen or Nalia as Adventurers in the NPC Kitpack, this mod will update them to its own version of the Adventurer kit. This in fact happens; the relevant CRE files are tagged with A!Adventurer as they should be. But when either Imoen or Nalia join your party, you'll find that they've reverted back to their NPC kitpack versions. This is due to the override scripts that have code like so for Imoen:

IF
	InParty(Myself)
	Global("IKNPCKit","LOCALS",0)
	Class(Myself,MAGE_THIEF)
THEN
	RESPONSE #100
		AddKit(IK_ADVENTURER)
		ReallyForceSpellRES("IKitImo1",Myself) // No such index
		SetGlobal("IKNPCKit","LOCALS",1)
END

There's slightly different but equivalent code of you've asked for them to have specialist mage kits as well. Affected scripts are:

BGIMOEN.BCS

IMOEN.BCS

IMOEN2.BCS

IMOE25.BCS

NALIA.BCS

NALI25.BCS

 

I've taken to commenting out the offending sections, which seems to work well enough.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...