Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Zepticon
Junior Member
 
Join Date: Jan 2015
Posts: 7

Old June 7th, 2015, 12:29 PM
Quote:
Spectral Wings

Your feathered wings are replaced by spectral wings, shaped from your celestial life force and materializes as you desire.

Prerequisites: Angelic Blood, Angel Wings, Aasimar, character level 11.

Benefit: Your Feathered wings are replaced by Spectral Wings that grant a fly speed of 40 feet (good maneuverability) independent of your armor or encumbrance.
I have played around in the editor to make the above feat, but i am not getting anywhere usefull. I can get the feat, but i dont understand how to make it affect the speed tab in char settings, or how i can get it to understand the prequisites.

If anyone could guide me a bit, or maybe even make the feat and send me, it would be awesomesauce
Zepticon is offline   #1 Reply With Quote
psych777
Senior Member
 
Join Date: Aug 2011
Posts: 363

Old June 8th, 2015, 02:02 AM
i'm unfamiliar with the angelic blood and angel wings...would those be racial features or class abilities?
for the race there is a macro you can use: #hasrace[race_id] you just have to find the race id and insert it
if it is total char level i think you can still use the macro #totallevelcount[] instead of #featlevelcount[]
psych777 is offline   #2 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old June 8th, 2015, 11:07 AM
I would advise reading the "Glossary of Terms" to get a hang of the wording used in the editor. Then FAQ#2 has all the different places to find HELP for the editor. Thins includes videos from the community official LW videos.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old June 8th, 2015, 01:12 PM
The editor has the ability to copy existing content so you can see how it works. Here is the relevant code from Angelic Wings feat:

PostAttr 10000
Code:
      ~ If we're disabled, do nothing
      doneif (tagis[Helper.FtDisable] <> 0)

      ~ Get our encumbrance level - if we're encumbered by that, or if we're
      ~ wearing non-light armor, we're slower.
      if (hero.tagexpr[Hero.MedArmor | Hero.HeavyArmor | Encumbered.Medium | Encumbered.Heavy | Encumbered.Overloaded] <> 0) then
        hero.childfound[xFly].field[abValue].value = maximum(hero.childfound[xFly].field[abValue].value, 20)
        perform hero.child[xFly].assign[Maneuver.Poor]
      else
        hero.childfound[xFly].field[abValue].value = maximum(hero.childfound[xFly].field[abValue].value, 30)
        perform hero.child[xFly].assign[Maneuver.Average]
        endif
Once you've got a bit of context from the resources ShadowChemosh recommended, this is pretty simple. All you need to do is pare it down to get rid of the "encumber" check and change the value and tag applied to xFly.

PostAttr 10000
Code:
      ~ If we're disabled, do nothing
      doneif (tagis[Helper.FtDisable] <> 0)

      hero.childfound[xFly].field[abValue].value = maximum(hero.childfound[xFly].field[abValue].value, 40)
      perform hero.child[xFly].assign[Maneuver.Good]
Aaron is offline   #4 Reply With Quote
Zepticon
Junior Member
 
Join Date: Jan 2015
Posts: 7

Old June 14th, 2015, 10:50 PM
Tested this today and it worked awesome. Didnt know you could open other feats and copy them like that
Zepticon is offline   #5 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old June 14th, 2015, 11:03 PM
Happy to help
Aaron is offline   #6 Reply With Quote
LazarX
Senior Member
 
Join Date: Jun 2008
Location: Jersey City
Posts: 326

Old June 16th, 2015, 02:37 PM
Quote:
Originally Posted by psych777 View Post
i'm unfamiliar with the angelic blood and angel wings...would those be racial features or class abilities?
for the race there is a macro you can use: #hasrace[race_id] you just have to find the race id and insert it
if it is total char level i think you can still use the macro #totallevelcount[] instead of #featlevelcount[]
They are aasimar feats, from Blood of Angels.
LazarX is offline   #7 Reply With Quote
zerrkhar
Junior Member
 
Join Date: Jun 2015
Location: Cocolalla, Idaho
Posts: 3

Old December 23rd, 2015, 10:15 AM
I'm having the same issue with this. I am trying to add two feats. One for the Angel blood feat tree from ABANDONED ARTS called Holy Wings and the other is called Sword and Shield Synergy from 4 WINDS FANTASY GAMING. I have tried to edit these in myself but I keep getting errors.
zerrkhar is offline   #8 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old December 23rd, 2015, 10:47 AM
What are you trying to do? What scripts are you running? When are their timings and priorities? What errors are you getting?
Aaron is offline   #9 Reply With Quote
Reply


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 09:55 PM.


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