Skip to content

[BUG] Being hit by a Ghoul and held produces no line of text explaining it

AndreaColomboAndreaColombo Member Posts: 5,525
edited July 2012 in Fixed
CURRENT BEHAVIOR:

When getting hit by a Ghoul and subsequently paralyzed by its touch, the game text screen displays no line of text to explain it.

This also happened in vanilla BG1.

EXPECTED BEHAVIOR:

When getting hit by a Ghoul and subsequently paralyzed by its touch, the game text screen should display a string like "CHARNAME - Paralyzed" or "CHARNAME - Held".
Post edited by CameronTofer on

Comments

  • CuvCuv Member, Developer Posts: 2,535
    GHOUL1.item does not have a DisplayString effect on target, this is BG1 and BGEE specific.

    In BG2, Ghouls use GHOULT.itm which has an added Effect #139 with the String 14650

    Type: Display string (139)
    Power: 2
    String: Paralyzed (14650)
    Unknown: 02 00 00 00 h
    Duration: Instant/Permanent (1)
    Dispel/Resistance: Dispel/Not bypass resistance (1)
    Time: 0
    Probability 1: 100
    Probability 2: 0
    Unknown: 00 00 00 00 00 00 00 77 h
    #dice / Max level: 0
    Dice size / Min level: 0
    Savetype: (Save vs. spells(0) )
    Unknown: 00 00 00 00 h
  • CorianderCoriander Member Posts: 1,667
    I'll fix this.
  • CorianderCoriander Member Posts: 1,667
    I fixed it. When you get paralyzed there is now a string that says so.
  • AndreaColomboAndreaColombo Member Posts: 5,525
    Confirmed fixed.
Sign In or Register to comment.