Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go for a full rewrite to get rid of all the spaghetti code #23

Open
55Honey opened this issue Sep 26, 2022 · 0 comments · May be fixed by #33
Open

Go for a full rewrite to get rid of all the spaghetti code #23

55Honey opened this issue Sep 26, 2022 · 0 comments · May be fixed by #33

Comments

@55Honey
Copy link
Owner

55Honey commented Sep 26, 2022

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.

@55Honey 55Honey linked a pull request Oct 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant