Skip to content

(BG1) Burglar caught me stealing

DeeDee Member Posts: 10,447
edited November 2012 in Fixed
CURRENT BEHAVIOR
In Candlekeep, I went to open one of the locked chests in the room with the assassin, and a message appeared saying that someone had caught me, and the guards were on their way. The guard appeared after I killed the assassin, and told me to hand over all my gold.

EXPECTED BEHAVIOR
Assassins shouldn't be able to call the guards on you. After all, they're not supposed to be here either.
Post edited by Tanthalas on
Lunever

Comments

  • BalquoBalquo Member, Developer Posts: 2,746
    Can confirmed this. It's Container 1 in ar2602.
  • BhryaenBhryaen Member Posts: 2,874
    Yes! Actually I think this is a native BG1 issue.
  • BalquoBalquo Member, Developer Posts: 2,746
    edited September 2012
    Container will no longer be trapped with this fix.

    COPY_EXISTING ~ar2602.are~ ~override~ ~ar2627.are~ ~override~ READ_LONG 0x70 "cont_off" READ_SHORT 0x74 "cont_num" FOR(y=0;y<%cont_num%;y+=1)BEGIN READ_SHORT (%cont_off% + 0x30 + (%y% * 0xc0)) trap READ_ASCII (%cont_off% + 0x48 + (%y% * 0xc0)) script PATCH_IF (%trap% = 1) BEGIN WRITE_SHORT (%cont_off% + 0x30 + (%y% * 0xc0)) 0 WRITE_ASCII (%cont_off% + 0x48 + (%y% * 0xc0)) ~~ #8 END END
  • SethDavisSethDavis Member Posts: 1,812
    Potentially fixed - @Balquo's fix has been applied
  • TanthalasTanthalas Member Posts: 6,738
    Confirmed Fixed in Build 2001.

    Ransacked the chest in front of Shank, and no message or guards appeared.
Sign In or Register to comment.