-
Notifications
You must be signed in to change notification settings - Fork 421
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
[Bots] Bot Overhaul #4580
base: master
Are you sure you want to change the base?
[Bots] Bot Overhaul #4580
Conversation
…eline type... Add incapacitated checks to casting logic and checks. Add candocombat zone check, summon other's corpse for bot, in/out combat spell checks, mute checks, level restriction
Left quite a few comments, could have done more but figured it was unnecessary. Code looks great, everything seems to work well. Just a matter of formatting and use of snake_case in places where we're adding code or changing pre-existing code. Don't see any glaring issues and nothing has poked its head out in testing. Branch will need to be rebased due to recent merges. |
Went through and cleaned up as many camelCase as possible. In line with master now to prevent merge conflicts. Removed all the bcspells hardcodes as they're not used any more Fixed helper to show the lowest level required to use a commanded spell. |
Description
Spells:
Spell lists:
Commands:
Movement:
Combat:
General:
Misc:
Probably missed quite a few changes and there is a LOT more detail that has been done here but if bots were previously version 1.0, consider these version 10.0
Type of change
Please delete options that are not relevant.
Testing
Thorough testing done during rewrite. Inevitable with something this big that SOMETHING will pop up and will be addressed as discovered.
Clients tested:
RoF2
Checklist