02-01-2021, 07:57 PM
I want to make a custom armors for Freeze and Firen, protecting them only from theirs elemental attacks.
Is there a way to make them not work against regular punches?
Putting 0 here (as for effect: 0) just breaks the armor completely.
And/or is there a more efficient way to do it, instead of listing all of the effects/ids which you can't defend, just write a line "defend against effect x"?
Is there a way to make them not work against regular punches?
Putting 0 here (as for effect: 0) just breaks the armor completely.
Code:
0042E7F1 |. 83F8 02 |cmp eax,2←←←←←←←←←←←←←←←can't defend which effect
And/or is there a more efficient way to do it, instead of listing all of the effects/ids which you can't defend, just write a line "defend against effect x"?