N-DReW25

What spawns Shaardan?

Recommended Posts

Hello, in my K1GI Mod I am trying to fix a bug where the Sith Student Shaardan fails to spawn inside the tomb of Ajunta Pall regardless of whether or not you've spoken to Ajunta. The main issue I am having is that I am totally unaware of what actually spawns him, my guess is that when you are leaving you're meant to walk on a trigger which makes him spawn but for some reason he isn't appearing.

 

Would anyone know what file spawns him in? Or if it would be possible to spawn him in via alternate means without breaking everything.

Share this post


Link to post
Share on other sites
  On 7/25/2019 at 7:29 AM, N-DReW25 said:

Would anyone know what file spawns him in?

By my observation it should be -

  1. Trigger = k37_trg_spn_shaa
  2. Scripts \ ScriptOnEnter = k_pkor_spn_shaar
      Reveal hidden contents

     

Did you have them [setup appropriately] on the relevant module [korr_m37aa]?

  On 7/25/2019 at 7:29 AM, N-DReW25 said:

...if it would be possible to spawn him in via alternate means without breaking everything.

Not sure about that - but if we can spawn him the most feasible way -like the above setup- I don't see any reason why we should take the alternative though. Granted, that is still possible - I think. 🤔

Edited by ebmar
Attached ScriptOnEnter content

Share this post


Link to post
Share on other sites
Guest Qui-Gon Glenn

DP asks a smart question.

...

 

If you simply want him to always spawn, you know what to do - remove conditionals.

Share this post


Link to post
Share on other sites
  On 7/25/2019 at 8:11 AM, DarthParametric said:

Since it checks for the presence of the swords, I gather you have changed those.

So I checked what I did to the blades and all I did was modify their stats, removing the blade utis from the override fixed the problem. I will see if it is possible to modify the sword stats without breaking Shaardan.

 

Share this post


Link to post
Share on other sites
  On 7/26/2019 at 5:34 AM, DarthParametric said:

It should only matter if you changed the tags, since that is what the script is checking.

That was presumably the issue. The "Notch Steel Sword" uses a tag and resref "k37_itm_freedont" whilst "Ajunta Palls Blade" uses tag "k37_itm_ajunta" and resref "k37_itm_freedont". My guess is that a while back I put the "ajunta" tag as the resref instead of the "freedont" tag.

 

Thank you all for your help.

Share this post


Link to post
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.