Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   User Content Bug Reports (http://forums.wolflair.com/showthread.php?t=11638)

chiefweasel November 4th, 2010 10:04 AM

User Content Bug Reports
 
Use this thread if you run into an error with a User Created data set for the D20 system. Thanks.

ShadowChemosh November 4th, 2010 10:21 AM

Good idea I meant to do this and kept forgetting. This thread is ONLY for Community Created 3.5 D&D data set.... Thanks.

Quote:

Originally Posted by OgrePuppy (Post 46839)
Where would you like bugs reported?

I'm having trouble with the Obscure Lore feat (Complete Adventurer): it doesn't recognize my cloistered cleric as having the Lore ability.

Edit: I entered the Editor and found the Pre-req section....I just have NO IDEA how to indicate that it should allow the cloistered cleric through.

Or, is the cleric wrong and Lone Wolf's devs need to bugfix the class so that it has a "Lore" tag or something?

Aha! I added a line once I figured out the Cloistered Cleric's Unique ID (cCClLore) and it no longer shows that I don't meet the requirement!

....Sadly, it also doesn't add +4 to my Lore ability, and I can't see where you'd increase Lore by +4 in the data file. :(

OgrePuppy is the Cloistered cleric an official class in HL or part of our data set? I am just not sure myself.

Let me know if you can and I will have some time this weekend to take a quick look at this. Just remember if you make any changes directly to Lawful_g data set those changes will be overridden in the next update.

If you do fix this please send me the .user file you changed with a quick note of what you changed and I will have it put into the next release. You can email me at ShadowChemosh(at)yahoo(dot)com.

Thanks

Sendric November 4th, 2010 11:15 AM

The Obscure Lore feat from that data file has no eval script which is why there is no change to the abilities.

OgrePuppy November 4th, 2010 01:42 PM

@Sendric - I'm not sure what an eval script does (nor how to "program"/code it) but I learn pretty quickly, as I was able to figure out how to add the Cloistered Cleric to the feat pre-reqs. Give me some pointers and I might be able to kludge together some scriptage...

@chiefweasel - The cloistered cleric is an official, albeit alternate, class in HL.

Sendric November 5th, 2010 05:23 AM

Well, I'm certainly no expert. The best advice I could give is to go through the same file (CAdv - Feats) and click through each feat. On the right there is a button marked "Eval Scripts". Look for feats that have a number next to that (x1, x2, etc) and click on it. These scripts are used to change the character in some way. Some scripts you can find by searching this forum, others you can find by duplicating a similar ability/feat/etc (use New (Copy) in lower left in appropriate tab). The important things are Phase, Priority and the script itself. I don't really know how to determine what Phase and Priority should be other than by copying what others have already done. I'm sure there's some write-up about it, though.

BTW, I went to copy in the Natural Bond script as an example, and I think that one is wrong. I don't believe it takes into account the bonus to the effective druid level cannot exceed the character's hit dice.

This is the script I use for Pathfinder, and it appears to work for D20 as well:

Code:

var bonus as number
bonus = #totallevelcount[] - #levelcount[Druid]
 
bonus = minimum(bonus,3)
 
hero.childfound[cAnimComp].field[CompLevel].value += bonus


ShadowChemosh November 5th, 2010 08:39 AM

Quote:

Originally Posted by Sendric (Post 46924)
BTW, I went to copy in the Natural Bond script as an example, and I think that one is wrong. I don't believe it takes into account the bonus to the effective druid level cannot exceed the character's hit dice.

I am pretty sure your right I noticed that when I was going through the data set making changes. I can go ahead and add that script to the Feat for release 1.1. Thanks Sendric.

@OgrePuppy - Including what Sendric said the best I can say is to start by finding feats and abilities that are similar to what you need to do. Then modifying existing scripts. Its how I started and pretty much everyone else. Eventually you just get more and more familiar with how HL works and it does get allot easier. Currently I actually find it pretty fun actually. Only thing else I can say is start small with changing classes or doing new feats. Doing a whole 20 level class can be a little intimidating at first.

Lawful_g November 6th, 2010 06:43 AM

Hey, got this bug worked out. Made a single Lore ability for all future things to add to. Should be in the next update.

bodrin November 10th, 2010 09:48 PM

Not a bug, an observation, there are 2 definitions of the Elven Thinblade weapon. One in Races of the wild and one in Compete Warrior.

Spotted the thread on the Corellon Larethian PrC which referenced both sources, if it's not been done already maybe they need editing into one item instead to avoid confusion!

Lawful_g November 10th, 2010 09:51 PM

But which to choose? I'd rather leave them both and just remember to reference both.

bodrin November 10th, 2010 11:31 PM

The one that seems better described. I'd presume the complete warrior version as it's updated to v3.5, I think RotW is a 3.0 book but I don't have it in front of me at moment so can't check!


All times are GMT -8. The time now is 03:00 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.