Search found 30 matches
- Wed Jun 08, 2016 2:44 pm
- Forum: Announcements
- Topic: New DEV/Testing Builds!
- Replies: 27
- Views: 7097
Re: New DEV/Testing Builds!
I've noticed some odd things with the Block Vision option in the right-click menu on tokens on test build 1.4.1.3. It creates the vision blocking element at the token's native size, not what it has been sized to. http://i.imgur.com/LExvMM5.png Unchecking the Block Vision option does remove the visio...
- Wed Sep 30, 2015 8:58 am
- Forum: MapTool 1.4
- Topic: [Bug] Issue with colon in server name
- Replies: 0
- Views: 542
[Bug] Issue with colon in server name
I'm running an Elder Scrolls campaign with the Savage Worlds rules, so named my campaign TES:SW. One player connected fine via LAN, one connected fine with the English localization, but the player with the Italian localization couldn't connect. This is the screenshot he sent me (edited to remove nam...
- Wed Apr 11, 2012 7:30 pm
- Forum: Macros
- Topic: Passing property name through Macro() and nested jsons
- Replies: 2
- Views: 407
Re: Passing property name through Macro() and nested jsons
Complaint: Tendinitis makes it hard to make macros, or do much on a computer in general, especially when untreated for a couple weeks. Realisation: It would seem that using varsFromStrProp() with json.toStrProp() affects json objects nested in the json object they are applied to. It ...
- Mon Mar 26, 2012 5:00 pm
- Forum: Macros
- Topic: Passing property name through Macro() and nested jsons
- Replies: 2
- Views: 407
Passing property name through Macro() and nested jsons
Being that I can't seem to stay with simple macros, and not wanting to have several macros for some weapons, I decided to try making a complex attack macro. I know the theory of what I want to do, but I can't seem to get it executed. I've been able to get several steps done, but there are two bits I...
- Mon Mar 05, 2012 12:28 pm
- Forum: General Discussion
- Topic: #RPTools on Freenode
- Replies: 41
- Views: 14526
Re: #RPTools on Freenode
Alright, I got one registered. For those with an IRC client the network is: irc.rizon.net And the channel name is: #rptools For those without an IRC client you can use the following to connect, from within your browser and with no downloads needed. You can type the following url into your browser or...
- Sun Mar 04, 2012 7:20 pm
- Forum: Macros
- Topic: Tabs in dialog() or frame()
- Replies: 8
- Views: 636
Re: Tabs in dialog() or frame()
Sorry to split from the main focus of the topic, but this sounds like a grand idea. For reference, could you direct me to the post with it in? I must've missed it. I don't think it's really a split. Being able to store the HTML in a token property so it doesn't have to be generated every time would...
- Sun Mar 04, 2012 6:55 pm
- Forum: General Discussion
- Topic: #RPTools on Freenode
- Replies: 41
- Views: 14526
Re: #RPTools on Freenode
Ah, so it's been an unofficial IRC for it. I saw one person hop in today, but I didn't notice them before they had left. I'm realising that being signed onto two different servers presents its own inconveniences (namely that a nick will only change in one). Would anyone mind if I was to host one on ...
- Sun Mar 04, 2012 1:20 am
- Forum: General Discussion
- Topic: #RPTools on Freenode
- Replies: 41
- Views: 14526
Re: #RPTools on Freenode
I realise it's been three and a half years since the last post in this thread, so while I might be casting necromancy on it it is sticky and on topic... Does anyone still ever use the IRC room talked about? I hopped in yesterday but didn't see anyone else. Would anyone be interested in having an IRC...
- Sat Mar 03, 2012 5:01 pm
- Forum: Macros
- Topic: Tabs in dialog() or frame()
- Replies: 8
- Views: 636
Re: Tabs in dialog() or frame()
Thanks for the reply! Using what you said and looking back over things I was able to do a bit of trial and error and eventually arrive at a decent enough looking faux-tab system. I'll post the results for people to see, look over, and utilise what they want for their own things. http://i1190.photobu...
- Fri Mar 02, 2012 2:07 pm
- Forum: Macros
- Topic: Tabs in dialog() or frame()
- Replies: 8
- Views: 636
Tabs in dialog() or frame()
I was wondering if there was a way to create tabs in dialog() or frame(), like there is for input(). I'm trying to make my character sheet macro a bit nicer looking and easier for my players to use, but so far I have been unsuccessful in trying to get it to work. Since I don't feel I explained mysel...
- Fri Mar 02, 2012 1:15 pm
- Forum: Macros
- Topic: Editable Character Sheet For Token Owners Only - Solved
- Replies: 15
- Views: 1461
Re: Editable Character Sheet For Token Owners Only
I know it has been quite some time since I posted about this, as life things came up and bogged me down a bit (including tendosynovitis D: ). However, I solved it! I had been using this as the code for opening the character sheet: [h: link = macroLinkText("[email protected]:Combat", "none"&...
- Fri Dec 30, 2011 11:01 am
- Forum: MapTool
- Topic: Save maps as image?
- Replies: 10
- Views: 1008
Re: Save maps as image?
Oh, that's a nice feature to know about. That will certainly give me more options for creating maps, and since I've also learnt that the drawing tool can use textures it will be better than the few (free) online map making apps I found.
- Sun Dec 25, 2011 5:52 pm
- Forum: Macros
- Topic: Help with Quick & Dirty Dropdown Macro
- Replies: 15
- Views: 680
Re: Help with Quick & Dirty Dropdown Macro
Okay, I managed to figure out exactly how to do it, and it's pretty much all done. Just in case anyone is curious how I did it, here's the code: [h: itemList1="Brass Knuckles,Club"] [h: itemList1Damage = "(+1d1+1,(+1d6"] [h: itemList2="Leather Armor,Metal Armor"] [h: i...
- Fri Dec 23, 2011 2:52 pm
- Forum: Macros
- Topic: Character Sheet Not Updating & Unexpected Error - Solved
- Replies: 11
- Views: 860
Re: Character Sheet Not Updating & Unexpected Error
*Looks at the listed lines.* *Looks at them in her code.* *Looks elsewhere in her code for similar lines.* *Looks back at the pointed out lines.* Ah! How did I keep missing that‽ Thank you for pointing it out (again, and again) >.<)! *Makes the variables different so it's not being "val=val&quo...
- Fri Dec 23, 2011 12:15 pm
- Forum: Macros
- Topic: Character Sheet Not Updating & Unexpected Error - Solved
- Replies: 11
- Views: 860
Re: Character Sheet Not Updating & Unexpected Error
I think you're missing bits of my code. Such as these two in the characterSheet macro: <tr class="odd"> <td><b>Melee Fighting</b></td> [h: Mele...