highv priest
Joined: 01 Mar 2013 Posts: 111
|
Posted: Thu Jan 15, 2015 22:35 Post subject: nwnx_magic metamagic |
|
|
The function nwnx_magic_getmemorizedspell, reports bizarre numbers for the metamagic part of it. An example here of a spell level 7 acid fog(silent meta) reported:
135 1 0 0
135 1 0 0
0 0 1819631888 0
0 1 1819631888 0
0 1 1701405200 0
It is neither predictable nor logical as to why it's reporting gigantic random numbers for the metamagic section. The actual level 7 spellbook was 2 prismatic sprays(reported fine), then 3 silent spelled acid fogs, which all three were wrong, but at least 2 were consistent.
The problem only happens in the metamagic part of it, the ID and ready work fine(I haven't tested domain yet, but I assume it's a simple 1 or 0).
I've been doing a lot of testing on it and -sometimes- the metamagic reports correctly, but I haven't figured out yet what exactly causes it to report -incorrectly-(or correctly for that matter). |
|