Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old December 3rd, 2014, 10:32 AM
Quote:
Originally Posted by Sendric View Post
Sorry for the delay. I did take a look at this. Unfortunately, it's a bit beyond me at the moment. I'm uncomfortable pushing ahead with this until I can sit down and take the time to really learn it. I don't see that happening before the holidays, but hopefully my schedule will clear up a bit after the new year so I can take a longer look at it.
Sendric if you would like I would be happy to have a phone conference and using TeamViewer give you a run down. Email if you want to set that up.

I would also recommend taking a look at SourceTree which is a free GUI based product that will interfaces to GitHub. Makes my life SO much easier.

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   #171 Reply With Quote
bodrin
Senior Member
 
Join Date: Feb 2007
Location: Nottinghamshire, United Kingdom
Posts: 1,265

Old December 3rd, 2014, 01:36 PM
Quote:
Originally Posted by ShadowChemosh View Post
Sendric if you would like I would be happy to have a phone conference and using TeamViewer give you a run down. Email if you want to set that up.

I would also recommend taking a look at SourceTree which is a free GUI based product that will interfaces to GitHub. Makes my life SO much easier.
There's also Smartgit which works on pre windows 7 machines.
Sourcetree only works Win7 upwards as I found out much to my dismay.

Dormio Forte Somnio


Community Created Resources :
Data Package Repositories :
d20pfsrd
Custom Character Sheets
Community Server Setup (Packs)

Hero Lab Help- Video Tutorials and Pathfinder FAQ

Created by the community for the community
bodrin is offline   #172 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old December 5th, 2014, 07:24 AM
Update on 1.15:

I am working on the Totemist class from Magic of Incarnum. I believe I have the mechanics of using Soulmelds, Essentia, and Chakra Binding done. In theory, the same mechanics should carry over to the other classes as well. All that is left now is scripting each of the Soulmelds to do what they need to do. This will take some time, but I hope to have it done before Christmas. If I do, I may throw out a release so for those of you looking to add to it, please let me know your status.
Sendric is offline   #173 Reply With Quote
Invelios
Junior Member
 
Join Date: Dec 2014
Posts: 9

Old December 27th, 2014, 01:34 PM
I am really new here, but I have been looking into what is missing, and what my group needs:

Mountebank from Complete Scoundrel & Dervish from Complete Warrior would be a great additions.
Also Gestalt would be nice. I saw it was available from the community files for PFSRD, but not for D20 yet.

And I will also beat the drum for the Epic Level Handbook to be converted.

Wish I knew more XML (and had more time) so I could help.
Invelios is offline   #174 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old December 29th, 2014, 12:27 PM
Quote:
Originally Posted by Invelios View Post
I am really new here, but I have been looking into what is missing, and what my group needs:

Mountebank from Complete Scoundrel & Dervish from Complete Warrior would be a great additions.
Also Gestalt would be nice. I saw it was available from the community files for PFSRD, but not for D20 yet.

And I will also beat the drum for the Epic Level Handbook to be converted.

Wish I knew more XML (and had more time) so I could help.
Epic Level and Gestalt both require support that is not currently in the d20 system. Epic level is closer and we might be able to fudge some things to make it work, but its not high on my list of priorities.

I'll add Mountebank and Dervish to my to-do list. Welcome to Hero Labs!
Sendric is offline   #175 Reply With Quote
Invelios
Junior Member
 
Join Date: Dec 2014
Posts: 9

Old December 31st, 2014, 11:40 AM
Quote:
Originally Posted by Sendric View Post
Epic Level and Gestalt both require support that is not currently in the d20 system. Epic level is closer and we might be able to fudge some things to make it work, but its not high on my list of priorities.

I'll add Mountebank and Dervish to my to-do list. Welcome to Hero Labs!
Thanks!

Spymaster would be cool, I just realized it wasn't in there.

If anyone has a quick and dirty programming guide or noob walkthrough of some sort, I can try and learn...
Invelios is offline   #176 Reply With Quote
Nikkita
Junior Member
 
Join Date: Jul 2014
Location: Western NY
Posts: 2

Old January 4th, 2015, 03:43 PM
Hello all.

I was wondering if anyone had made some progress on the Complete Adventurer - Nightsong Enforcer. I am working to learn how so I can help, but thusfar my attempts seem to break things more than help . One of our group will be going to that for their prestige class next level.

Thanks all for what you are doing here.
Nikkita is offline   #177 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old January 4th, 2015, 04:38 PM
Quote:
Originally Posted by Nikkita View Post
Hello all.

I was wondering if anyone had made some progress on the Complete Adventurer - Nightsong Enforcer. I am working to learn how so I can help, but thusfar my attempts seem to break things more than help . One of our group will be going to that for their prestige class next level.

Thanks all for what you are doing here.
I'll add it to the list.
Sendric is offline   #178 Reply With Quote
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old January 7th, 2015, 05:49 AM
There are a few minor changes that will be included in the next release, but not in the release notes.

Some pre-req scripting techniques will be updated as follows:

For Base Attack Bonus (ie BAB at least 1):
OLD: child[Attack].field[tAtkBase].value >= 1

NEW: #BAB[] >= 1

For minimum ability score (ie DEX at least 13):
OLD: child[aDEX].field[aFinalVal].value >= 13

NEW: #attrvalue[aDEX] >= 13

NOTE: If you have home-grown user files that use the old techniques, they will still work, and will continue to work going forward. If you wish to change to the new technique, you may do so at will; you do not need to wait for the next community release.

Last edited by Sendric; January 7th, 2015 at 05:53 AM.
Sendric is offline   #179 Reply With Quote
Neddy
Junior Member
 
Join Date: Mar 2012
Posts: 11

Old January 9th, 2015, 05:43 PM
Hello everybody, I would like to now if some one had made the Arachnomancer prestige Class for the Drow of the Underdarck. If yes answer my please and if not please add on in the future release.
Neddy is offline   #180 Reply With Quote
Reply

Thread Tools
Display Modes

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 04:35 PM.


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