Search found 1305 matches

by Jagged
Thu Aug 02, 2018 3:56 am
Forum: MapTool 1.4
Topic: Contributing to MapTool 1.4
Replies: 40
Views: 59443

Re: Contributing to MapTool 1.4

That would be great! If you check out the source code you will find a language directory in the resources folder: \maptool\src\main\resources\net\rptools\maptool\language\ There are a number of files in this directory that contain the various translations. The file "i18n.properties" is the...
by Jagged
Mon Jul 30, 2018 4:14 am
Forum: Developer Notes
Topic: Hello again
Replies: 5
Views: 6519

Re: Hello again

Yes, please do. Grab a fork from Github and tuck in :D If you had time to tackle any of the outstanding issues currently logged on GitHub people would be very happy. (Example: https://github.com/RPTools/maptool/issues/198) The only submission process is an informal peer-review with Az and Craig havi...
by Jagged
Mon Jul 16, 2018 10:59 am
Forum: Macros
Topic: Calling UDF from the chat window
Replies: 9
Views: 613

Re: Calling UDF from the chat window

This is why I like to write my macros as globally as I can. By which I mean, can be run from anywhere. So I tend to avoid "run on selected tokens" and use getProperty rather than directly access a token attribute. I will also use "getProperty(property_name, token_Id)" rather than...
by Jagged
Sun Jul 15, 2018 5:42 am
Forum: Macros
Topic: Iterating over tables
Replies: 6
Views: 448

Re: Iterating over tables

Macros for table access a relatively new. So it may well be that we have not added all the functionality needed.
Well done for finding a way round your issue.
by Jagged
Fri Jul 13, 2018 9:42 am
Forum: Requests for HELLLLP!
Topic: Help with a taking damage code
Replies: 14
Views: 7218

Re: Help with a taking damage code

ralstad wrote:
Fri Jul 13, 2018 5:11 am
I have tried using notepad++ or whatever and didn't like it
:shock:

In my humble opinion Notepad++ is the single most important development tool currently in use in the IT industry :wink:
by Jagged
Thu Jul 12, 2018 4:05 am
Forum: Bug Reports
Topic: [Bug 1.4.1.8] Tokens on hex map not resizing when map hex size is changed
Replies: 2
Views: 4434

Re: [Bug 1.4.1.8] Tokens on hex map not resizing when map hex size is changed

It is a known bug yes.

I am trying to "spruse up" the hex grids at the moment, so this might get fixed.

You can correct the problem by clicking the "Adjust Grid" option. You don't need to make any changes, just open and close the Adjust Grid window.
by Jagged
Thu Jul 12, 2018 4:03 am
Forum: MapTool 1.4
Topic: Server problem
Replies: 5
Views: 583

Re: Server problem

I would add that the message is just a warning.

If you have your port forwarding set up correctly it will still work.

I only ever do that to test external connections and as taustinoc says, it is better to connect via LAN.
by Jagged
Wed Jul 11, 2018 8:38 am
Forum: MapTool
Topic: Is it ok to have the same name for different tokens ?
Replies: 22
Views: 898

Re: Is it ok to have the same name for different tokens ?

In the last few sessions I have run I have taken to individually naming monsters too. Since this is D&D4e there are usually several of each type and I usually name them with a theme. Even if its something as simple as sharing the same initial letter. Must admit that after all the work of setting...
by Jagged
Wed Jul 11, 2018 3:54 am
Forum: MapTool 1.4
Topic: Trying to restore corrupted campagn
Replies: 3
Views: 353

Re: Trying to restore corrupted campagn

Glad you sorted it out.

Hopefully this won't happen any more once 1.4.1.9 is released.
by Jagged
Tue Jul 10, 2018 3:00 am
Forum: MapTool 1.4
Topic: Trying to restore corrupted campagn
Replies: 3
Views: 353

Re: Trying to restore corrupted campagn

Post a link to your campaign and we will see what we can do.
by Jagged
Tue Jul 10, 2018 2:58 am
Forum: General Discussion
Topic: Need help please.
Replies: 3
Views: 852

Re: Need help please.

If you can post a link to your campaign we can probably help :)
by Jagged
Tue Jul 10, 2018 2:56 am
Forum: General Discussion
Topic: Need help please.
Replies: 3
Views: 852

Re: Need help please.

I think I know what the issue is here. There is an uncaught exception in the line drawing tool that allows drawings to be added to the map without any points. Which unfortunately causes fatal errors. The only way to restore your campaign involves some hacking. You would need to open the campaign fil...
by Jagged
Mon Jul 09, 2018 3:50 am
Forum: Requests for HELLLLP!
Topic: Help with weapon attack macro
Replies: 30
Views: 14356

Re: Help with weapon attack macro

Your last if is in an H, which stands for "Hidden". Change it to R

Code: Select all

[r, if(att2 > 0),CODE:{
<b>Attack 2:</b> [t: roll2 + att2]<br>
<b>Damage:</b> [t: dmg2+bns1]<br>
}]
by Jagged
Fri Jul 06, 2018 7:34 am
Forum: Bug Reports
Topic: Macro parsing refuses valid json strings
Replies: 10
Views: 5916

Re: Macro parsing refuses valid json strings

Ok if I'm the only thinking that's an issue, I'll drop the case. Thanks for the suggestions to work ar... to handle this properly :mrgreen: @full bleed: you're worrying me, I decided to go full json, for macro parameters, return, and data in general. I think it just depends upon what you are comfor...

Go to advanced search