![]() |
|
|
|
#1
|
|||||
|
Quote:
Quote:
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
...
| ||||
|
#2
|
||||
|
Quote:
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. | |||
|
Last edited by Pengting; 04-21-2020 at 10:06 AM..
| ||||
|
#3
|
||||
|
Quote:
This has been fixed in the dev branch to include the two additional malo spells and it will now only make sure it contains the hardcoded items, and will let you add things. I am working hard on getting a release pushed out from the dev branch. I am about 70% or so of the way to a release. I need to finalize custom Triggers and polish some stuff up. The only thing that is auto parsed are spells that use the line You begin casting such and such and only if they are found in spells_us.txt. Clickies normally don't work like that, so I am making a custom trigger system. In your version (0.5.1 probably?) you should be able to add rudimentary custom triggers via Settings -> Spells -> General -> Custom Timers - Edit. | |||
|
Last edited by Mirox; 04-21-2020 at 07:03 PM..
| ||||
|
#4
|
||||
|
Quote:
Might want to add Malosini 57 Shaman Spell and Malo the level 60 spell just to be sure? | |||
|
#5
|
||||
|
Quote:
| |||
![]() |
|
|