-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Flame barrier logic alpha showcase #3906
base: master
Are you sure you want to change the base?
Conversation
looks interesting, thanks. |
I believe it could be done but it would require a refactor of the Attack code to use many consecutive checks interposed with hook calls instead of a elsif chain like it is done today. Something like: Callhook (attack2) Much like buyauto/sellauto works |
If you add this code to the main branch, you can make it more versatile. For example, you can use the trap skill |
As soon as Path v3 is done and merged I will try to convert this one to plugin form then |
OK so this is much more of a showcase of a project I had last year (or was it 2022?) than a pull request.
I decided to put this in here in case someone finds it interesting and decides to test/help/develop in the future.
Video showcase
The code is full of typos and unedited comments and config edits, as I said, more of a showcase.
Can be closed if wanted.