Spellbook Debug/Flyout Issue
Nazgul084 opened this issue ยท 0 comments
I am using the @mwojtkowski Fork, commit c437bdd that includes a specific PetAction commit f050fb8.
I have encountered a couple of issues with Ovale on characters that have pets.
-
When Spellbook Debug is active, and Pets are active, Ovale scans the Spellbook to obtain a list of all Spellbook PETACTION's. Some of the PETACTION values returned are greater than 2,147,483,647. Because Ovale's debug uses LUA's print command string substitutions, it inherits C code limitations. In a nutshell, some integer substitutions must be changed to floating-point substitutions. I fixed those.
-
The Spellbook scan is... incomplete. FLYOUT actions were not being properly obtained. I fixed that.
I've attached the corrected file.