Search found 498 matches

by Xaelvaen
Mon May 13, 2019 11:36 am
Forum: Bug Reports
Topic: [1.4.0.5 and Later] Hot Keys not always functional
Replies: 5
Views: 5020

Re: [1.4.0.5 and Later] Hot Keys not always functional

Awesome - appreciate everything this community does!
by Xaelvaen
Thu Apr 18, 2019 6:19 pm
Forum: Bug Reports
Topic: [1.4.0.5 and Later] Hot Keys not always functional
Replies: 5
Views: 5020

Re: [1.4.0.5 and Later] Hot Keys not always functional

Bit of a necro-post here, but I've just downloaded the latest .exe version of Maptools, and it seems this issue is still a thing. When I dock maptool windows (minimized to side tabs), then macro hotkeys don't function. Just curious if there was ever any discovery here, or something I can do on my en...
by Xaelvaen
Sun Apr 07, 2019 11:10 am
Forum: Macros
Topic: Ascending Initiative
Replies: 3
Views: 514

Re: Ascending Initiative

Full Bleed wrote:
Sun Apr 07, 2019 12:46 am
1) Change each init to a negative number and then sort. So the negative of 17, 10, and 5 would sortInitiative() as -5, -10, -17. Effectively ascending
That's effectively what I did - I multiplied all results by -1. Thanks for the reply!
by Xaelvaen
Sat Apr 06, 2019 6:32 pm
Forum: Macros
Topic: Ascending Initiative
Replies: 3
Views: 514

Ascending Initiative

I've been away for a while, so thought I'd see if any new options for sortInitiative() had come about. Checked the wiki and didn't see any, but thought I'd ask anyway. To my recollection, the only way to do an ascending sort (lowest to highest) is by generating a list in a json and sorting the json ...
by Xaelvaen
Sat Apr 06, 2019 6:25 pm
Forum: Announcements
Topic: We Bid Farewell To Az and Jamz
Replies: 8
Views: 6947

Re: We Bid Farewell To Az and Jamz

Having been away for a long time and just coming back, I read the whole darned thing -before- seeing what day it was posted. This was truly a good one.
by Xaelvaen
Sun Oct 15, 2017 3:50 pm
Forum: Links & External Resources
Topic: Mini-Dungeon Tome Kickstarter
Replies: 2
Views: 789

Re: Mini-Dungeon Tome Kickstarter

No clue what that acronym means (JPGE), just quoting the kickstarter =)
by Xaelvaen
Sat Oct 14, 2017 2:29 pm
Forum: Links & External Resources
Topic: Mini-Dungeon Tome Kickstarter
Replies: 2
Views: 789

Mini-Dungeon Tome Kickstarter

https://www.kickstarter.com/projects/adventureaweek/mini-dungeon-tome-for-5th-edition-or-pathfinder-rp/description This is a kickstarter for a ton of adventures for your choice of 5E D&D, Pathfinder (or both). Contains over 100 adventures (and growing, due to stretch goals). More importantly, h...
by Xaelvaen
Wed Oct 04, 2017 7:37 pm
Forum: Links & External Resources
Topic: Kickstarter by Frank Mentzer - Worlds of Empyrea
Replies: 2
Views: 928

Kickstarter by Frank Mentzer - Worlds of Empyrea

https://www.kickstarter.com/projects/extsr/frank-mentzers-empyrea-fantasy-setting-for-10-rpg/description It's a campaign setting that will have multi-system compatibility. When you back, you can choose the system of your choosing, and get the campaign setting tailored for that (Savage Worlds, multi...
by Xaelvaen
Tue Sep 26, 2017 10:17 am
Forum: Macros
Topic: Adding attacks to a single property
Replies: 5
Views: 635

Re: Adding attacks to a single property

Many apologies for the delayed 'Thank You', Wolph - been quite the busy weekend/beginning. So, Thank you =)
by Xaelvaen
Sat Sep 23, 2017 12:50 pm
Forum: Macros
Topic: Adding attacks to a single property
Replies: 5
Views: 635

Re: Adding attacks to a single property

What command do you use to add a new json object to the end of an existing json, since json.append only works for arrays? I'm trying to read over the json.set() wiki where it says something about set it to a specific index, but I'm not entirely understanding if that's the right way to go or not? I w...
by Xaelvaen
Thu Sep 21, 2017 7:58 pm
Forum: Macros
Topic: Separating numbers and letters in a string.
Replies: 9
Views: 761

Re: Separating numbers and letters in a string.

That's smart - for some reason I just expected the floor to round where it wouldn't - I overcomplicate everything :P Haha, thanks again Alias =)
by Xaelvaen
Thu Sep 21, 2017 6:52 pm
Forum: Macros
Topic: Separating numbers and letters in a string.
Replies: 9
Views: 761

Re: Separating numbers and letters in a string.

That's exactly what I was thinking, using the 'else' from isNumber(). Thanks for that info. Final question on the theme of this thread then, if you don't mind - is there a way to get the average of a dice expression, instead of rolling it? In example, 2d6 is 7. I was considering using your listGet()...
by Xaelvaen
Thu Sep 21, 2017 4:42 pm
Forum: Macros
Topic: Separating numbers and letters in a string.
Replies: 9
Views: 761

Re: Separating numbers and letters in a string.

Thanks for the example, and the link - looks really complex (and honestly a bit fun), so will be poking around at it. For now, I'm just packing the data separately in a json, but I'd love to eventually be able to pull this off. A question for your listGet example, Alias - can you use listContains() ...
by Xaelvaen
Wed Sep 20, 2017 6:44 pm
Forum: Macros
Topic: Separating numbers and letters in a string.
Replies: 9
Views: 761

Re: Separating numbers and letters in a string.

I've seen 'regex' thrown around the forums, but I have no clue what that is.

As far as listGet, that's a nifty trick - will it work for other things? In example, if I just wanted a simple string that said '5d6 Fire', would I need regex to separate entire words like that?
by Xaelvaen
Wed Sep 20, 2017 4:25 pm
Forum: Macros
Topic: Separating numbers and letters in a string.
Replies: 9
Views: 761

Separating numbers and letters in a string.

I'm looking for a way to extract information from a single string. In example, if I wanted to take 1d8 and extract the information (1 dice roll, with 8 combinations), how would I go about this? I found 'endsWith' and 'startsWith' for simple things (1d8), but I have no idea where to look for more com...

Go to advanced search