Author Topic: Minor Bugs & Tweaks  (Read 12667 times)

Sakes

  • Probably my fault.
  • Administrator
  • Posts: 1264
    • View Profile
Re: Minor Bugs & Tweaks
« Reply #15 on: September 02, 2012, 05:09:02 PM »
Short Answer:

Good catch, I noticed a naked one the other day.  The bug is fixed for the next time I do an update.

Long Answer:

The original bug was caused by the fact that 0 AC clothing was included in the list of possible armor types.  The problems is the AI only looks at base AC and since clothing is zero, will not equip zero AC clothing, hence the bug.

This was fixed by removing the 0 AC clothing, but the problem is it's hard to tell just from the script what is and is not zero AC because you have to go by resefs which aren't descriptive.   A few were missed on the first go around to remove all the zero AC stuff.

Recently I revisited the script and found there was still some 0 AC pieces in the mix and removed them... but I forgot to update the number of entries in the list, so it's possible for the RNG to land on an empty entry and not spawn clothing.

This is fixed in my build version of the module, and will be updated the next time I do an update.  Or, if someone else is doing an update just open up sk_ab_armr_table.

Code: [Select]

int nMaxArmr = 15; //  <--- Change this to max number of entries in table


Change that variable to 10 and it's fixed. 

Edit: I forgot to note, you'll also have to open sk_ab_spawn and recompile that after you edit the armor table.
« Last Edit: September 03, 2012, 04:18:40 PM by Sakes »
DM Cat is watching you roleplay.

elvishnation

  • Builder
  • Posts: 38
    • View Profile
Re: Minor Bugs & Tweaks
« Reply #16 on: September 03, 2012, 03:22:22 PM »
I guess the elves are just the Necromancer's pets for entertainment between animating dead. ;)

Wids

  • Posts: 256
    • View Profile
Re: Minor Bugs & Tweaks
« Reply #17 on: March 17, 2016, 03:10:55 PM »
I've been forgetting to report this, but at the depicted location in Neverwinter Wood - East, there's what sounds like an Evil Temple sound object; you get near this spot and start hearing odd, out-of-place environment noises:

(Click me for screenshot.)

Is that sound object supposed to be there for some reason, or is it simply a misplaced sound object?

Thanky.  :)

Neutral_Zone

  • Guest
Re: Minor Bugs & Tweaks
« Reply #18 on: March 27, 2016, 04:11:35 PM »
That probably shouldn't be there. Thankee for reporting it!

Wids

  • Posts: 256
    • View Profile
Re: Minor Bugs & Tweaks
« Reply #19 on: March 30, 2016, 07:01:10 PM »
Happy to be of service.  :)

 

Powered by EzPortal
anything