so, as an adventurer you can apparently pickup the dream forge category, at lvl 1, but you cannot invest in the first talent for obvious reason. its actually a lvl10+ category.
i am fairly certain i have no addons that would have anything to do with psionic talents, so it cant be that.
dreamforge pickup
Moderator: Moderator
Re: dreamforge pickup
It's definitely not an add on:Radon26 wrote:so, as an adventurer you can apparently pickup the dream forge category, at lvl 1, but you cannot invest in the first talent for obvious reason. its actually a lvl10+ category.
i am fairly certain i have no addons that would have anything to do with psionic talents, so it cant be that.
The talent type definition is missing the parameter "min_lev" which should be set equal to 10, as in Thermal Mastery, for example:talents/psionic wrote:newTalentType{ allow_random=true, is_mind=true, type="psionic/dream-forge", generic = true, name = "Dream Forge", description = "Master the dream forge to create powerful armor and effects." }
This is kind of moot since, as pointed out, even if you unlock it before level 10 you cannot invest in it.The min lev is really just a dummy measure for Cornacs, because the restriction is built into the requirement definition for each talent. Should be an easy fix, although, if you invest in this before level 10 it just means you aren't paying attention and deserve to re-roll anyway (which shouldn't be too detrimental, as you would have to be below level 10 for it to matter).talents/psionic wrote:newTalentType{ allow_random=true, is_mind=true, autolearn_mindslayer=true, type="psionic/thermal-mastery", name = "thermal mastery", min_lev = 10, description = "Mastery of pyrokinetic forces." }
Re: dreamforge pickup
meh, i was playing adventurer, and fortunately noticed before i made it permanent.
just wanted to let people know that it is a thing.
just wanted to let people know that it is a thing.