Search found 1124 matches

by Bone White
Sun Feb 23, 2014 10:16 pm
Forum: Macros
Topic: Advice please
Replies: 6
Views: 779

Re: Advice please

It may be because you're setting the sneakAttack bonus to sneakAttack, but trying to reference stealth in
threat+BAB+dex+mod+size+haste+flanking+stealth)
Shouldn't it read
threat+BAB+dex+mod+size+haste+flanking+sneakAttack)
instead?

You use this in two different places.
by Bone White
Sun Feb 23, 2014 4:39 pm
Forum: Macros
Topic: Advice please
Replies: 6
Views: 779

Re: Advice please

[code=php][h,if(flank == 1): flanking=2, flanking=0] [h,if(invis == 1): stealth=2, stealth=0] [h,if(donkey == 1): sneakattack=2d6, sneakattack=0] [/code] Should be [code=php][h,if(flank == 1): flanking=2; flanking=0] [h,if(invis == 1): stealth=2; stealth=0] [h,if(donkey == 1): sneakattack=2d6; snea...
by Bone White
Sun Feb 23, 2014 9:26 am
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Unsolved] Java memory allocation problem & others

Thanks for screenshot. Your start in path should be E:\MTB90-TEST rather than the java folder. It loads, but using Gather Debug Information gives the following error: java.lang.RuntimeException: Error during lazy SCDP file parsing at http://192.168.1.254:2555/upnp/UPnP_BThomeHub4A_2c399663974a_eth1...
by Bone White
Sat Feb 22, 2014 10:14 pm
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Unsolved] Java memory allocation problem & others

MTB90-TEST (right click - properties) wrote:Type: File folder
If that really was the issue here I'd be equally glad and dismayed. As it stands this is not the problem.
Screenshot
Image
by Bone White
Sat Feb 22, 2014 9:28 pm
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Unsolved] Java memory allocation problem & others

"Error: Unable to access jarfile maptool-1.3.b90.jar" :|

I even tried copy pasting the .jar filename into the shortcut properties to make sure there was no mistype.
by Bone White
Sat Feb 22, 2014 7:22 pm
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Unsolved] Java memory allocation problem & others

aliasmask wrote:You should check the Help | Get debug info when you think you're running java7 64bit to make sure and to verify memory settings.
As I said - it crashes with the error I posted when I try this.
by Bone White
Sat Feb 22, 2014 6:41 pm
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Unsolved] Java memory allocation problem & others

I'm not sure what Xms is. Xss is stack and Xmx is max mem. -Xmx1024M -Xss3M is what I use. I think it's a typo in code of the Maptool launcher.jar in the version I have. Seems to be fixed in a re-downloaded version, but the line at the bottom of the launcher reads "C:\Program Files (x86)\Java\...
by Bone White
Sat Feb 22, 2014 3:28 pm
Forum: MapTool
Topic: [Solved?] Java memory allocation problem & others
Replies: 27
Views: 1799

Re: [Solved] Java memory allocation problem

Well, apparently this isn't quite solved. I'm getting stack overflow problems where I never did before, regardless of which version of MapTool I try to use. Loading MapTool of b87, b89 with jre7 allows MapTool to launch, but I get stack overflow in e.g. Wolph's DH framework, getting the test tokens ...
by Bone White
Sat Feb 22, 2014 6:45 am
Forum: Campaign Frameworks
Topic: [Dark Heresy-RT-Deathwatch-BC-OW] W40K-RPG_FW v8.5.1
Replies: 448
Views: 146200

Re: [Dark Heresy-RT-Deathwatch-BC-OW] W40K-RPG_FW v8.3.4

Am I missing something or shouldn't this be automated? Wolph's framework shouldn't ask for any variables via a basic input box, or hasn't in my experience. I'm getting a lot of problems with the new lib:dw, but that's probably because of my problems with java/MapTool and not with this framework. Ri...
by Bone White
Sat Feb 22, 2014 6:43 am
Forum: Macros
Topic: Common Query
Replies: 2
Views: 391

Re: Common Query

Perhaps you should ask Lord Ashes if he expects to be able to add his adaptation to b90, but he's probably waiting for b90 to be finalised before he works on it.
by Bone White
Thu Feb 20, 2014 12:16 pm
Forum: General Discussion
Topic: Mote Kickstarter: We are going LIVE!
Replies: 296
Views: 32871

Re: Mote Kickstarter: We are going LIVE!

Lee, you may want to link to this thread from the Kickstarter page. In my experience, the connectivity problems are the reason why people who have tried MapTool don't use it over other programs. If M:O.T.E. needs to improve one basic thing over MapTool, it is this. It's not just the initial connecti...
by Bone White
Fri Feb 14, 2014 5:53 pm
Forum: Testing
Topic: Testing need for b90
Replies: 41
Views: 21200

Re: Testing need for b90

Hotkeys confirmed working on my system.

Windows 7 64 bit, current version of java 7 64 bit, b90 (though downloaded a few days ago).
by Bone White
Fri Feb 14, 2014 10:53 am
Forum: Macros
Topic: Backward Sight?
Replies: 4
Views: 530

Re: Backward Sight?

Other than running a loop through Wiki: getTokens() using Wiki: isVisible(), I don't know of a way.
by Bone White
Fri Feb 14, 2014 10:36 am
Forum: Announcements
Topic: MapTool 1.3 Final, patch06 (build 89)
Replies: 223
Views: 49849

Re: MapTool 1.3 Final, patch06 (build 89)

Just move it to reset when the window is closed and opened, not when loaded from a campaign when it is already loaded. Best of both worlds..?
by Bone White
Fri Feb 14, 2014 10:35 am
Forum: Macros
Topic: HTML Kung-Fu not so strong...
Replies: 15
Views: 1181

Re: HTML Kung-Fu not so strong...

wolph42 wrote:Edit: I had a better look at BW suggestion and (although very creative) is a ridiculous convoluted method to get what is needed
Sadly, it was the only way to align my forms perfectly, I think I spent a week trying to do it.

Go to advanced search