Difference between revisions of "MQ2NetBots" - MMOBugs Wiki

Line 17: Line 17:
 
* <span class="highlight2">/netbots [ grab=on|off ] </span> Receive status updates from other MQ2NetBots-enabled clients connected to the same EQBCS server.  
 
* <span class="highlight2">/netbots [ grab=on|off ] </span> Receive status updates from other MQ2NetBots-enabled clients connected to the same EQBCS server.  
 
* <span class="highlight2">/netbots [ send=on|off ]  ''parameter''</span> Broadcast status updates to the EQBCS server.
 
* <span class="highlight2">/netbots [ send=on|off ]  ''parameter''</span> Broadcast status updates to the EQBCS server.
 +
 +
==Example Usage==
 +
Displays the duration remaining on the buff Samwell has in buff slot 4
 +
 +
        /echo ${NetBots[Samwell].Duration[4]}

Revision as of 15:20, 25 June 2010

Plugin Info
Name MQ2NetBots
Author User: s0rcier
Link Wiki Link
Commands /command
Source Available Yes
Uses INI File Yes

Description

MQ2NetBots provides linked MQ2EQBC clients a method of sharing status and statistics. It makes that information available via Top-Level Object members for macro writers and HUD designers.

Commands

  • /netbots [ on | off ] NetBots functionality on or off
  • /netbots [ grab=on|off ] Receive status updates from other MQ2NetBots-enabled clients connected to the same EQBCS server.
  • /netbots [ send=on|off ] parameter Broadcast status updates to the EQBCS server.

Example Usage

Displays the duration remaining on the buff Samwell has in buff slot 4

       /echo ${NetBots[Samwell].Duration[4]}