[(BG2, BGEE) bug] Dagger of Venom (0824)
The Dagger of Venom should be adding a poison icon to its victims.
// Fix the wrong enchantment level and missing poison icon on the Dagger of Venom (aVENGER)
COPY_EXISTING ~misc75.itm~ ~override~ // Dagger of Venom
WRITE_LONG 0x60 2 // set enchantment level to 2
LPF ADD_ITEM_EFFECT INT_VAR
opcode = 142 // display portrait icon
parameter2 = 6 // poison
type = 1 // add to melee header
target = 2 // preset target
duration = 15 // duration
savingthrow = 4 // save vs poison
END
Post edited by Bhryaen on
1
Comments
1. Through NI I see that Display Portrait Icon has been added to the Melee ability of MISC75 (with the same duration as the poison) which is lacking in the BG1 and BG2's MISC75.
2. Also spawned dagger and green xvart- stabbed xvart, poisoned, CTRL-Q'd xvart... no portrait present to check icons... but went to Character Record and there it was- Poisoned.
[EDIT]
2B. Conducted the same test as with 2. above, except using CORAN5. This time after poisoning and recruiting him, there was the Poisoned portrait icon. :-)