|
From: SourceForge.net <no...@so...> - 2008-06-30 07:52:18
|
Bugs item #2006488, was opened at 2008-06-30 08:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=2006488&group_id=25576 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: To be fixed For 5.14.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Martijn Verburg (karianna) Assigned to: Tom Parker (thpr) Summary: Bug in var("BL=%LIST"))) Initial Comment: e: [5.14.0] [BUG?] var("BL=%LIST") LOL. You guys are REALLY creeping me out right now. Two long-standing (2+ year) bugs that I discovered by reading code in the last two weeks, and BOTH have been pointed out on lists in the last three days, right after I discovered them. So much for low priority. Absolutely a BUG... around lines 4740-4755 of PObject, since that page of notes is sitting right in front of me! You have discovered the issue that triggered this post on _experimental: http://tech.groups.yahoo.com/group/pcgen_experimental/message/11045 TP. --- In pc...@ya..., "Barak" <barak@...> wrote: > > > Ok, working on the Practiced Spellcaster feat that grants bonus to caster > level from your non-caster levels. > > Example character Wiz5/Ftr3. > > The feat should make the Cleric caster level 8. > > What I had originally in the file (%LIST is fed from a spellclass chooser): > BONUS:CASTERLEVEL|%LIST|min(4,(TL-var("CL=%LIST")-var("BL=%LIST"))) > > The caster level for the Cleric spells remained at 5 after applying the > feat. > > When I strip it to this: > BONUS:CASTERLEVEL|%LIST|min(4,(TL-var("CL=%LIST"))) > > I get the proper caster level bump, but this would be incorrect for the feat > with a character that got bonus level from a prestige class. > > Not sure where or how, but the var("BL=%LIST") seems to be causing things to > go haywire. > > Am I doing something wrong or is there a bug in here? > > Barak > ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=2006488&group_id=25576 |