MQ2NetHeal - MMOBugs Wiki

Revision as of 17:14, 14 July 2010 by Eljorgejones (talk | contribs)
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


Availability

This plugin is included with the MMOBugs Compile.