Jump to content

ScrambledKhegs

Members
  • Posts

    2
  • Joined

  • Last visited

About ScrambledKhegs

ScrambledKhegs's Achievements

  1. Tougher Illasera Illasera's bows apply the THAC0/damage bonus twice (so each has a total bonus to hit of 18 and total damage bonus of 18). This can be fixed by changing the required launcher in the ranged ability header from "Bow" to "None" (like Tansheron's Bow): Images before and after fix:
  2. I've found that changing `dw#shdsk.bcs` to rearrange the order in which items are taken can prevent then contents of containers spilling out: TakeItemListParty("dw#bags") TakeItemListParty("dw#spl*") TakeItemListParty("dw#tpitm") TakePartyItemAll("*") The behaviour of `TakeItemListParty()` for items within containers doesn't seem to be well defined, so taking the containers first with `TakeItemListParty("dw#bags")` avoids that issue. On a side note, I also changed Saemon Havarian's location next to the main entrance [1560.1165] and gave him some extra dialogue, so that he would initiate conversation but then wait while the party retrieves their items:
×
×
  • Create New...