Search found 8606 matches
- Thu Jan 21, 2021 5:10 pm
- Forum: MapTool
- Topic: [1.7.0] canSeeToken wrong with snap to grid vbl
- Replies: 6
- Views: 75
Re: [1.7.0] canSeeToken wrong with snap to grid vbl
Well done. I would probably account for creature size as well though. Honestly, I wish this was done on the backend of the canSeeToken() function because of the VBL issue. Much faster if done in java than it is with the macroscript.
- Tue Jan 19, 2021 11:55 pm
- Forum: MapTool
- Topic: Sudden error using Fading Arc HP Meter
- Replies: 2
- Views: 35
Re: Sudden error using Fading Arc HP Meter
I think it was legacy code from the 3.5/PF framework. You can probably delete those 2 lines. Change [H: setBarVisible("HP",0)] [H: setBarVisible("HPM",0)] [H: setBarVisible("HPNonLethalDMG",0)] [H: setBarVisible("HPMNonLethalDMG",0)] To [H: setBarVisible("HP",0)] [H: setBarVisible("HPNonLethalDMG",0...
- Sat Jan 16, 2021 12:48 pm
- Forum: MapTool
- Topic: Drawing circle from center doesn't work - any tips?
- Replies: 6
- Views: 85
Re: Drawing circle from center doesn't work - any tips?
There's no way to move a drawing that I know of. Someday, they'll be treated like objects, but not any time soon. I don't see that the issue is with MapTool but that you can't hold Alt and Left mouse click. Have you tried doing this on a blank campaign?
- Sat Jan 16, 2021 10:35 am
- Forum: MapTool
- Topic: Drawing circle from center doesn't work - any tips?
- Replies: 6
- Views: 85
Re: Drawing circle from center doesn't work - any tips?
I have no problem doing as you say on MapTool version 1.7.0. I tested it on all the layers. You do have to have your mouse pointer on the map and not over a frame. I tested this on a blank campaign. Could there be another program in the background running having to do with your mouse that could be p...
- Fri Jan 15, 2021 4:18 pm
- Forum: Links & External Resources
- Topic: Virtual RPG Escape Room in Maptool
- Replies: 5
- Views: 1305
Re: Virtual RPG Escape Room in Maptool
1.8 beta 2 is borked because of the isNumber() bug, among other things.
- Thu Jan 14, 2021 11:52 am
- Forum: Drop-In Macro Resources
- Topic: RPedit - Macro Importer/Exporter and Editor [4/19/13]
- Replies: 192
- Views: 35301
Re: RPedit - Macro Importer/Exporter and Editor [4/19/13]
"Lines of code" shouldn't really matter. I usually put a detailed header on most of work anyway. I would be changing one key word for another, but instead of macro: maybe I'll keep @@ since it's in the comments and it doesn't really matter other than readability. For Notepad++ the block will be chan...
- Wed Jan 13, 2021 8:17 pm
- Forum: Drop-In Macro Resources
- Topic: RPedit - Macro Importer/Exporter and Editor [4/19/13]
- Replies: 192
- Views: 35301
Re: RPedit - Macro Importer/Exporter and Editor [4/19/13]
Oh, I see. I thought you meant the order in which macros appear in full document. You're just talking about the PROPS line. Having the tooltip first makes the most sense. I've thought about removing the props line and just include it in the comments of function instead. Something like <!--- Macro: m...
- Sat Jan 09, 2021 11:38 pm
- Forum: MapTool 1.4
- Topic: Refferencing the same set of variables across multiple macros
- Replies: 4
- Views: 191
Re: Refferencing the same set of variables across multiple macros
Well, if you're going to do it the hard way, then that's what you're left with.
- Sat Jan 09, 2021 10:26 pm
- Forum: MapTool 1.4
- Topic: Refferencing the same set of variables across multiple macros
- Replies: 4
- Views: 191
Re: Refferencing the same set of variables across multiple macros
Typically, you have the properties saved on a token and the macro calculates whatever it does with those properties.
- Wed Jan 06, 2021 4:16 pm
- Forum: Macros
- Topic: Recurse limit hit while finding token
- Replies: 11
- Views: 99
Re: Recurse limit hit while finding token
What is the name of the macro in the second code block? It's not handleAttributes is it?
- Wed Jan 06, 2021 12:15 pm
- Forum: MapTool
- Topic: How to change portrait size?
- Replies: 1
- Views: 59
Re: How to change portrait size?
Looks like that image size is hard coded. I would guess it'll always fit in to a 200px square image.
- Wed Jan 06, 2021 11:57 am
- Forum: MapTool
- Topic: Initiative Panel
- Replies: 1
- Views: 31
Re: Initiative Panel
Nope. You can only control user created frames with macros.
- Sun Jan 03, 2021 1:26 pm
- Forum: D&D 3.5/Pathfinder 1e Campaign Macros
- Topic: 91.08 Pathfinder + D&D3.5 Framework
- Replies: 178
- Views: 51433
Re: 91.08 Pathfinder + D&D3.5 Framework
Going to need more info. I opened a brand new campaign MT1.3.91.08.01_DnD35_Pathfinder Compatible.cmpgn selected a pregen character on libraries map for pathfinder, clicked Edit Char and selected Feats and Weapons and neither gave me an error. edit: For example, you can provide the problem token in ...
- Wed Dec 30, 2020 7:35 pm
- Forum: MapTool
- Topic: Cleaning up .rptok files?
- Replies: 1
- Views: 100
Re: Cleaning up .rptok files?
The easiest way is to take a couple of years of a programming language. Then the program could extract the xml to reference which image go where then delete the image based on size and location, then rezip the file. But, if you drag all the images in to a campaign, you can have the macro code remove...
- Tue Dec 29, 2020 1:11 am
- Forum: Macros
- Topic: Status cap
- Replies: 2
- Views: 38
Re: Status cap
For the states on the grid, 3x3 you can change it to 4x4 or even 5x5, but that is bit small, imo. I personally have switched to 4x4. For high level PF1 games, it sometimes needs those extra, but I like to use the upper half of the token for other markers like mirror image counter or elevation indica...