dreamforge pickup

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

dreamforge pickup

#1 Post by Radon26 »

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.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: dreamforge pickup

#2 Post by nsrr »

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.
It's definitely not an add on:
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." }
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, autolearn_mindslayer=true, type="psionic/thermal-mastery", name = "thermal mastery", min_lev = 10, description = "Mastery of pyrokinetic forces." }
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).

Radon26
Sher'Tul
Posts: 1439
Joined: Mon Jun 23, 2014 11:50 am

Re: dreamforge pickup

#3 Post by Radon26 »

meh, i was playing adventurer, and fortunately noticed before i made it permanent.
just wanted to let people know that it is a thing.

Post Reply