Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
risner
Senior Member
Volunteer Data File Contributor
 
Join Date: Jun 2010
Posts: 623

Old September 19th, 2010, 11:34 AM
I'm still trying to fix a bug in Wild Empathy data. It doesn't display the bonus, so things like Druidic Avenger (which has a -4) is not noted.

I am currently tried to fix this by adding an adjustment, but it won't change the name.

I added this code:
Code:
  <thing id="pFixWELU" name="Fix Wild Empath to live update" description="Fixup
Wild Empath to display a special." compset="InPlay" summary="Update Wild Empathy
 for Druidic Avenger">
    <tag group="Helper" tag="NoIncr" name="NoIncr" abbrev="NoIncr"/>
    <eval phase="Render" priority="10001"><![CDATA[var levs as number

~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)

~ Calculate Wild Empathy 1d20 + Druid Level + CHA mod
if (hero.childfound[cDrdWildE].field[xExtraLev].value <> 0) then
     levs = hero.childfound[cDrdWildE].field[xExtraLev].value + hero.childfound[
cDrdWildE].field[xTotalLev].value
     if (hero.childfound[varDruAven].field[cvLevel].value <> 0) then
          levs += -4
     endif
     hero.childfound[cDrdWildE].field[livename].text = "Hi " & levs
endif]]></eval>
    </thing>
Please help, it's been weeks since the last post.
risner is offline   #11
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:34 AM.


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