Search found 97 matches

by femanon
Fri Nov 02, 2012 4:34 pm
Forum: Macros
Topic: Overflowing with combinations, need help parsing.
Replies: 15
Views: 1359

Re: Overflowing with combinations, need help parsing.

Here's what I wrote sans the comments, which I've already said had the syntax in it; all you had to do was substitute what you're using in the pertinent places which were my comments were: I know that, what you seem to be ignoring is that I can't do this if I don't know how it works, which is why I...
by femanon
Fri Oct 26, 2012 4:18 pm
Forum: MapTool
Topic: [1.3b87] Fog of war produces java error on player movement.
Replies: 19
Views: 956

Re: [1.3b87] Fog of war produces java error on player moveme

I have not had any problems at all. The campaign loads just fine. When I connect to the server the campaign loads without errors and I can then move tokens as a player or GM. Everything works smoothly. hmm, perhaps we have just been having connection errors locally then, I will try a couple more te...
by femanon
Fri Oct 26, 2012 4:08 pm
Forum: MapTool
Topic: [1.3b87] Fog of war produces java error on player movement.
Replies: 19
Views: 956

Re: [1.3b87] Fog of war produces java error on player moveme

Using Java 6 and b87 I cannot reproduce the issue on my local network (Windows 7 and Linux both 64 bit using the Oracle JRE 1.6) using the campaign file provided in the top post. Switching to Java 7 will produce the exact same error message upon campaign load or server connect before I can even see...
by femanon
Fri Oct 26, 2012 3:36 pm
Forum: Macros
Topic: Overflowing with combinations, need help parsing.
Replies: 15
Views: 1359

Re: Overflowing with combinations, need help parsing.

Have to admit being a bit perplexed by the methodology at work here. If the order is irrelevant then wouldn't it be easier to just input the number of arrows you want to fire (2 green, 1 blue, etc) and limit the total to the number of attacks rather than go through this elaborate process of selecti...
by femanon
Fri Oct 26, 2012 2:47 pm
Forum: MapTool
Topic: [1.3b87] Fog of war produces java error on player movement.
Replies: 19
Views: 956

Re: [1.3b87] Fog of war produces java error on player moveme

I *did* misinterpreted your post. BUT that was *not* the reason I moved it. Pls read the READ ME FIRST before you post in the bug section. Next time your post will not be moved but deleted (if it is not in accordance to the forum rules). As it seems you've placed it back, I'm asking you to revert t...
by femanon
Fri Oct 26, 2012 9:57 am
Forum: MapTool
Topic: [1.3b87] Fog of war produces java error on player movement.
Replies: 19
Views: 956

Re: [1.3b87] Fog of war produces java error on player moveme

wolph42 wrote:Check the announcements of this forum. Mt b87 is NOT compatible with java 7!
why did you move my thread when I said that JAVA 7 CANT BE THE ISSUE!?
by femanon
Fri Oct 26, 2012 12:32 am
Forum: MapTool
Topic: [1.3b87] Fog of war produces java error on player movement.
Replies: 19
Views: 956

[1.3b87] Fog of war produces java error on player movement.

The link to the original discussion So far as I know there is not one, I have searched for similar bugs. The problem is as follows. I set up a map that has fog of war on, sight, sever rules player reveal and it's sub option, the GM reveal checklist option in the preferences. this is all on my end, ...
by femanon
Thu Oct 25, 2012 11:54 pm
Forum: Macros
Topic: Overflowing with combinations, need help parsing.
Replies: 15
Views: 1359

Re: Overflowing with combinations, need help parsing.

Lee, someone like you should know to use Code blocks by now... To add my $0.02: when you're discussing 'random' 'numbers' and 'flavour text' then it might be worthwhile to check out tables as well. If eg you can bind a certain result to a range then you can link it to the tables. I couldn't quite f...
by femanon
Mon Oct 22, 2012 2:01 pm
Forum: Macros
Topic: Overflowing with combinations, need help parsing.
Replies: 15
Views: 1359

Re: Overflowing with combinations, need help parsing.

The simplest way I can think of, is changing the radio button from outputting the INDEX of the radio button, to the TEXT output of that radio button. See input for the line "VALUE=STRING". You could then simply use [code=php][r: "James fires a " + radio1 + " arrow and a &qu...
by femanon
Mon Oct 22, 2012 4:33 am
Forum: Macros
Topic: Overflowing with combinations, need help parsing.
Replies: 15
Views: 1359

Overflowing with combinations, need help parsing.

I've currently got a macro set up that fires arrows and has a promt for what kind of arrow to fire, in addition to rolling to hit and the like, I also dispense a random flavortext string to accompany the macro output based on a die and the kind of arrow selected, Now I'm moving into full attacks and...
by femanon
Sat Oct 06, 2012 4:09 pm
Forum: MapTool
Topic: Code in properties.
Replies: 1
Views: 225

Code in properties.

I've been using [r:] and a combination of strprops to sum up my AC, now that my dex can finally be buffed I'm trying to come up with a statement that prevents the added value of my dex from exceeding five. [h,if(floor((dexterity-10)/2) > 5),Maxdex = 5;Maxdex = (Floor((dexterity-10)/2))] this is what...
by femanon
Mon Oct 01, 2012 4:10 pm
Forum: Macros
Topic: macros suddenly broken, only gives 1 as result.
Replies: 15
Views: 1386

Re: macros suddenly broken, only gives 1 as result.

jfrazierjr wrote:You set a token variable to "x" and now it recalls the value FROM the token when you think it's a "local"(scoped to the macro execution itself) variable?????
I cant even understand what youre trying to ask me.
by femanon
Mon Oct 01, 2012 2:23 pm
Forum: Macros
Topic: macros suddenly broken, only gives 1 as result.
Replies: 15
Views: 1386

Re: macros suddenly broken, only gives 1 as result.

this will reproduce the error message, but the ACTUAL problem is that clicking on a macro too fast seemed to change it's contents for whatever unknown reason, and that kind of digging around is beyond my skill level. And this actual problem is what makes us interested. If this is confirmed behavior...
by femanon
Mon Oct 01, 2012 1:58 pm
Forum: Macros
Topic: macros suddenly broken, only gives 1 as result.
Replies: 15
Views: 1386

Re: macros suddenly broken, only gives 1 as result.

just to be clear: if you start maptools b87 in java 6. You do NOT load a campaign file but simple paste [h: vari4 = 1] [h: vari3 = 5] [h: vari2 = 4] [h: vari1 = 2] [h: d20roll = 1d20] [T: d20roll+vari1+vari2+vari3+vari4] [T: 1d20roll+vari1+vari2+vari3+vari4]  in the campaign panel in a new macro. T...
by femanon
Mon Oct 01, 2012 1:31 pm
Forum: Macros
Topic: macros suddenly broken, only gives 1 as result.
Replies: 15
Views: 1386

Re: macros suddenly broken, only gives 1 as result.

Okay, I think I wasn't clear - what is the actual code of the macro? Is the macro itself rewritten? If so, what was is supposed to be vs. what did it turn into? There are functions to write macros, but if none of them are being used, then you have discovered a unique bug (probably due to a race con...

Go to advanced search