I have created a macro for Hunt announcements
/l A Rank found <t> <loc>
/p A Rank found <t> <loc>
/fc A Rank found <t> <loc>
Now, my issue is, only the link shells messages are being sent out.
Printable View
I have created a macro for Hunt announcements
/l A Rank found <t> <loc>
/p A Rank found <t> <loc>
/fc A Rank found <t> <loc>
Now, my issue is, only the link shells messages are being sent out.
Might try a <wait.2> at the end of each line to slow it down just a bit?
Yes, the wait is what was needed. The final macro ended up like this
/p A Rank found <t> <loc> <wait.1>
/fc A Rank found <t> <loc> <wait.1>
/l1 A Rank found <t> <loc> <wait.1>
/l2 A Rank found <t> <loc> <wait.1>
/sh A Rank found <t> <loc> <wait.1>
/l did not want to send to all linkshells so I had specify each one specifically.