Thanks for the PDF! Here neither do I nor my friends could acess the site.
Printable View
Thanks for the PDF! Here neither do I nor my friends could acess the site.
The site is down - but the MoreCore help page is up.
https://www.diehard-gaming.com/mchelp.html
But it has a very aggressive firewall and if there are multiple hack attempts coming from your neighbours it starts blocking wider and wider IP blocks...
Its slightly too big to post here so here is an offline copy...
https://sydneyit-my.sharepoint.com/:...s8uKQ?e=g9VhEZ
Its quite basic doco - hope it helps.
Post any Qs here and they will get answered.
I seem to recall there being a way to change the button icon used on a specific CT Roll, but I can't find any way to do it. I seem to recall it being a [CTRL]+mouse key press on the icon when the roll was open for edit, but that doesn't work. Currently, all my CT Rolls involving "/die" syntax are all displayed with the chat button, which is not a particularly pertinent icon.
Is it possible to change that chat icon? Even the d20 polyhedral icon for the button would be better.
click into and then away from the roll field and it will adopt the icon associated with whatever is in that field.
Hi Damned
I created an extension for Battletech last year and am now getting the same deprecated message. Looking at the code within the MoreCore files, am I right in saying that I will need to change all instances of ActorManager.getActor to ActorManager.resolveActor? Also, do I no longer need to specify the character type (pc or npc) as shown below?
local rActor = ActorManager.getActor("pc", window.getDatabaseNode());
should now become
local rActor = ActorManager.resolveActor(window.getDatabaseNode() );
Hi Brotherkelly,
Yes, that is the change that you need to make to resolve that issue.
Dakadin
Thanks.
Yep.