Thanks! This is great! I haven't read the entire thread, so this may have been mentioned:
Bug: The Morninglord Blessing of Amaunator should have 3 ranks. Add the line "Ranks: 3" to the Data/Enhancements.txt file.
Request: For us newbies, it would really be nice if Enhancements indicated if they were active or passive. I could edit all the descriptions, but would have to redo it for every update.
Confirmation: Works great on Linux/Wine with the winetricks installs you mention.
In case you're interested, here's the code I use to make a "codebox" (or "buildbox" if you prefer) for proboards.
[div style="width:800px;border:1px solid black;max-height:400px;overflow:scroll;"]
(build goes here)
[/div]
Yes, this is just a styled html div tag disguised as a bbcode - proboards has no problems handling it. I just put the opening and closing tags in the appropriate boxes for "wrapper".
--ArekDorun
P.S. Responding to your PM now.
Does anyone have a workaround so I can use this on a Mac? I tried the settings in the 1st post by the OP, but I'm very lame in the ways of cross platform. I do have Wine and Wine Bottler, but can't seem to get this sucker open.
Who run Bartertown?
Noticed that Weapon Specialization, Greater Weapon Focus, and Greater Weapon Specialization do not show up on the feat list with "show all" selected. They only show up if the prerequisite feats are taken.
Ligraph, Andonar and Inos on Khyber.
That's a side effect of how shared selectors are implemented. When a selector feat requires the same selector chosen in a prereq feat, that logic is handled separately. I can't say offhand why I originally set it up that way, but I'm sure it was a good reason and not just laziness. Yep, totally sure.
Actually, thinking back to a year ago when I set that logic up, I think it was for efficiency. That loop checks every feat in the game against every feat slot, so I wanted to minimize the comparisons.
I haven't looked at the code, but I think I figured out the problem. Unfortunately, it's more of a design issue than a bug.
If you look at the leveling guide output in my Necro Cleric build you can see the tree reset at level 11, and how that's handled. Instead of listing all enhancements on a single line, it uses the same tree structure as the default enhancement output. (By tree by tier.)
Banking 56 AP then spending all 60 AP at level 15 will be a lot of enhancements. Since it's not in tree reset mode, it tries to list them all on a single line. The output area grows to fit the widest line, so I'm guessing it gives you an Out of Memory error (or something similar) when it grows too wide.
I need to rethink the design to handle that situation. Ideally there would be a way to just say "start at level x" and be done with it, but that won't play nice with forum lists, which always start at 1.
For the time being, consider this a Known Issue. I don't yet know how I want to handle it. The simplest workaround would be to spend 1 point in any tree at level 1, then at level 15 reset all trees to kick it into tree reset mode.
Last edited by EllisDee37; 01-18-2016 at 06:56 AM.
Arcane Archer Tier 5: Arrow of Slaying does not require Tier 4: Paralyzing Arrows.
To fix this yourself, search for "Arrow of Slaying" in Data\Enhancements.txt and delete the line that says "All: Tier 4: Paralyzing Arrows". Do this twice, once for Ranger AA and once for Elf AA.
I've corrected wiki, which listed paralyzing arrows as a prereq. (And that's why it was set that way in the builder.)
Love the builder you've made. Just have one problem:
Mobility is a fighter bonus feat.
I've fixed this myself every time you've updated the program, and thought I'd let you know this is one bug you haven't yet fixed.
Thanks.
I just tried the program which looks good.
However, I got a "subscript out of range error" which closed it down instantly. I was adding enhancements in the PM tree - where I added Lich before adding the prereqs (which made it reddish) and a few clicks later the error mentioned.
Member of Spellswords on Ghallanda
Been seeing the same thing periodically, seems to happen when an prerequisites for an enhancement get taken out, then added back in.
Ligraph, Andonar and Inos on Khyber.
That's how I originally set it up, but then changed it due to this feedback. I'll roll up a fighter to confirm myself and then set it accordingly.
Last edited by EllisDee37; 01-24-2016 at 09:59 PM.
Ligraph, Andonar and Inos on Khyber.
Been getting Run Time errors
The first time I was building a rogue acrobat - I finished adding his feats and clicked "Enhancements" A Run-Time error box popped up. I clicked OK and the program closed.
I had not saved it at all up to that point so I had to start over.
This time, I saved it as I went. I got to the same point, clicked "Enhancements" and it went to the Enhancement page. I dragged Thief-Acrobat over to the left side. No problems so far. Then I dragged Assassin over and as soon as I released it I got a Run Time Error. The exact wording of the error was:
Run-time Error 75
Path/File Access Error
Last edited by VCB; 01-29-2016 at 01:34 AM. Reason: had acrobat twice - changed second one to assassin
Sarlona Server - Augon, Vitrin, Allaric, Taheghi, Dhakenshaup, Diviciacus, Loukus, Mehujael, Phreddd, Talaun, Zhugeliangg
Officer of The Wulfepack - "If you call one wolf, you invite the Pack"
Visit http://thewulfepack.shivtr.com/
The mistakes of a fighter are the scars on his face.
The mistakes of a rogue are still locked in their place.
The mistakes of a mage were destroyed with a boom.
And the mistakes of a Cleric are lying in a tomb.
I may have figured this one out on my own. Apparently, it saved this build in my old 1.x folder and not the 2.0 folder. Not sure how that effected it to cause a runtime error - but the program may have been looking for it the wrong place. I opened the saved version up, did a save as to save it in the 2.0 folder and it is letting me work in Enhancements.
Sarlona Server - Augon, Vitrin, Allaric, Taheghi, Dhakenshaup, Diviciacus, Loukus, Mehujael, Phreddd, Talaun, Zhugeliangg
Officer of The Wulfepack - "If you call one wolf, you invite the Pack"
Visit http://thewulfepack.shivtr.com/
The mistakes of a fighter are the scars on his face.
The mistakes of a rogue are still locked in their place.
The mistakes of a mage were destroyed with a boom.
And the mistakes of a Cleric are lying in a tomb.
Start over from the very beginning, you mean?
After it crashed, the next time you opened the planner it should have automatically started with the backup copy loaded, which would have included everything from the overview, stats, and skills screen. (And possibly the feats screen too, depending on various factors.)
This part I don't follow. Two different acrobat trees?
Last edited by EllisDee37; 01-29-2016 at 01:33 AM.
Yeah, it started over from the beginning. Didn't load a backup.
I meant to say Assassin tree the second time (corrected it in my post so as to not confuse future readers).
But it appears it was trying to work from the old data location in some ways. I did a save as to the 2.0 data location and it worked fine from that point on.
Sarlona Server - Augon, Vitrin, Allaric, Taheghi, Dhakenshaup, Diviciacus, Loukus, Mehujael, Phreddd, Talaun, Zhugeliangg
Officer of The Wulfepack - "If you call one wolf, you invite the Pack"
Visit http://thewulfepack.shivtr.com/
The mistakes of a fighter are the scars on his face.
The mistakes of a rogue are still locked in their place.
The mistakes of a mage were destroyed with a boom.
And the mistakes of a Cleric are lying in a tomb.
Just saw somewhere that you can add alternate feats (which is totally awesome), any chance of getting something similar for EDs? Reason is that on my caster builds, I run in different EDs depending on the quest and group makeup, e.g. if we have a blaster warlock but no CCer I'll swap a few APs and run in Magister, if burst is needed, I'll use Draconic. Would be awsome to be able to pre-plan these.
Ligraph, Andonar and Inos on Khyber.