Pocket Plane Group

BG2 Completed Mods => Unfinished Business => Finished Business => Topic started by: icelus on February 12, 2006, 04:51:09 PM

Title: Re: From the Fixpack forum
Post by: icelus on February 12, 2006, 04:51:09 PM
// wallag's stuff now available
EXTEND_TOP ~ar1403.bcs~ ~bg2fixpack/baf/ar1403.baf~

// make wallag a permanent corpse
COPY_EXISTING ~shabod01.cre~ ~override~
  READ_BYTE 0x10 "flags"
  WRITE_BYTE 0x10 ("%flags%" BOR 0b00000100)
  BUT_ONLY_IF_IT_CHANGES

CamDawg: Oh, and ar1403:
CamDawg: IF
  Global("CDDropStuff","AR1403",0)
THEN
RESPONSE #100
  SetGlobal("CDDropStuff","AR1403",1)
  ActionOverride("shabod01",DropInventory())
END
Title: Re: From the Fixpack forum
Post by: Andyr on February 27, 2006, 05:03:49 PM
What's this bit for?
Title: Re: From the Fixpack forum
Post by: CamDawg on February 27, 2006, 05:30:50 PM
Restores the Cloak of the Wolf. Wallag has the item, but he's just a dead body in Anath's cave. Those patches make the corpse permanent (so it doesn't disappear) and then forces it to drop its inventory.
Title: Re: From the Fixpack forum
Post by: Andyr on February 27, 2006, 05:53:17 PM
Great, ta. :) Was trying to figure where to put it.