Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Andyr
« on: February 27, 2006, 05:53:17 PM »

Great, ta. :) Was trying to figure where to put it.
Posted 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.
Posted by: Andyr
« on: February 27, 2006, 05:03:49 PM »

What's this bit for?
Posted 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