send

From OpenKore Wiki
Revision as of 01:00, 13 February 2011 by EternalHarvest (talk | contribs) (this is not meant to be used in any configs/macros)
Jump to navigation Jump to search
send <hex string>
<hex string>
- a space-separated sequence of hex codes (e.g. 04 02 22 37 D7 FC).

Send a raw packet to the server.

That is meant only for testing! If you're using that in configuration (for example, doCommand) or macro, you should add corresponding sub in your serverType's Send package (located at src/Network/Send) and use it instead via global $messageSender object. Additionally, you can then add console command to wrap $messageSender usage into something which can be used easier.