You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The looong events for creatures currently firing every 100ms with many chained IFs are very bad practice.
It would be preferred to have a creature-related event per event/spell, which keeps self-registering.
Also, the current config/Ai code only allows for very specific scenarios. There should be more general blocks of code, which allow us to easily adjust the kind of action, similar to how SAI works in the core, just in a way smaller scope.
The text was updated successfully, but these errors were encountered:
The looong events for creatures currently firing every 100ms with many chained IFs are very bad practice.
It would be preferred to have a creature-related event per event/spell, which keeps self-registering.
Also, the current config/Ai code only allows for very specific scenarios. There should be more general blocks of code, which allow us to easily adjust the kind of action, similar to how SAI works in the core, just in a way smaller scope.
The text was updated successfully, but these errors were encountered: