Rastor Posted August 24, 2004 Share Posted August 24, 2004 I'm attempting to use the following command to patch a spell to display a dialog string whenever it is cast (via opcode 139). COPY ~mymod/spells/whatever.spl~ ~override~ SAY 0x76h @5 WeiDU gives the following error from that: ERROR: cannot convert ~0x76h~ (or ~0x76h~) to an integerERROR: [mymod/spells/whatever.spl] -> [override] Patching Failed (COPY) (Failure("int_of_string")) What am I doing wrong here? The offset is correct, as identified by Near Infinity. Link to comment
CamDawg Posted August 24, 2004 Share Posted August 24, 2004 Just use SAY 0x76 @5 without the h. The 0x tells WeiDU it's a hexadecimal. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.