Quote:
Originally Posted by Mirox
[You must be logged in to view images. Log in or Register.]
I will fix this issue in my dev branch, but you can fix it locally yourself if you want! For some reason both malise and malisement have a max duration of 0 in spells_us.txt (this is the file I build the spell database from). Every spell has a secondary location which you can toggle the usage of within your nparse.config.json file.
The secondary max duration is 140 (ticks, minutes = ticks/10) which is 14 minutes @ level 65 -- exactly what the Wiki says.
Goto the section for spells and make your "use_secondary" section like this to fix the issue:
nparse.config.json
Code:
"spells": {
...
stuff
...
"use_casting_window": true,
"use_secondary": [
"levitate",
"malise",
"malisement"
],
"use_secondary_all": false,
...
stuff
...
|
Whenever I try to overwrite this file. It doesn't let me it will always revert to Levitate only. I can add Custom Spells in there and they stick like Guise of the Deceiver (Can you add this into your build?) but trying to add Malise and Malisement doesn't work if I edit the file.
P.S I even checked that I had editing rights and still it lets me save, I reopen the config and its there, I cast the spell to test it and it reverts.