I figured it out! I looked at that wiki section before asking here, but I still didn't get it. For some reason I tought that it was more complicated then it seemed...
Just make a .bat targetting the src/Bus/bus-server.pl file and add host and port.
Thanks for the attention anyway, EH.
EDIT: EH, do you know if there's any way to print/log messages sent via bus? I'm using busCommands.pl, btw. I did a quick search and I found an example in the early version of the plugin here:
http://forums.openkore.com/viewtopic.php?f=34&t=16865
Code: Select all
automacro busTest {
hook bus_received
save message
call {
log just received $.hookSave0 from busCommands in messenger mode
}
}
It's not working for me. It misses the hook, printing instead:
just received from busCommands in messenger mode
I'm using an updated version, from the plugins folder on SVN.
Sorry to bother you... I can work with automacros just fine, but I'm not acquainted with hooks.