Forum: HL - Authoring Kit
July 27th, 2022, 06:17 PM
|
Replies: 6
Views: 204
|
Forum: HL - Authoring Kit
July 27th, 2022, 12:06 AM
|
Replies: 6
Views: 204
|
Forum: HL - Authoring Kit
July 27th, 2022, 12:03 AM
|
Replies: 6
Views: 204
|
Forum: HL - Authoring Kit
July 26th, 2022, 10:37 PM
|
Replies: 6
Views: 204
|
Forum: HL - Authoring Kit
July 26th, 2022, 10:27 PM
|
Replies: 6
Views: 204
Timing with Masters and Minions
Mathias,
I am having an issue with a script timing and I don't know why.
The total armor field is supposed to calculate the master's armor points.
<eval index="1" phase="Final"...
|
Forum: HL - Authoring Kit
July 22nd, 2022, 08:36 PM
|
Replies: 2
Views: 231
|
Forum: HL - Authoring Kit
July 21st, 2022, 07:19 PM
|
Replies: 2
Views: 231
it_bootcustom and minions
Mathias,
I noticed in the Editor for the Pathfinder files you have rigged up minions in the Hirelings/Minions tab so that the race can be bootstrapped directly to the minion in the editor.
I...
|
Forum: HL - D&D 5th Edition SRD
July 17th, 2022, 03:47 PM
|
Replies: 2
Views: 363
|
Forum: HL - D&D 5th Edition SRD
July 16th, 2022, 11:54 PM
|
Replies: 2
Views: 363
Set it up as a tracker ability, use an eval...
Set it up as a tracker ability, use an eval script to do the calculations for the trkMax field.
Bootstrap the tracker to the ability if needed.
You can store the wizard level in an abValue...
|
Forum: HL - D&D 5th Edition SRD
July 3rd, 2022, 06:47 PM
|
Replies: 55
Views: 21,253
First Step
Develop Menu > Enable Datafile...
First Step
Develop Menu > Enable Datafile Debugging
Second Step
Right Click the saving throw > Show debug tags
This will show you what component the saves are handled in. They may be part of...
|
Forum: HL - D&D 5th Edition SRD
June 28th, 2022, 12:29 PM
|
Replies: 2
Views: 450
No Datafiles From Me
I have been approached in direct messages once more regarding data files.
Please stop asking me for data files.
I have not done conversion for Dark Sun to 5th edition, nor do I intend to do so....
|
Forum: HL - User Projects
June 24th, 2022, 04:37 PM
|
Replies: 2
Views: 4,829
|
Forum: HL - User Projects
June 21st, 2022, 08:22 PM
|
Replies: 5
Views: 547
I think I found a work around for it.
...
I think I found a work around for it.
<!-- If we're a character advancement, lock us into the first available slot on the advances array -->
<eval index="8" phase="Final"...
|
Forum: HL - User Projects
June 21st, 2022, 08:11 PM
|
Replies: 5
Views: 547
For each of the picks, I wanted it to cycle...
For each of the picks, I wanted it to cycle through the previous picks and determine if the cost field or tag was present, then increment the field. If the advancement costs 4 xp, increment the...
|
Forum: HL - User Projects
June 19th, 2022, 05:33 PM
|
Replies: 5
Views: 547
|
Forum: HL - User Projects
June 19th, 2022, 05:16 PM
|
Replies: 5
Views: 547
Attached you will see the error issue, it's...
Attached you will see the error issue, it's counting an iteration when the tag I am looking for is not present. In the source code its looking for a fieldval equal to 4 for a specific field but I...
|
Forum: HL - User Projects
June 19th, 2022, 04:00 PM
|
Replies: 5
Views: 547
Iterative script issue
I am trying to make a script that adds one to the count for an advance only if the advance has a cost of 4 xp. I'd like for the iteration to ignore advances in the count if it has a cost other than...
|
Forum: HL - Authoring Kit
April 1st, 2022, 04:17 PM
|
Replies: 2
Views: 1,407
|
Forum: HL - Authoring Kit
April 1st, 2022, 03:22 PM
|
Replies: 2
Views: 1,407
Equipment held by a container
Is there a tag built into the authoring kit that applies when an object is stored in a container?
Like say I had a sack and put a torch in it, would the torch get a tag saying it was stored in...
|
Forum: HL - User Projects
June 28th, 2021, 01:04 PM
|
Replies: 2
Views: 5,131
Those "concerns" you mentioned come from my...
Those "concerns" you mentioned come from my coding work on White Wolf's VTM material and Exalted. I was basically told by the big bad wolf I could do what I wanted "for personal use" only. They...
|
Forum: HL - Pathfinder Roleplaying Game
May 28th, 2021, 01:19 PM
|
Replies: 2
Views: 1,355
Regarding my old Data File work
Please stop sending me private messages regarding data file for conversions to Pathfinder. I left them with TobyFox2002 because I do not have the time or energy to maintain or deal with the data...
|
Forum: HL - D&D 5th Edition SRD
January 2nd, 2021, 08:56 AM
|
Replies: 16
Views: 4,255
Yeah the scripting is not always going to be...
Yeah the scripting is not always going to be short one-liners of code... sometimes if you want to something it's going to be a long multiline thing. Just imagine if you had to code a new class and...
|
Forum: HL - D&D 5th Edition SRD
January 1st, 2021, 09:28 AM
|
Replies: 4
Views: 2,686
Should be able to do this with an exprreq
...
Should be able to do this with an exprreq
hero.tagis[the tag for Martial Weapon Prof] <> 0
There should be a tag forwarded to the hero indicating proficiency with any martial weapon and an...
|
Forum: HL - Pathfinder Roleplaying Game
December 4th, 2020, 03:17 PM
|
Replies: 10
Views: 8,888
|
Forum: HL - Pathfinder Roleplaying Game
November 24th, 2020, 05:46 PM
|
Replies: 14
Views: 2,974
|