Jump to content

Add Item Effect, specific (IWDII)


Callirgos

Recommended Posts

Hi. I'm trying to add an AC bonus. But the bonus must be shield type. How do I specify that?

 

Parameter 1 = the AC bonus

Parameter 2 = 3 ( for shield ) ??

 

Also when removing AC bonus opcode 0 in a patch, it will remove all types regardless of different values in parameter 2, correct?

Link to comment

Hi. I'm trying to add an AC bonus. But the bonus must be shield type. How do I specify that?

 

Parameter 1 = the AC bonus

Parameter 2 = 3 ( for shield ) ??

According to the IESDP, p2 would be 3, yes.

 

Also when removing AC bonus opcode 0 in a patch, it will remove all types regardless of different values in parameter 2, correct?

Yes, DELETE_ITEM_EFFECT does not discriminate more than that. It'd be pretty straightforward to add, however.

Link to comment

Ah.... That makes sense. What is BUT_ONLY for? I'm not using this and my files are patching fine. I'm interested because I've seen it more than a few times but I don't use it.

WeiDU Readme.

 

It prevents WeiDU from copying the file if you made no changes to it, which is especially important when you conditionally apply changes (e.g. copy all items and add an effect to the ones that are necklaces).

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...