Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums
Register FAQ Community Today's Posts Search

Notices

Showing results 1 to 25 of 53
Search took 0.01 seconds.
Search: Posts Made By: insaneurge
Forum: HL - Pathfinder Roleplaying Game January 20th, 2018, 02:53 PM
Replies: 7
Views: 3,168
Posted By insaneurge
Thank you sir!

Thank you sir!
Forum: HL - Pathfinder Roleplaying Game January 20th, 2018, 01:38 PM
Replies: 7
Views: 3,168
Posted By insaneurge
Another unrelated and probably simple answer....

Another unrelated and probably simple answer. What tag would I use in a bootstrap to assign a custom racial trait at different levels. Something like ClSpecWhen but for races?
Forum: HL - Pathfinder Roleplaying Game January 20th, 2018, 01:35 PM
Replies: 7
Views: 3,168
Posted By insaneurge
Thank you both! Changed the script to: ~...

Thank you both! Changed the script to:


~ Generate our level for bonus

#skillbonus[AllSkills] += round(herofield[tTotLevel].value/2,0,-1)

Of course nothing happened. Finally realized I...
Forum: HL - Pathfinder Roleplaying Game January 20th, 2018, 09:19 AM
Replies: 7
Views: 3,168
Posted By insaneurge
Something like this? ~ Generate our level...

Something like this?


~ Generate our level for bonus
field[abValue].value += field[xAllLev].value

#skillbonus[AllSkills] += round(field[abValue].value/2,0,-1)

When I recompile I get...
Forum: HL - Pathfinder Roleplaying Game January 19th, 2018, 09:33 PM
Replies: 7
Views: 3,168
Posted By insaneurge
Mechanic for Skill Bonus

I am having trouble creating a script for a mechanic to assign a skill bonus to all skills equal to half class levels. I have was trying something like the following.


~ Generate our level for...
Forum: HL - Pathfinder Roleplaying Game January 11th, 2018, 02:44 PM
Replies: 8
Views: 3,206
Posted By insaneurge
I got it. I am not sure why, but when I typed it...

I got it. I am not sure why, but when I typed it in here I realized I had a ! in there.
Forum: HL - Pathfinder Roleplaying Game January 11th, 2018, 02:39 PM
Replies: 8
Views: 3,206
Posted By insaneurge
Under allow custom abilities I have checked on my...

Under allow custom abilities I have checked on my custom ability designated force powers.

for Primary Candidate Expression I have AllowRCust.cfgFrcPwrs!
Forum: HL - Pathfinder Roleplaying Game January 10th, 2018, 08:27 PM
Replies: 8
Views: 3,206
Posted By insaneurge
Thank you Mathias! I was trying to create a...

Thank you Mathias! I was trying to create a script which would assign 1 + attribute bonus (minimum of 1 total).

One other question, how do I restrict the choices on the configurable. Previously...
Forum: HL - Pathfinder Roleplaying Game January 10th, 2018, 07:56 PM
Replies: 8
Views: 3,206
Posted By insaneurge
Help with Configurable

I am trying to use a feat to allow for choices from a list through the configurable tab. However, I cannot seem to get it working. This is what I was trying and the error I am getting.
...
Forum: HL - Pathfinder Roleplaying Game January 4th, 2018, 08:06 PM
Replies: 0
Views: 1,919
Posted By insaneurge
Variable number of skill bonus

I have been attempting to create an ability for a class to gain a bonus to a select number of skills at 1st level. However, all that is displaying is Skills: Choose, with no menu to choose from...
Forum: HL - Pathfinder Roleplaying Game January 1st, 2018, 07:34 AM
Replies: 11
Views: 4,258
Posted By insaneurge
Thank you TheIronGolem and Mathias for all of...

Thank you TheIronGolem and Mathias for all of your help. Happy New Years to everyone!
Forum: HL - Pathfinder Roleplaying Game December 31st, 2017, 05:49 PM
Replies: 11
Views: 4,258
Posted By insaneurge
Currently i have created three separate custom...

Currently i have created three separate custom abilities, one for each set of bonus hit points. For classes receiving d6 hit points, here is my script.


pre-levels 10000/1

~ If we're disabled,...
Forum: HL - Pathfinder Roleplaying Game December 31st, 2017, 11:17 AM
Replies: 11
Views: 4,258
Posted By insaneurge
It is a class ability. I am trying to add bonus...

It is a class ability. I am trying to add bonus hit points at first character level. If the first character level uses a d10, he gains +20, d8 gains 16, d6 gains +12.
Forum: HL - Pathfinder Roleplaying Game December 31st, 2017, 10:48 AM
Replies: 11
Views: 4,258
Posted By insaneurge
I did try that, however I couldn't figure how to...

I did try that, however I couldn't figure how to script it to only add once.
Forum: HL - Pathfinder Roleplaying Game December 31st, 2017, 07:09 AM
Replies: 11
Views: 4,258
Posted By insaneurge
That is what i did for myself when i started...

That is what i did for myself when i started working on building this data file, however I had such a large number of adjustments added it got kind of confusing. For my players I am trying to have as...
Forum: HL - Pathfinder Roleplaying Game December 30th, 2017, 08:15 PM
Replies: 11
Views: 4,258
Posted By insaneurge
Assign Bonus HP at 1st level

How would i go about a set bonus number of hit points granted at 1st level? I haven't had any luck without either stacking when I multiclass or the bonus hp going away when i level or multiclass.
Forum: HL - d20 System December 30th, 2017, 05:30 PM
Replies: 6
Views: 3,445
Posted By insaneurge
Hey Sendric, sorry I was working in 3.5 when I...

Hey Sendric, sorry I was working in 3.5 when I posted but I ended up deciding to convert my files through pathfinder instead. I ended up accomplishing what i wanted a different way by simply...
Forum: HL - Pathfinder Roleplaying Game December 30th, 2017, 06:45 AM
Replies: 4
Views: 2,562
Posted By insaneurge
Thanks Aaron.

Thanks Aaron.
Forum: HL - d20 System December 30th, 2017, 06:34 AM
Replies: 6
Views: 3,445
Posted By insaneurge
I am running the script and it tests it and...

I am running the script and it tests it and allows me to use the class the script is assigned to and then gives the following message.

Invalid tag expression specified for 'foreach' statement.
...
Forum: HL - Pathfinder Roleplaying Game December 29th, 2017, 03:52 PM
Replies: 4
Views: 2,562
Posted By insaneurge
I have tried a number of scripts based on...

I have tried a number of scripts based on count:Classes >= 7 and hero.field[tHitDice].value >=7
Forum: HL - Pathfinder Roleplaying Game December 28th, 2017, 04:31 PM
Replies: 4
Views: 2,562
Posted By insaneurge
Total Level Count and Bootstrapping

I have been trying to bootstrap a custom ability to a feat that would be granted when the total level count =>7. However every expression i have tried has given me a syntax error. Can anyone point me...
Forum: HL - d20 System December 26th, 2017, 09:51 AM
Replies: 1
Views: 2,718
Posted By insaneurge
Replacing the Skill System

I have a question. If I own the authoring kit, is it possible to strip the code for the 4e skill system and replace the 3.5 skill system in the editor for a user file?
Forum: HL - d20 System December 24th, 2017, 07:45 AM
Replies: 6
Views: 3,445
Posted By insaneurge
Thank you for the response. I will play around...

Thank you for the response. I will play around with removing iterative attacks. For the second part of my question, how would i go about changing the Saving Throw bonus in the editor from the default...
Forum: HL - d20 System December 23rd, 2017, 12:47 PM
Replies: 6
Views: 3,445
Posted By insaneurge
Iterative Attacks and Saving Throws

Is there any way to remove iterative attacks and remove and replace saving throws in the editor?
Forum: HL - Authoring Kit December 19th, 2017, 10:07 AM
Replies: 5
Views: 3,261
Posted By insaneurge
Starting with 3.5 or Pathfinder

I am new to the Authoring Kit. I wanted to play around with it, but I was wondering if instead of the skeleton files I could modify a more complete set of files for a game system based closely on D&D...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT -8. The time now is 04:00 PM.


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