Difference between revisions of "MQ2NetHeal" - MMOBugs Wiki

Line 1: Line 1:
MQ2 NetHeal
+
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2NetHeal
 +
| author = [[User:S0rcier|S0rcier]]
 +
| link = [http://macroquest2.com/phpBB2/viewtopic.php?t=12312 MQ2 VIP]
 +
| commands=/netheal /netcure /networst
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
==Description==
 +
<font class="highlight">MQ2NetHeal</font> provides MQ2EQBC connected clients a way to share health/debuff status and statistics via Top-Level Object members.
  
Current goals of MQ2NetHeal are to keep information on HEALING and CURING and to provide more
+
==Commands==
flexible way for macros, plugins and huds designers to access those INFORMATIONS. Also MQ2NetHeal act as a MONITOR
 
that REPORT when it detect that someone in your group HEALTH goes beyong a defined point and/or when it detect that
 
you are getting hit by some harmfull EFFECT.
 
  
 +
* <span class="highlight2">/netheal on/off</span> Toggles plugin off or on
 +
* <span class="highlight2">/netheal grab=on/off</span> Toggles whether clients will receive status updates from other NetHeal connected clients.
 +
* <span class="highlight2">/netheal send=on/off</span> Toggles whether the client will send NetHeal status updates to EQBCS for sharing with other clients.
 +
* <span class="highlight2">/netheal hot/da [Time] [List]</span> Labels List with "hot" or "da" flag for set amount of time (Time is in milliseconds).
 +
* <span class="highlight2">//netcure on/off</span> Toggles watching for curing.
 +
* <span class="highlight2">/netcure audio=on/off</span> Toggles playing a sound.
 +
* <span class="highlight2">/netcure popup=on/off</span> Toggle displaying popup alerts.
 +
* <span class="highlight2">/netcure quiet=on/off</span> Toggles sending netcure information to EQBCS.
 +
* <span class="highlight2">/networst on/off</span> Toggles watching spawns health.
 +
* <span class="highlight2">/networst audio=on/off</span> Toggles playing a sound on or off.
 +
* <span class="highlight2">/networst popup=on/off</span> Toggles display a popup message on or off.
 +
* <span class="highlight2">/networst quiet=on/off</span> Toggles sending networst information to EQBCS.
 +
* <span class="highlight2">/worsttarget <query></span> Targets the spawn that matches the search parameters.  Valid search values are: radius,hp,pet,pc,group,self,fd,da,hot,war,clr,pal,rng,shd,dru,mnk,brd,rog,shm,nec,wiz,mag,enc,bst,ber,all or #ID#.
 +
* <span class="highlight2">/worstcycle <query></span> Cycles to the next spawn that matches the query.  Valid search values are:  radius,hp,pet,pc,group,self,fd,da,hot,war,clr,pal,rng,shd,dru,mnk,brd,rog,shm,nec,wiz,mag,enc,bst,ber,all or #ID#.
  
----
+
===Example Configuration===
Commands:
 
/netheal on|off|auto          :Turn On/Off Healing Informations
 
  
/netheal grab=on|off|auto    :Turn On/Off Gather of Healing Informations.
+
SERVER_TOONNAME.ini
 +
<pre>[MQ2NetHeal]
 +
Stat=1
 +
Grab=1
 +
Send=1
 +
[MQ2NetCure]
 +
Watch=1</pre>
  
/netheal send=on|off|auto    :Turn On/Off Broadcasting of Healing Informations.
+
===Top-Level Object===
  
/netheal hot timems list      :Use for macro only.
+
* <span class="highlight2">${NetHeal}</span>  ${NetHeal[X].Name} or ${NetHeal.Name[Y]} where X can be Spawn Name/ID or Y as a numerical index of Last ${NetWorst.Request}
  
/netheal da  timems list      :Use for macro only.
 
 
 
  
/netcure on|off|auto        :Turn On/Off Watching for HarmFull Effects.
+
* <span class="highlight2">${NetHeal[X].Name} :''String''</span> Returns Spawns Name
 
+
* <span class="highlight2">${NetHeal[X].ID}  :''int''</span> Returns SpawnID
/netcure audio=on|off|auto  :Turn On/Off Report Audio Sound.
+
* <span class="highlight2">${NetHeal[X].Distance}  :''float''</span> Returns distance to spawn
 
+
* <span class="highlight2">${NetHeal[X].PctHPs}  :''int''</span> Returns spawns current hitpoint percentage
/netcure popup=on|off|auto  :Turn On/Off Report Popup Style.
+
* <span class="highlight2">${NetHeal[X].Pet} :''bool''</span> Is this a pet?
 
+
* <span class="highlight2">${NetHeal[X].Class} :''int''</span> Returns spawns class
/netcure quiet=on|off|auto  :Turn On/Off Report to MQ2 Window.
+
* <span class="highlight2">${NetHeal[X].Feign} :''bool''</span> Returns if spawn is feigning
 
+
* <span class="highlight2">${NetHeal[X].Canni} :''bool''</span> Returns if spawn is a cannibalize class.
   
+
* <span class="highlight2">${NetHeal[X].Spawn} :''int''</span> Returns spawn
/networst on|off|auto        :Turn On/Off Watching for Group Health.
+
* <span class="highlight2">${NetHeal[X].da} :''int''</span> Returns da timer left
 
+
* <span class="highlight2">${NetHeal[X].hot} :''int''</span> Returns hot timer left
/networst audio=on|off|auto  :Turn On/Off Report Audio Sound.
+
* <span class="highlight2">${NetHeal[X].Updated}  :''int''</span> Returns how old this is
 
 
/networst popup=on|off|auto :Turn On/Off Report Popup Style.
 
 
 
/networst quiet=on|off|auto :Turn On/Off Report to MQ2 Window.
 
   
 
/worsttarget query          :Target Worst One if Any Matching Query.
 
 
 
/worstcycle  query          :Cycle to Next Worst One if Any Matching Query.
 
 
 
 
 
[[Category: Incomplete Plugin Pages]]
 

Revision as of 17:13, 14 July 2010

Plugin Info
Name MQ2NetHeal
Author S0rcier
Link MQ2 VIP
Commands /netheal /netcure /networst
Source Available Yes
Uses INI File Yes

Description

MQ2NetHeal provides MQ2EQBC connected clients a way to share health/debuff status and statistics via Top-Level Object members.

Commands

  • /netheal on/off Toggles plugin off or on
  • /netheal grab=on/off Toggles whether clients will receive status updates from other NetHeal connected clients.
  • /netheal send=on/off Toggles whether the client will send NetHeal status updates to EQBCS for sharing with other clients.
  • /netheal hot/da [Time] [List] Labels List with "hot" or "da" flag for set amount of time (Time is in milliseconds).
  • //netcure on/off Toggles watching for curing.
  • /netcure audio=on/off Toggles playing a sound.
  • /netcure popup=on/off Toggle displaying popup alerts.
  • /netcure quiet=on/off Toggles sending netcure information to EQBCS.
  • /networst on/off Toggles watching spawns health.
  • /networst audio=on/off Toggles playing a sound on or off.
  • /networst popup=on/off Toggles display a popup message on or off.
  • /networst quiet=on/off Toggles sending networst information to EQBCS.
  • /worsttarget <query> Targets the spawn that matches the search parameters. Valid search values are: radius,hp,pet,pc,group,self,fd,da,hot,war,clr,pal,rng,shd,dru,mnk,brd,rog,shm,nec,wiz,mag,enc,bst,ber,all or #ID#.
  • /worstcycle <query> Cycles to the next spawn that matches the query. Valid search values are: radius,hp,pet,pc,group,self,fd,da,hot,war,clr,pal,rng,shd,dru,mnk,brd,rog,shm,nec,wiz,mag,enc,bst,ber,all or #ID#.

Example Configuration

SERVER_TOONNAME.ini

[MQ2NetHeal]
Stat=1
Grab=1
Send=1
[MQ2NetCure]
Watch=1

Top-Level Object

  • ${NetHeal} ${NetHeal[X].Name} or ${NetHeal.Name[Y]} where X can be Spawn Name/ID or Y as a numerical index of Last ${NetWorst.Request}


  • ${NetHeal[X].Name} :String Returns Spawns Name
  • ${NetHeal[X].ID} :int Returns SpawnID
  • ${NetHeal[X].Distance} :float Returns distance to spawn
  • ${NetHeal[X].PctHPs} :int Returns spawns current hitpoint percentage
  • ${NetHeal[X].Pet} :bool Is this a pet?
  • ${NetHeal[X].Class} :int Returns spawns class
  • ${NetHeal[X].Feign} :bool Returns if spawn is feigning
  • ${NetHeal[X].Canni} :bool Returns if spawn is a cannibalize class.
  • ${NetHeal[X].Spawn} :int Returns spawn
  • ${NetHeal[X].da} :int Returns da timer left
  • ${NetHeal[X].hot} :int Returns hot timer left
  • ${NetHeal[X].Updated} :int Returns how old this is