Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So... about those missing prestige classes. Want me to write a couple? Also, what on earth is in Lawful G's Custom Stuff, Lawful G's Hidden Stuff, and Bodrins Custom Stuff?
It does. Is there a reason that Urban Ranger Class Variant hasn't been implimented? Or am I missing where it is?
Just downloaded your files, AMAZING! you saved me like 2 years of work! you all rock! ... had some questions, perhaps you could help ... duskblade wont let finish due to lack of 0 lvl spells left to choose from, also ephigy master seems to still have a few bugs (only noticed thanks to current campeign (i cant spell) ... my last question .. is there a way to Mix skill points from 2 classes? or a way to get by that? ... only had hero for a month atm ... ty in advance!
I've found a couple bugs/inconsistencies. Is there a way you'd like these reported?
I have no idea how to enter data into hero lab. I have a request if possible, could someone either make a data set for races of eberron and magic of eberron....or send me a tutorial on how to do it myself? Currently playing a warforged artificer so just having access to eberron campaign setting doesn't help much since currently warforged is not listed in the race section.
@kkk5546: The warforged seem to be omitted from the Ebberon Campaign Setting data set thus far available in this huge data set. Adding the race wouldn't be too difficult and there is a tutorial in the help menu. One of the best ways to get going is to try to create a new one by copying an existing race and tweaking things here and there. Eventually creating from scratch is pretty easy.
Speaking of editing things...
I'm having trouble with Pre-reqs like:
foreach pick in hero from BaseWep where "Broadcast.WepFocus"
validif (each.tagis[wCategory.Reach] <> 0)
nexteach
My major issue is where can I see a list of all possible containers like BaseWep, BaseSkill, etc... and where the hell are the fields "Broadcast.?"
I ask this because let's say I take Weapon Focus (Guisarme), but I have not added a Guisarme in any form to my inventory (wGuisarme or iMagWeapon); then by the wonderful logic of this pre-req I DO NOT qualify for a feat like Short Haft. I figure because it is searching the weapons I have, not the feats, checking if any that I own have weapon focus attached to them, and then if so checking if it is a reach weapon. This is a terribly unprincipled way of looking at it. One should be checking the Feats I have, seeing if there is a Weapon Focus feat, and then for each of them seeing if they apply to a reach weapon.
<NEW EDIT LOL>
Wow, I just figured out how to do it all by myself. The pre-req for feats like this should read
foreach pick in hero from BaseFeat where "HasFeat.fWepFoc"
validif (each.field[fChosen].chosen.tagis[wCategory.Reach] <> 0)
nexteach
Which does exactly what you'd want. It looks at your feats (a'la BaseFeat) and specifically grabs the Weapon Focus feats (HasFeat.fWepFoc). Then it looks to what you chose in the fChosen field (each.field[fChosen]) and grabs the thing you chose (each.field[fChosen].chosen) and looks to its tags to see if the weapon has reach (each.field[fChosen].chosen.tagis[wCategory.Reach]).
Boo Yah! I'm getting better at this.
Sendric, I'm seriously down for going through and editing files that are released from you to correct such snafu's; that way I can stop making my own custom replacement versions and make my changes "permanent".
Has 1.9 been released? My updater doesn't show any new release.
Ok, took me a few reads to understand what you were saying, but I've got the fix in for that feat for that pre-req (doesn't solve the proficiency with reach weapons, though). I'll add it to the upcoming release.
Feel free to poke through the set and search for bugs like this. I'm sure there's a lot of little bugs like this that slipped through. I didn't even know this feat existed, let alone that there was a bug with it.![]()
Well the proficiency prereq is done the same way. The feats for like Melee Weapon Mastery: Bludgeoning are equally bugged.
It is if you changed the URL to the new servers.Is it there for automatic updating?