TLO:NetBots
Returns information about the client, but also holds a data type of the same name which is much more interesting.
This TLO is added by MQ2NetBots
Forms
Type | Member | Description |
---|---|---|
NetBots | NetBots | Returns information about the client, and is used without index for data type members: Enable, Listen, Output, Counts and Client. |
NetBots[charactername] | Returns information about the connected character, and is used for nearly all of the data types. |
Access to Types
Type | Description |
---|---|
NetBots | Data Types for MQ2NetBots, the bread and butter of this plugin. Returns information from character name to hit points to levitation status. Most types will require that you use a character name on the index of the TLO. e.g. ${NetBots[Name].AFK} |
Examples
/echo ${NetBots.Client}
Returns a list of clients currently broadcasting.