#earthdawn maestro

1 messages · Page 1 of 1 (latest)

wet eagle
#

what game system please?

dapper drift
#

earthdawn4e

wet eagle
#

Maestro listens for a specific piece of data in chat messages that signals that the chat message/roll is from an item. it's looking for data-item-id generally although you can configure it in settings now if i remember correctly

#

if you can find out from your system devs whether they are embedding the item id in the roll chat messages, and what the attribute is in the html (eg. data-item-id) you can then change the setting in Maestro accordingly

dapper drift
#

well, since I'm one of the devs, it should be possible, thank you for the hint

wet eagle
#

so yeah if your item rolls include some kind of attribute in the HTML referencing the item id, then maestro should be able to trigger off it 🙂

dapper drift
#

but only in the "chat input" right?

#

ok, cool got it. thank you,

#

are you the module creator?

wet eagle
dapper drift
#

Ah ok, didn’t know that. I was wondering if It is possible to have more than one identifier.

wet eagle
#

earthdawn maestro

dapper drift
#

our earthdawn system has e.g. weaponId for weapon items. the maestro modul works fine with that, but for spells i have spellName as a possible identifier. So i was wondering if it would be possible to enter an array in the configuration

wet eagle
dapper drift
#

That’s cool, I was just wondering if that is possible by default