forked from UOX3DevTeam/UOX3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a very big change to spells and spell functions in JavaScript. I had to expand the entire system to support Paladin spells. By making these changes, it will also be easier to add future spellbooks. I have left numerous debug messages and notes in the code. Things may transition from using SI08 to SI32 for future spells. The idea was to ensure that adding the next spellbook will not be as difficult as the first one. Additionally, I have corrected some bugs in the old spellbook system, ranging from packet reading issues to spellcasting functionality. Debug messages helped me identify problem areas and optimize the code to make it less outdated. Will there be more adjustments? I am sure there will be. I am also sure I might have missed something. I have included spells in the DFN (201 to 210) and committed a paladinspells.js file. This is all still a work in progress, but go ahead and give it a try. I welcome all feedback.
- Loading branch information
1 parent
af5c34a
commit 9d06be0
Showing
23 changed files
with
1,579 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.