07-18-2022, 02:35 PM
(This post was last modified: 07-18-2022, 02:37 PM by Graion Dilach.)
Apparently the EET converter script doesn't pick up the description of Shaman in the op319s. So, the items which are blocked for the Shaman need to have an update like this:
Code:
COPY ~SotSC/items/l#HAUR1.itm~ ~override~
SAY NAME1 @361
SAY NAME2 @387
SAY DESC @388
PATCH_IF (GAME_IS "eet") BEGIN
LPF ALTER_EFFECT
INT_VAR
match_opcode = 319
special = 232342 // 32342 was Shaman in BG1
END
END