Difference between revisions of "MQ2NetBots" - MMOBugs Wiki

Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
<nowiki>  *  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.</nowiki>
 +
 +
 +
== Commands ==
 +
 +
<nowiki>    *  /netbots [ on | off ]
  
<nowiki>   * MQ2NetBots provides linked MQ2EQBC clients a method of sharing status and statistics.
+
    Turns MQ2NetBots functionality on or off</nowiki>
     * It makes that information available via Top-Level Object members for macro writers and HUD designers.</nowiki>
+
<nowiki>
 +
    * /netbots [ grab=on|off ]</nowiki>
 +
 
 +
    Receive status updates from other MQ2NetBots-enabled clients connected to the same EQBCS server.  
 +
<nowiki>
 +
     * /netbots [ send=on|off ]</nowiki>
 +
 
 +
    Broadcast status updates to the EQBCS server.  
 +
 
 +
==  Examples ==
 +
 
 +
 
 +
<nowiki>    * Displays the duration remaining on the buff Samwell has in buff slot 4</nowiki>  
 +
 
 +
    /echo ${NetBots[Samwell].Duration[4]}

Revision as of 11:37, 24 June 2010

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 ] Turns MQ2NetBots 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 ]

   Broadcast status updates to the EQBCS server. 

Examples

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

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