... Ahhh. Cognitive dissonance on my part. I'll set this up tonight. Thanks much, oh collective wisdom of the net! -James McP...
11295
Thomas Clegg
knighthawke_...
Apr 18, 2006 6:23 pm
Hi All! Am working on a DW2 creature and ran into a snag. The creature as written as a Tiny creature with 1/2HD with an Advancement of 1-2(Small). I can do ...
11296
Chuck Pint
chuckpint
Apr 18, 2006 10:46 pm
... I'm not sure there was ever an official one. I can only find a html party sheet. Chuck OS Chimp...
11297
Chuck Pint
chuckpint
Apr 18, 2006 10:48 pm
... portions ... ALL == EVERYTHING Hopefully that says it all... ;) Chuck OS Chimp...
11298
boomer70
Apr 18, 2006 11:33 pm
... It does. I commited that fix. Thanks. -Aaron ... Aaron Divinsky PCGen Docs 2nd, Data Chimp, Code & Doc Tamarin ...
11299
boomer70
Apr 18, 2006 11:34 pm
... OK. Well I basically just put a message in the list box if no templates of the right type are found and disable the export button in that case. If we...
11300
Olaf Gradin
gradindotcom
Apr 19, 2006 6:49 pm
I haven't received sufficient help on the topic and I feel compelled to ask again. I am trying to use the BONUS:UDAM|CLASS.Monk|CL line in a prestige class,...
11301
Ricky
iainuki
Apr 19, 2006 7:30 pm
But the docs says that this should work also. PRECLASS:.CLEAR.1,Ranger=1 PRECLASS:1,Ranger=1,MyRanger=1 and doesn't exist any PRE: tag. Strange... ... ...
11302
Ricky
iainuki
Apr 19, 2006 9:45 pm
For my campaign i coded the Cutlass weapon as a copy of a Scimitar with this tag in My_equip_weap_melee.lst (called in pcgen with a "rank:8" .pcc): ...
11303
Eddy Anthony
mosat22
Apr 19, 2006 9:51 pm
... The proficiency is not set by the name but by the PROFICIENCY tag, since you copied the scimitar and didn't change that it is still using the Scimitar ...
11304
Ricky
iainuki
Apr 19, 2006 10:42 pm
I lost something so simple! my mariner now gains his proficiency, thankyou! ... ->TESTICULA TACTA OMNIA MALA FUGANT<- -> IN OMNIA PERICULA TASTA TESTICOLA <- ...
11305
Chris Chandler
barak20021
Apr 20, 2006 11:03 pm
Ok... Need some help brainstorming here... Coding a new source (from WotC), it creates a couple of new "scores" (hereinafter referred to as stats). Not a big...
11306
bebberd@...
crinos512
Apr 24, 2006 7:46 pm
I need to code a feat that gives a +1 to any 2 (selectable) Knowledges. I have tried: CHOOSE:COUNT=2|CCSKILLLIST|LIST BONUS:SKILL|LIST|1 but it only allows 1...
I am creating a custom prestige class that adds darkvision 60' at first level. Shadowdancer does this also but i can't find darkvision listed anywhere in the...
11310
Paul W. King
pkingdnd
Apr 26, 2006 10:02 am
The Shadowdancer has the VISION:Darkvision (60') tag on its 2nd level line. What version of the dataset do you have that you're not seeing this? Paul W. King ...
11311
Terry FitzSimons
fitzsimons_t_j
Apr 28, 2006 2:17 am
I have a feat that raises the max skill rank of 1 skill to CL+10 and does not loose it if they change classes. I was thinking that...
11312
Eddy Anthony
mosat22
Apr 28, 2006 2:32 am
... I would be surprised if it was. I've been under the impression that this was not possible in the current code base, it is needed for a feat in Spycraft. I...
11313
tomcadorette
Apr 30, 2006 5:11 pm
How do you make custom sources files, and how do you get them to load and work? My assumption is that if you wanted a custom skills that you create a text...
11314
Eddy Anthony
mosat22
Apr 30, 2006 5:19 pm
... The "customsources" directory is where PCGen writes data when the user creates it in the LST Editors. It is ONLY used for this and you should never edits...
11315
Dominic Amann
dimonic2003
Apr 30, 2006 7:04 pm
In a feat, I can add an insight bonus to AC as follows: COMBAT|AC|1|TYPE=INSIGHT and this works, but if I try COMBAT|AC|VAR("SPELLTYPE=Arcane")|TYPE=INSIGHT or...
11316
Chris Chandler
barak20021
Apr 30, 2006 7:18 pm
... Dunno where you got this or the rest from, but it's not valid .lst, BONUS:COMBAT|AC|1|TYPE=Insight|PRESPELLCAST:TYPE=Arcane Barak...
11317
Dominic Amann
dimonic2003
Apr 30, 2006 7:53 pm
... This doesn't do anything for me either. My wizard still has no insight bonus to AC. Only when I leave off the PRESPELLCAST tag, but then a straight cleric...
11318
Dominic Amann
dimonic2003
Apr 30, 2006 11:45 pm
... I can add two feats, one for none arcane caster which does not have the bonus, and another with the PRESPELLCAST tag that requires arcane casters that has...
11319
Terry FitzSimons
fitzsimons_t_j
May 1, 2006 1:38 am
I sure hope his does, mine did not have the my_dataset directory in the pcgen5100_win_install.exe from Phoenix, AZ. Terry...
11320
Kevin Brown
kevin_brown@...
May 1, 2006 1:48 am
... The Zip file contains it. Sounds like you need to talk with the maker of the EXE installer......
11321
Terry FitzSimons
fitzsimons_t_j
May 1, 2006 1:52 am
Check your class file and see if your setup as SPELLTYPE:Arcane, if its homebrew, you might have misspelled it. ... -- Terry FitzSimons ...
11322
Frank Kliewe
frank_kliewe
May 1, 2006 3:24 am
... Yup. It's missing in that one. I have sent a note about it to the BOD list, to have that fixed in the future. Cheerio, Frank Kliewe PCGen Content...
11323
Dominic Amann
dimonic2003
May 1, 2006 3:34 am
... I am using the CMP 3.5 dataset using the Wizard class. I notice the List Editor keeps munging the case of everything into all upper-case. I tried hand...