Open Monstarella opened 11 months ago
You must add at statInterpolation =
curly brackets
from
[1] = {levelRequirement = 68, statInterpolation = , cost = { }, },
to
[1] = {levelRequirement = 68, statInterpolation = {}, cost = { }, },
You must add at
statInterpolation =
curly bracketsfrom
[1] = {levelRequirement = 68, statInterpolation = , cost = { }, },
to
[1] = {levelRequirement = 68, statInterpolation = {}, cost = { }, },
Ah, great. I'll try that. Thanks
Who handles the minion/spectre.lua importing each league?
No one, really. There are far too many monsters added each league to add them all, so we usually wait for requests or contributions from the community to add specific ones that they are finding useful.
@Wires77 I was looking to add most if not all of the new corpse spectres but there is something I don't understand and it's how/where do you guys get the statInterpolation numbers from? I was checking other spectre PRs and most of them have it but I'm not sure where it's coming from.
I don't see those numbers in poedb spectre lua. Any guidance will be appreciated
That's exported directly from the game files. See https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/dev/docs/addingSkills.md for a thorough explanation.
@JhonAlx Why are you posting here and not in your own error submission thread?
No one, really. There are far too many monsters added each league to add them all, so we usually wait for requests or contributions from the community to add specific ones that they are finding useful.
I'd be happy to try to assist. I am working on a full write-up on the new creatures for summon and I can pull/do the code if there is someone to hotcheck it after. Just let me know what's needed and whats the proper system for ''community member'' additions/assistance.
@JhonAlx Why are you posting here and not in your own error submission thread?
I had this same error when trying to add some of the new minions to my PoB. Nothing wrong with asking
Have you had luck in adding the affliction spectres for you? If yes, would you mind to share? I really would like to know if my current spectres are even properly supporting my build or not.
Check version
Check for duplicates
Check for support
What is the behaviour in-game?
N/A
What is the behaviour in Path of Building?
Error code on launch caused by proper [afaik] insertion of new spectre data
How to reproduce the issue
Character build code
Screenshots