Page 44 of 65

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 8:53 am
by Ravial
I'm sorry but allowing anyone to pick they're from Evermeet or Evereska is just contradictory to lore, lol.

Also, I can't find Evereska!

Re: Coming Soon: Shifter PRC

Posted: Sun Aug 01, 2021 9:01 am
by matelener
The class is released. Make sure to level up to get the Shifter Qualification feat.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 9:21 am
by Aspect of Sorrow
Planetouch is selectable without being planetouched, intended?

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 9:21 am
by Rhifox
Ravial wrote: Sun Aug 01, 2021 8:53 am I'm sorry but allowing anyone to pick they're from Evermeet or Evereska is just contradictory to lore, lol.

Also, I can't find Evereska!
I am aware. The NPC does not allow picking Evermeet as a non-elf. However, backgrounds 2da does not have a race prereq column, so I was unable to set racial prereqs in chargen.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 9:22 am
by Rhifox
Aspect of Sorrow wrote: Sun Aug 01, 2021 9:21 am Planetouch is selectable without being planetouched, intended?
See above. The 2da does not allow restricting by race. Ergo, in most cases, the NPC does not, either. For special cases like Evermeet, the NPC refuses to give it, but in the case of planetouched, I generally didn't bother.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 9:27 am
by Aspect of Sorrow
Should be able to add another column specific for restriction, most 2das are supportive of this type of expansion. (whitespace delmiter)

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 9:38 am
by Rhifox
Aspect of Sorrow wrote: Sun Aug 01, 2021 9:27 am Should be able to add another column specific for restriction, most 2das are supportive of this type of expansion. (whitespace delmiter)
I can look into it later. I'm still new to all this dev stuff, and expanding columns is strange and unusual to me since it's not supported inside the toolset. Once the column is added, how to get it to actually register in the code?

Re: New/Updated Spells (Split 1.2)

Posted: Sun Aug 01, 2021 10:02 am
by izzul
Anchor wrote: Sun Aug 01, 2021 7:28 am Great addition of spells, especially with Move Earth giving a movement tool for UD druids/shamans!
need a Tree Stride version. single teleport and lvl 4 spell.

Re: New/Updated Spells (Split 1.2)

Posted: Sun Aug 01, 2021 10:09 am
by Rhifox
izzul wrote: Sun Aug 01, 2021 10:02 am
Anchor wrote: Sun Aug 01, 2021 7:28 am Great addition of spells, especially with Move Earth giving a movement tool for UD druids/shamans!
need a Tree Stride version. single teleport and lvl 4 spell.
Tree Stride already exists.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 10:15 am
by Aspect of Sorrow
Rhifox wrote: Sun Aug 01, 2021 9:38 am
Aspect of Sorrow wrote: Sun Aug 01, 2021 9:27 am Should be able to add another column specific for restriction, most 2das are supportive of this type of expansion. (whitespace delmiter)
I can look into it later. I'm still new to all this dev stuff, and expanding columns is strange and unusual to me since it's not supported inside the toolset. Once the column is added, how to get it to actually register in the code?

Code: Select all

string Get2DAString(
    string s2DA,
    string sColumn,
    int nRow
);
Should be able then to make a conditional for exclusivity for the dialogue on if there is a race that is supported or not. You can use -1 treated as "All" or a blanket value.

Code: Select all

if (Get2DAString("race2da", "bgbackgroundfeat", 6) == "1") { . . . } 

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 10:27 am
by Rhifox
Aspect of Sorrow wrote: Sun Aug 01, 2021 10:15 am
Rhifox wrote: Sun Aug 01, 2021 9:38 am
Aspect of Sorrow wrote: Sun Aug 01, 2021 9:27 am Should be able to add another column specific for restriction, most 2das are supportive of this type of expansion. (whitespace delmiter)
I can look into it later. I'm still new to all this dev stuff, and expanding columns is strange and unusual to me since it's not supported inside the toolset. Once the column is added, how to get it to actually register in the code?

Code: Select all

string Get2DAString(
    string s2DA,
    string sColumn,
    int nRow
);
Should be able then to make a conditional for exclusivity for the dialogue on if there is a race that is supported or not. You can use -1 treated as "All" or a blanket value.

Code: Select all

if (Get2DAString("race2da", "bgbackgroundfeat", 6) == "1") { . . . } 
The dialogue already supports preventing races taking it. The issue is blocking it during character creation.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 11:30 am
by YYA
Add it to "Mystra."

"There is something odd about your background, go talk to 'Insert NPC name here'.

Thus even if you select wrong one at character creation, you cannot get out of nexus without changing it.

Re: Coming Soon: Regional History Feats and Human Subraces (Split 1.2)

Posted: Sun Aug 01, 2021 11:44 am
by Rhifox
YYA wrote: Sun Aug 01, 2021 11:30 am Add it to "Mystra."

"There is something odd about your background, go talk to 'Insert NPC name here'.

Thus even if you select wrong one at character creation, you cannot get out of nexus without changing it.
That's a good idea.

Re: Coming Soon: Shifter PRC

Posted: Sun Aug 01, 2021 12:28 pm
by mrm3ntalist
I got alertness, toughness, 13WIS, 3rd lvl spells and did not get any quali feat. What it do?

Re: Coming Soon: Shifter PRC

Posted: Sun Aug 01, 2021 12:29 pm
by Kalgain
Cant take the shifter class. I am the only one with that problem?

druid 4, other spellcasting levels through hospitalier. 13 wis without items, all required feats.
(leveled up once more in hospialier after meeting requirements, but dont get qualificaiton feat, tried resting and transitioning between areas, even RCRed once more)