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.
+
<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>
    * It makes that information available via Top-Level Object members for macro writers and HUD designers.</nowiki>
 
  
 
== Commands ==
 
== Commands ==

Revision as of 11:38, 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]}