Search found 117 matches

by Longshot
Mon Jan 30, 2023 7:28 am
Forum: Macros
Topic: Extract data from a block of text to populate variables.
Replies: 18
Views: 1096

Re: Extract data from a block of text to populate variables.

This may be a few months old, but if it helps: [h: sample1 ="Attack: Glaive +9 melee (1d10+3 plus infernal wound) or claw +8 melee (1d6+2)"] [h: sample2 ="Attack: Great Big Glaive +9 melee (1d10+3) or claw +8 melee (1d6+2)"] [h: sample3 ="Attack: Glaive +9 melee (1d10+3 plus...
by Longshot
Wed Jan 18, 2023 3:41 am
Forum: Drop-In Macro Resources
Topic: RPedit - Macro Importer/Exporter and Editor [4/19/13]
Replies: 194
Views: 74432

Re: RPedit - Macro Importer/Exporter and Editor [4/19/13]

I've used this a bit, but I mostly thought working in vanilla Notepadd++ was sufficient for my coding needs. Then I started working on a new drop-in and I heavily leveraged RPedit and the Maptool notepad++ addons. OMG I was missing out on sooo much. It greatly increased the speed at which I could tr...
by Longshot
Sat Dec 03, 2022 6:00 am
Forum: General Discussion
Topic: RPtools Wiki is Down?
Replies: 10
Views: 1323

Re: RPtools Wiki is Down?

Thank you Mr. Mask!
by Longshot
Fri Dec 02, 2022 10:06 am
Forum: General Discussion
Topic: RPtools Wiki is Down?
Replies: 10
Views: 1323

RPtools Wiki is Down?

[EDIT BY MODERATOR:] New wiki (for now) is up: https://rptools.hyperbooks.com (thx taustinoc)

Has it moved? Or is it down?
https://wiki.rptools.info/index.php/Main_Page
by Longshot
Wed Nov 02, 2022 8:40 am
Forum: Session Report-Back
Topic: It's been nearly 10 years...
Replies: 3
Views: 2989

Re: It's been nearly 10 years...

@ Jmr3366 I grabbed them. I've really glad you mentioned them because as I searched through User Creations to incorporate into a 5e framework, I had come across those before. Sadly, I had lost track of them when I finalized my build. I honestly wish I had started with those as my core and now I'm go...
by Longshot
Mon Oct 31, 2022 11:56 am
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

I'll need to look at the Delay then.

For now, there is one output sent per user connected if "all" is used. 4 connected players, 4 repeats of the roll text.
I tried "GM, Self", and I got hit with 2 text outputs for one roll (a line per user that receives a message).
by Longshot
Mon Oct 31, 2022 11:47 am
Forum: Session Report-Back
Topic: It's been nearly 10 years...
Replies: 3
Views: 2989

It's been nearly 10 years...

I've gotten back into Map Tools this year. We've moved from in-person gaming to Remote-only. It works beautifully. I have pulled together many resources. Here is what I can name: 5e D&D Framework -paulstrait (really a heavily modified version of Yoricks's) Lib:DnD_5e_Treasure -Made by dantarith ...
by Longshot
Mon Oct 24, 2022 4:31 am
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

I played with the dice in a connected session with 3 players and myself. I found that the broadcast of dice rolled created 4 copies of the formatted output which pretty much flooded the chat window. I haven't figured out how to best control it yet. Looking at the code, I don't see any kind of place ...
by Longshot
Wed Oct 12, 2022 3:09 pm
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

it appears you have forgotten to reset rdResCnt so it keeps adding even when you move to the next die set Ah, bummer. That was the thing I fixed in my previous post. Nice job though :) so the alternative would indeed be to have the dice colors working. for each individual die. For each color workin...
by Longshot
Wed Oct 12, 2022 12:43 pm
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

do you have a new version to download? i used the files attached to the op Doesn't look like a new one is up since I DL'd it recently. You should have the same version I do assuming you just grabbed it -minus the changes I made to my copy. I'd offer my copy, though, again, I have been messing with ...
by Longshot
Wed Oct 12, 2022 11:56 am
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

edit2: appears to be a bug, if i change the example udf: [h: broadcast(rollDO("2d20+5:15:3,1d6+4","plastic red,plastic blue","2"),"all")] to [h: broadcast(rollDO("2d10+5:5:3,1d6+4","plastic red,plastic blue","2"),"all")...
by Longshot
Wed Oct 12, 2022 11:02 am
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

alternative you could name them differently: d10 and d100 where d10 would be single and d100 double digit d10), this would make the above syntax: [r: rollDO("1d100:"+d10+"1d10:"+d1+","Plastic Amber,Metalic Green","2")] resulting in a plastic amber die wi...
by Longshot
Wed Oct 12, 2022 6:19 am
Forum: General Discussion
Topic: Where to post -about my 5E Framework file
Replies: 3
Views: 682

Re: Where to post -about my 5E Framework file

Thank you both for the quick responses. I'll use your suggestions. The next step for me is to tighten up my code for other's use. Right now, there are bits that work because I know how to make it work. You know how that is. Meanwhile: keep being the best out there. :D No, seriously, nothing is bette...
by Longshot
Tue Oct 11, 2022 1:57 pm
Forum: User Creations
Topic: Visual Dice Rolling Overlay v3.x
Replies: 56
Views: 5495

Re: Visual Dice Rolling Overlay v3.x

Thank you for the great add-in! Just for fun, I'll share some other changes I made. See, I have a concern that players may feel like rolling 1000 dice, or roll a dozen in the middle of DM rolling, etc. So I put a cap at 10 dice as a default. Player Configs Then, I made a config property on the libra...
by Longshot
Tue Oct 11, 2022 11:59 am
Forum: General Discussion
Topic: Where to post -about my 5E Framework file
Replies: 3
Views: 682

Where to post -about my 5E Framework file

Hi all. I have a general question: What if what you have to offer isn't your own work, exactly? It's a hodge-podge of other peoples frameworks, drop-ins, and perhaps your own modifications. Why Not Use the 5E Framework Topic So, I am considering posting the campaign file I use. And yes, there is the...

Go to advanced search