1. \help\scripts\dw#grpin.baf, \workspace\dw#asc_illasera.bcs
They still have the good old !Dead("astSeenBy(Myself))")
2. \misc\antimagicscript.ssl
I reported about ReallyForceSpellRES("%spell%d",scstarget) in the v19 bug thread. Do spells with names smthd exist? Is it a typo and if not, could you please explain why?
3. \misc\reputation.tph
I remember thebigg has provided a pretty neat solution for the component. Aside from any disagreements between you and him it is really faster This is the file I use (not accounted for Viconia-Solaufein, can be easily added):
DEFINE_ACTION_MACRO ~reputation_core~ BEGIN
COPY_EXISTING_REGEXP GLOB ~^.*\.bcs$~ ~override~
~^.*\.dlg$~ ~override~
PATCH_IF (~%SOURCE_EXT%~ STRING_EQUAL_CASE ~DLG~ && `0 != INDEX_BUFFER (~ReputationInc~)) ||
(~%SOURCE_EXT%~ STRING_EQUAL_CASE ~BCS~ && `0 != INDEX_BUFFER (~%WNL%163OB~))
THEN BEGIN
PATCH_TRY
DECOMPILE_AND_PATCH BEGIN
REPLACE_TEXTUALLY ~ReputationInc(1)~ ~SetGlobal("DMWWRepBoost","GLOBAL",1)~
REPLACE_TEXTUALLY ~ReputationInc(2)~ ~ReputationInc(1)~
END
WITH DEFAULT
PATCH_WARN ~SCS WARNING: couldn't patch %SOURCE_FILE%, some mod broke it; leaving it untouched.~
END
END
BUT_ONLY
<<<<<<<< .../scsii-inlined/repadd.baf
IF
Global("DMWWRepBoost","GLOBAL",1)
THEN
RESPONSE #%probA%
SetGlobal("DMWWRepBoost","GLOBAL",0)
ReputationInc(1)
Continue()
RESPONSE #%probB%
SetGlobal("DMWWRepBoost","GLOBAL",0)
Continue()
END
>>>>>>>>
EXTEND_TOP ~baldur.bcs~ ~.../scsii-inlined/repadd.baf~ EVALUATE_BUFFER
EXTEND_TOP ~baldur25.bcs~ ~.../scsii-inlined/repadd.baf~ EVALUATE_BUFFER
END
4. \shapeshift\dw#shnbr.itm (same for SCS)
A cosmetic comment - the description icon has some garbage, better leave blank.
Looks like you've fixed everything else
















