Jaksuhn / Automaton

BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

Flags are being relayed as unclickable #26

Closed rrbailey89 closed 2 months ago

rrbailey89 commented 3 months ago

image

Jaksuhn commented 3 months ago

Settings? English client?

rrbailey89 commented 3 months ago

Settings? English client?

English Client

Settings:

image image

HawkAtreides commented 3 months ago

Same issue, English client. Settings screenshot attached. image

I don't know if this might assist with the issue, but I looked at the Sonar code and it looks like they use a custom function to iteratively Add the Payloads in the SeString returned from CreateMapLink rather than Append the SeString itself. Sorry if this is a useless tangent.

Jaksuhn commented 3 months ago

well that sonar method still works for me so I don't mind switching to it. Try out 69.31 and tell me if the issue persists.

Jaksuhn commented 3 months ago

oh btw when dry run is on it won't show clickable flags regardless, due to how it prints to chat. Has to be a live message

HawkAtreides commented 3 months ago

Still doesn't seem to come through as clickable. I'm in over my head trying to read through the code, so I don't know if the problem lies at the string-building level or in how it's sent to chat. Sorry I couldn't be of more help.

Matuno commented 3 months ago

It seems it comes through as clickable now (yay) but it doesn't actually send it to FC (ahw). The message doesn't show up for others. Dry run is off.