Ovale Spell Priority

Ovale Spell Priority

6M Downloads

Spellbook Debug/Flyout Issue

Nazgul084 opened this issue ยท 0 comments

commented

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.

  1. 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.

  2. The Spellbook scan is... incomplete. FLYOUT actions were not being properly obtained. I fixed that.

I've attached the corrected file.

SpellBook.zip