marchitek Posted May 29, 2023 Posted May 29, 2023 I'm looking fot the best way to make AI ignore party member. Something like effect or spl state that can be put on character to make enemies to switch target (or do nothing if no other targets). For now I got best results with Sanctuary opcode, although creatures that are effected by opcode 193 seems to still target such characters. For my particular case it's ok if solution would make party member unselectable with disabled inventory etc. For example I tested opcode 39 with special = 0, but this blacklist side effect doesn't seems to reliable for this use case. Are there any other good options that I am missing? Quote
argent77 Posted May 29, 2023 Posted May 29, 2023 You could give opcode 100 a try with target type EA.IDS > ENEMY. It makes creatures of the target type unable to attack or cast targeted spells at the character under the effect. Quote
marchitek Posted May 29, 2023 Author Posted May 29, 2023 3 hours ago, argent77 said: You could give opcode 100 a try with target type EA.IDS > ENEMY. It makes creatures of the target type unable to attack or cast targeted spells at the character under the effect. Perfect. Thank you! 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.