Page 109 of 121

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Wed Aug 30, 2017 8:55 am
by wolph42
ok. updated the message macro. it now allows for an additional parameter to set the width of the message. See function manual for more detailed instructions.

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Wed Aug 30, 2017 10:35 pm
by Full Bleed
wolph42 wrote:ok. updated the message macro. it now allows for an additional parameter to set the width of the message. See function manual for more detailed instructions.
Thanks.

I went ahead and did it a slightly different way, adding an optional width field to the header text argument:

Code: Select all

[h,if(argCount() > 1): headerText	= arg(1) ; headerText	= ""]
[h, if (indexOf(headerText, ":width=") != -1), CODE:
	{
		[h: break = indexOf(headerText, ":width=")]
		[h: width = substring(headerText, break + 7)]
		[h: headerText = substring(headerText, 0, break)]
		
	};
	{
		[h: width = "100%"]
	}
]

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Thu Aug 31, 2017 1:24 am
by wolph42
Ah yes, that's also a possibility. Ive aded that in the BoT as well. (That is, alternatively you can use either the headertext width or arg(7), where arg(7) precedes the headertext. Manual is also updated with this. bot version 42d

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Fri Nov 17, 2017 6:54 am
by Arcueid
I tried to import the tools and a few other parts, but i'm getting an error saying this was meant for 1.4.1.5 and if i continue it gives a java exception.
I don't see that it on the download page anymore, but that would still put it in the development release as the version i'm running is the stable 1.4.0.5.

Are those development versions good to use, or am i just doing something wrong and it shouldn't be giving me this popup?

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Fri Nov 17, 2017 7:05 am
by wolph42
Apparently i made the mistake of saving it using a later version. The beta version s however work great!

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Thu Nov 23, 2017 1:05 am
by battlemagus241
I've downloaded and loaded the Bot onto my maptool campaign. The problem I keep having whenever I try to press onCampaignLoad I get a error in body roll.

"Error in body of roll.       Statement options (if any): h,if(getLibProperty('maxGroupSelect','lib:EventMacros') == "")       Statement Body : setLibProperty("maxGroupSelect", 500,"lib:EventMacros")"

Is what pops up everytime. So I'm wondering if I missed something, or could it be possible, that it will not work cuz I changed some of the Campaign Properties.

I wold please like to know what I can do, for I would really like to use some if not most of the BoT features.

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Thu Nov 23, 2017 6:41 am
by wolph42
thats a really weird error. I'll need to have a look. Could you share your campaign file (e.g. link it through dropbox) so I can have a look directly in it?

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Fri Nov 24, 2017 9:20 am
by battlemagus241
I got the BoT feature to work but when I was finished. I save the campaign and closed Maptool. Then when I reopened to adjust the campaign it no loger works I get a new error.

Error in body of roll.       Statement options (if any): H       Statement Body : disguiseMacro = getLibProperty("am.bot.disguiseMacro")

Is the new error code. So I have decided even though BoT is a nice feature and you put a great deal of time and effort, but I will not use it for it is just one problem after another, I thank you for your time and looking into the matter but all I wanted to use was the walk on teleports but guess it just doesn't work for me.

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Fri Nov 24, 2017 11:50 am
by wolph42
ok...but can you still share you campaign, cause that errors not supposed to happen, at least i can fix that!

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Tue Dec 19, 2017 3:55 am
by wolph42
@Sereptus: as it turned out the comment in the settings was a bit misleading. What I meant was: you can give any value to the token property 'movement' as long as its numeric (e.g. [r:strength+toughness*agility]).
But thats not what it specifically said.

So I updated the limitmovement macro in lib:Eventmacros and I updated lib:DH to allow for ANY property (like "spd") to be set in the limitmovement section of the settings.

In other words: if you replace BOTH lib:DH AND lib:EventMacros AND run the settings again (as all the settings are store on lib:EventMacros) and go through them, then it should work.

Let me know whether it actually does.

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Tue Dec 19, 2017 11:36 am
by Sereptus
wolph42 wrote: In other words: if you replace BOTH lib:DH AND lib:EventMacros AND run the settings again (as all the settings are store on lib:EventMacros) and go through them, then it should work.

Let me know whether it actually does.
It does! and thank you soo much! I really appreciate that! Just threw the tokens on, updated settings, saved campaign and reloaded. Good to go except for one glitch where the invisibility toggle was checkmarked and it spit out an error as I don't have the appropriate props set for that. Thanks again. 8)

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Thu Dec 28, 2017 10:55 am
by Dougal
404 file not found

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.42 [VIEW ANIMATIO

Posted: Thu Dec 28, 2017 7:47 pm
by wolph42
bloody dropbox :evil: I've updated the links (again). Thanks for the heads up!

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.43 [EMBARKATION]

Posted: Wed Jan 10, 2018 9:18 am
by wolph42
NEW VERSION 43 1.4.0.5+ compatible

The new Features:
Added Embarkation. This allows you to move tokens into a vehicle, move the vehicle around and when required disembark the tokens once more. See manual for more info.

Other changes are:
- fixed bug in limit movement.
- fixed bug in delete properties.
- fixed bug in disguise button.
- added 'cycle disguise' macro, not added to the enchilada
- added bot_message() width parameter also to header text on suggestion of full bleed.
- added additional parameter to bot_message() to allow you to set the width of the table.
- updates to the function manual.
- added bot_getTokCDistance() including manual entry. Function calculates distance between the corners of two tokens, returns distance in either cells, pixels or dpc
- added back link to the introduction window
- fixed error message on clean install

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.43 [EMBARKATION]

Posted: Wed Jan 10, 2018 12:24 pm
by JamzTheMan
Embarkation you don't say?

Doe this perhaps keep them in there seat too? ie if you rotate the bus I'm assuming they rotate with it properly?

Real question, does it require a vehicle? Can it be used to, say, just keep a "Party" together moving around a dungeon? If you want a side challenge, if you could move a group of say, 6 tokens, in a standard party order, that can be rotated, and automatically shrinks/expands if walked into a smaller/larger room (ie keep the tokens out of the vbl/walls), well then, that would be spiffy! :D

In the meantime, gonna have to check this out!