DavidW Posted September 8 Posted September 8 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) Quote
argent77 Posted September 8 Posted September 8 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. Quote
DavidW Posted September 8 Author Posted September 8 You're right, of course; I missed the fact that it was a copy. Quote
Recommended Posts
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.