Skip to content

[(BG2, BGEE) bug] Dagger of Venom (0824)

CamDawgCamDawg Member, Developer Posts: 3,438
edited September 2012 in Fixed
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
Cuv

Comments

  • SethDavisSethDavis Member Posts: 1,812
    edited August 2012
    Potentially fixed - @CamDawg's or @aVENGER's fix has been applied
  • Avenger_teambgAvenger_teambg Member, Developer Posts: 5,862
    Confirmed fixed.
  • BhryaenBhryaen Member Posts: 2,874
    edited September 2012
    Confirmed fixed:

    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. :-)
    Post edited by Bhryaen on
Sign In or Register to comment.