- Other Authors
- s0rCieR, Deadchicken, Kroak, mijuki, woobs, eqmule, SwiftyMuse
- Included in Very Vanilla
- Included! No need to download.
MQ2NetBots - Provides Linked MQ2EQBC Client way to exchange/share statistics/status to others and make those informations available in TLO for macro scripters and HUD designers.
Syntax:
Full commands
Examples
Displays the duration remaining on the buff Samwell has in buff slot 4
/
Syntax:
Rich (BB code):
/netbots on/off
/netbots grab=on/off
/netbots send=on/off
grab: listen to others status on the network.
send: broadcast your status over the network.
Full commands
Syntax | Description |
---|---|
/netbots [on|off] [grab=on|off] [send=on|off] | Turns netbots on or off, or the send/receive portions on or off. |
/netnote <custom note> | A custom setting to describe what your characters are doing. |
TLO | Data Type(s) | Description |
---|---|---|
NetBots | NetBots | Returns information about the client, but also holds a data type of the same name which is much more interesting. |
Examples
Displays the duration remaining on the buff Samwell has in buff slot 4
/
echo ${NetBots[Samwell].Duration[4]}
- Source Repository
- https://github.com/RedGuides/MQ2NetBots
- [git] Automation options?
- Yes