Jump to content

[not bug] (IWDEE) Sanctified War Hammer


Recommended Posts

Posted

The Sanctified War Hammer +2 (XU2HAM3) is described in oIWD as "Only usable by: Cleric (single, dual, & multi-class)", but it doesn't actually have any usability restriction flags - even mages can use it! Since it also grants extra priest spells, I'm pretty certain that's a bug and oIWD should have restricted it. But it wasn't fixed when it was brought over to IWDEE, and of course the 'unusable by' text was wiped.

Code to fix:

COPY_EXISTING "XU2HAM3.itm" override
	WRITE_BYTE 0x1e (THIS BOR 0b11000000)
	WRITE_BYTE 0x1f (THIS BOR 0b00111000)
	WRITE_BYTE 0x20 (THIS BOR 0b00111111)
	WRITE_BYTE 0x21 (THIS BOR BIT7)

 

Posted

It's true that item usability flags are incorrectly set. However, this a monster-only weapon and currently only used by a single Spectral Hero (TRSPH3.CRE) from the TotLM campaign who happens to be a cleric.

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...