Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: smokeh
Forum: Realm Works Discussion November 29th, 2018, 09:09 AM
Replies: 55
Views: 20,611
Posted By smokeh
I was hoping the 64 bit beta would make Realm...

I was hoping the 64 bit beta would make Realm Works stable on my Surface Pro 4, but after updating and loading up my decent size realm, it crashed after loading just one page.

Anyone else have a...
Forum: Realm Works Discussion October 31st, 2018, 09:08 AM
Replies: 59
Views: 21,945
Posted By smokeh
Crashing with the Surface Pro too? My 4 crashes...

Crashing with the Surface Pro too? My 4 crashes regularly when running games with RW, and is almost impossible to use larger Smart Maps with.

I share your sentiment, let's hope the 64 bit version...
Forum: HL - D&D 5th Edition SRD March 28th, 2018, 05:46 AM
Replies: 8
Views: 2,694
Posted By smokeh
It's odd, because Feats show up for me when I do...

It's odd, because Feats show up for me when I do a hero 'Output Statblock'. I don't have a monster handy that has a Feat to try it out, so I'm not sure if the NPC aspect changes anything to how the...
Forum: HL - D&D 5th Edition SRD March 26th, 2018, 01:05 PM
Replies: 2
Views: 2,073
Posted By smokeh
There is a size adjustment that calls the...

There is a size adjustment that calls the 5CSizeChg procedure. As written, that procedure will increase the size based on user input. I had to create an ability that once chosen would increase the...
Forum: HL - D&D 5th Edition SRD March 22nd, 2018, 04:51 AM
Replies: 3
Views: 2,413
Posted By smokeh
From the thread title, I think you're trying to...

From the thread title, I think you're trying to do this all on an iPad. I just went and grabbed mine to make sure there wasn't anything special, and grabbed a couple of screenshots. I remember it was...
Forum: HL - D&D 5th Edition SRD March 22nd, 2018, 04:31 AM
Replies: 6
Views: 2,807
Posted By smokeh
I had a similar issue with something I was trying...

I had a similar issue with something I was trying to replicate that replaced the Dex armor bonus with the minion's proficiency bonus. This was a pretty 'hacky' way to make it work, but the numbers...
Forum: HL - D&D 5th Edition SRD March 19th, 2018, 05:19 AM
Replies: 3
Views: 4,927
Posted By smokeh
Hero Lab File - Artificer Revised w/Mechanist Specialty

My campaign decided to convert from Pathfinder to 5e for various reasons, and one of the players really liked the Mechanist specialty from the 'Artificer Revised' homebrew content...
Forum: HL - D&D 5th Edition SRD March 19th, 2018, 04:54 AM
Replies: 8
Views: 3,958
Posted By smokeh
How are you choosing the beast/minion as the Wild...

How are you choosing the beast/minion as the Wild Shape for the druid? I took a look at the existing Wild Shape adjustment and it seems to need this tag tagis[Hero.FullMinion] >= 1, so I'm not...
Forum: HL - D&D 5th Edition SRD March 14th, 2018, 10:29 AM
Replies: 1
Views: 2,008
Posted By smokeh
Sigh, sometimes just writing out a problem brings...

Sigh, sometimes just writing out a problem brings you to a solution. I figured it out on my own about 5 minutes after posting this, so if anyone else has this problem here is the solution:
...
Forum: HL - D&D 5th Edition SRD March 14th, 2018, 10:18 AM
Replies: 1
Views: 2,008
Posted By smokeh
Adding Additional Language Choices

I'm trying to add an additional language to my minion after a special ability is chosen. I found a feat called "Linguist" that adds languages, but it's adding them as 'Background Languages', not the...
Forum: HL - D&D 5th Edition SRD March 14th, 2018, 09:59 AM
Replies: 11
Views: 5,172
Posted By smokeh
In the end, I didn't like how the custom blank...

In the end, I didn't like how the custom blank weapons would still appear on the Minion until you overwrote them. The Wondrous Invention skill from the UA Artificer that I am copying even has a note...
Forum: HL - D&D 5th Edition SRD March 13th, 2018, 07:43 AM
Replies: 11
Views: 5,172
Posted By smokeh
Yeah, I looked at manually moving groups, I...

Yeah, I looked at manually moving groups, I wasn't too sure what was necessary, but I'll take a look and see if I can get the main tags that I'll need.

While trying to find a different solution, I...
Forum: HL - D&D 5th Edition SRD March 13th, 2018, 05:40 AM
Replies: 3
Views: 2,179
Posted By smokeh
I just tried this eval script out on a feat: ...

I just tried this eval script out on a feat:

hero.childfound[SlotHold1].field[MaxAllow].value += 1

This increases the number of Spell Slots showing on the Spell tab for first level spells by 1....
Forum: HL - D&D 5th Edition SRD March 12th, 2018, 02:15 PM
Replies: 11
Views: 5,172
Posted By smokeh
I actually remember I tried ProfSave.svAll for...

I actually remember I tried ProfSave.svAll for assigning all saves, but for whatever reason that tag doesn't get added to the minion when the individual ones work.

The weapon proficiency code...
Forum: HL - D&D 5th Edition SRD March 12th, 2018, 10:40 AM
Replies: 11
Views: 5,172
Posted By smokeh
Interesting, very interesting. I like the idea of...

Interesting, very interesting. I like the idea of a blank 'helper' weapon that is then overwritten with the appropriate stats. It scales up to simple and martial weapons, and would also allow for...
Forum: HL - D&D 5th Edition SRD March 12th, 2018, 04:41 AM
Replies: 11
Views: 5,172
Posted By smokeh
Absolutely! I'm trying to convert this variation...

Absolutely! I'm trying to convert this variation on the UA Artificer (https://www.reddit.com/r/UnearthedArcana/comments/5phy6s/5e_ua_artificer_revised_and_mechanist_specialty/) class that includes a...
Forum: HL - D&D 5th Edition SRD March 11th, 2018, 04:03 PM
Replies: 2
Views: 2,259
Posted By smokeh
For some reason I wasn't catching on that there...

For some reason I wasn't catching on that there was a different array field. I'll update my arrayvalues to use the 'cCustQuTot' field and it should work out. Thanks for the help!
Forum: HL - D&D 5th Edition SRD March 11th, 2018, 06:17 AM
Replies: 11
Views: 5,172
Posted By smokeh
Since i couldn't figure out how to bootstrap the...

Since i couldn't figure out how to bootstrap the chosen item to the minion, my plan was just to have the player manually add the weapons they chose to the minion. After spending 3 more days deep into...
Forum: HL - D&D 5th Edition SRD March 10th, 2018, 03:48 PM
Replies: 2
Views: 2,259
Posted By smokeh
Trigger Class Special Ability List after picking another Special Ability

There are 2 ability group lists that I don't want to appear until the user has chosen a class Specialist. I feel like this should be fairly trivial, and I have an exact example I'm trying to copy...
Forum: HL - D&D 5th Edition SRD March 8th, 2018, 10:02 AM
Replies: 11
Views: 5,172
Posted By smokeh
Perfect, your solution worked great, thanks for...

Perfect, your solution worked great, thanks for your quick reply!
Forum: HL - D&D 5th Edition SRD March 8th, 2018, 07:48 AM
Replies: 11
Views: 5,172
Posted By smokeh
Custom Tag Expression for Simple Weapons

Edit: In the end, I was going to have the weapons chosen be added to a minion, but I forgot that an eval script can't add a pick. I'm still interested to see why my list below wasn't working. I'm...
Forum: Realm Works Discussion June 14th, 2016, 11:03 AM
Replies: 14
Views: 7,517
Posted By smokeh
So I'm trying to figure out how to run 2 games...

So I'm trying to figure out how to run 2 games out of the same realm now with Player Mode. RW itself is setup great for that with the Topic Views, I can have 1 view for all of my background...
Forum: Realm Works Discussion June 14th, 2016, 10:48 AM
Replies: 5
Views: 3,547
Posted By smokeh
Adding GM Direction Snippet Crashing After Patch?

Just want to make sure this isn't some weird localized issue I have. Trying to either convert an existing snippet, or create a new GM direction snippet (tried in 2 different realms) causes Realm...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -8. The time now is 02:33 AM.


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