deratiseur Posted November 25, 2014 Share Posted November 25, 2014 Hello Please, i need a weidu code patch to edit some vanilla spell by removing some effects they have. Because Enhanced editions use new opcodes, and i cannot have in my mod use "old" modified spells anymore, so i would patch existing spells instead. i need to edit SPPR403 by removing effect #46 Cure stun and effect #162 Remove paralysis (protect but not cure) I nedd to edit SPR108 by removing effect #161 Remove fear and effect #240 Remove portrait icon and in EE gems effect #321 Remove effects by ressources. (same : protec but not cure) Link to comment
CamDawg Posted November 25, 2014 Share Posted November 25, 2014 COPY_EXISTING ~sppr403.spl~ ~override~ PATCH_FOR_EACH op IN 46 162 BEGIN LPF DELETE_EFFECT INT_VAR match_opcode = op END END BUT ONLY COPY_EXISTING ~sppr108.spl~ ~override~ PATCH_FOR_EACH op IN 161 240 321 BEGIN LPF DELETE_EFFECT INT_VAR match_opcode = op END END BUT ONLY Link to comment
deratiseur Posted November 25, 2014 Author Share Posted November 25, 2014 Thanks, That's work. Again, thanks for all the codes you've made for me. You are really helpfull Link to comment
Grammarsalad Posted November 26, 2014 Share Posted November 26, 2014 COPY_EXISTING ~sppr403.spl~ ~override~ PATCH_FOR_EACH op IN 46 162 BEGIN LPF DELETE_EFFECT INT_VAR match_opcode = op END END BUT ONLY COPY_EXISTING ~sppr108.spl~ ~override~ PATCH_FOR_EACH op IN 161 240 321 BEGIN LPF DELETE_EFFECT INT_VAR match_opcode = op END END BUT ONLY Dude, you are super awesome! Link to comment
Jarno Mikkola Posted November 26, 2014 Share Posted November 26, 2014 Dude, you are super awesome! Well, it's not like he coded the- darn it, he did. Notice the joke. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.