• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Search results

  1. L

    I have an Announcement

    I'd mentioned that I've been busy since getting back from Korea 2 months ago, but that I was continuing to learn about the program a lot. In truth I've been working with Colen and Mathias on the core program in a sort of apprenticeship which has now concluded with me being hired on as a full...
  2. L

    Never!

    How do you like this one, SAbel?
  3. L

    Radio Silence for a bit

    Haven't posted on the forums much lately, just wanted to let you guys know I am still here, but busy. It might be a month or so before I can make a big contribution to the community files, but in the meantime I'll keep reading the wiki and learning.
  4. L

    Another Request - Feat Value field

    I've been using the Value field as a stand in for the DC field that pathfinder has. Could you modify the way feats work to have this field? Currently the only field that can be modded by scripts is the hTotal field.
  5. L

    Latest Project: Adding Extra HD

    I've modded the racial type specials to detect a new class (called Extra HD) and change the stats on the race thing accordingly. It has gone swimmingly and is now done. Probably be out in 1.6 (August) as ShadowChemosh is already putting together 1.5.
  6. L

    Comparing Tags

    Working on something and have a question whose answer might help others, so thought I'd ask here. I have written a script that looks at something (the selected deity) and uses the pulltags mechanism to copy all of one type of tag (the AllowDom tags) onto this ability. I then want to compare...
  7. L

    d20 Pro Output error

    Exporting a character to d20pro I got an error. Character is a Cleric 12 with the Vampire Template. Error is below: This plugin is invalid. Please recompile it using the latest API and try again. Caused by: Unexpected exception Caused by: String index out of range: -1. What is an API? I...
  8. L

    To compile or not to compile?

    So I have 300+ monsters from the MM now, should I compile them into a single file? It would be easier to modify the Ability Focus feat to add to DCs and/or compile the many duplicate monster powers... But on the other hand it would be more confusing to maintain, and would result in many empty...
  9. L

    Problems with bootstrapping template with Condition

    I'm encountering an issue. My bootstrap condition seems to be working the opposite of how I would expect it to, and that is confusing me. Here is what I want to do, if the feat's checkbox is active on the in play tab, and if we are not a natural lycanthrope, then forward a custom tag to the...
  10. L

    Showing Off some code

    I think this might be instructional for other people who might want to make eval scripts, but mostly I am just posting it because I feel proud of this chunk of code. Feel free to offer constructive criticism though, if you see a better way of doing things. This is for the Marilith race, one of...
  11. L

    Tag Request for Mathias

    Hey, there is a problem I have discovered while making monster races, there is no way to make a natural attack do half strength damage without making it secondary. There is the Helper.NatTwoHand for x 1.5 Str dam, but nothing for the x .5 version. There is a need for this, mostly for rake...
  12. L

    Adding Profane Bonus only to CMD

    I am using the below, at PreLevels 10000 #applybonus[BonProfane, hero.child[Maneuver], 4] I intend to add the profane bonus only to the CMD, not the CMB, but it is being added to both. While I can just add 4 to the value of the tCMD field, that won't take into account bonus types and stacking...
  13. L

    Latest Project: Monster Manual 1

    So I am working my way through this bit by bit, help would be appreciated.
  14. L

    Racial Spells with Domains

    The Angel. Planetar has racial spells as a 17th level cleric, and also gains two domains as well as domain spell slots. I looked as the selections list and couldn't find anything that seemed to be linked to the Racial Spells tab. I am frankly stumped. Mathias, how do you suggest I handle this?
  15. L

    Can specials not make selections?

    Class Specials can, and when you add a script to customize it there appears in the field button and "usrCandid1" field. I tried defining the same field on a normal (not class) special because it is needed for a template I am working on. I got this error. Hero Lab was forced to stop compilation...
  16. L

    Help adding to Natural

    Making a racial custom special that adds to an Otyugh's number of Tentacle attacks. I have it working with a crude script, but I have been trying to make things more elegant, so I would like to ask for help. Here is what I have so far. foreach pick in hero from BaseNatWep where...
  17. L

    Request for Burrow, Swim (things with Value tags)

    So I notice that these have Eval Scripts (around Final 15000) like this: call CalcValue ~ Use our value field as the speed at which we can swim field[livename].text = field[name].text & " (" & field[Value].value & " feet)" I think I just figured something out! The...
  18. L

    Help with Bootstrap Condition, please

    I'm having an Eval script run at First 497 on a Wonderous Item with 2 custom expressions: ~ Is the thing equipped? if (hero.child[ioBlah].field[gIsEquip].value <> 0) then if (field[usrChosen1].ischosen = 0) then perform assign[User.BlahBlah] elseif...
  19. L

    How would I get a string of the race ID?

    I am talking about getting the section after the "IsRace." part. For example, IsRace.rElf would return rElf. I came up with something, but in situations where the char has multiple race tags (like Varisian Humans) it gives too much.
  20. L

    Custom Expression for Dex linked Skills

    How would you do this? I have an item that applies a bonus to one selected Dex based skill. There are no tags on the skills for thier linked attribute, and the only Item I have found that does something similar (the Circlet of Persuasion) does it through an eval to att to all Cha based skills...
Back
Top