MQ2Rez

From the wonderful RedGuides Wiki
MQ2Rez
180.png
Will assist you by accepting rez based on INI settings.
View details
Authors ChatWithThisName, Knightly, brainiac, TheZ, dewey, s0rcier, jimbob, eqmule
Software type Plugin
Config file <server>_<character>.ini


Maintained Yes and supported
Acknowledgements Wait4Rez.mac and dewey's MQ2AutoRez
Links

🏠Resource (review)
🤝Support •🛠️Repository

A plugin that will accept resurrections based on any conditions you set. Inspired by Wait4Rez.mac.

Commands

Syntax Description
/rez [ accept|safemode|voice|silent ] [on|off] | [ pct <#> ] | [ setcommand <command> ] | [ help|settings|release ] Configures settings related to if and when you accept a rez, as well as notifications.

Settings

Example MQ2Rez section from <server>_<character>.ini

[MQ2Rez]
Accept=On
;auto-accept reaz
RezPct=90
;only accept if the rez % is higher than this amount
SafeMode=On
;only accept from group/guild/fellowship
VoiceNotify=Off
;local "help!" sound when you die
ReleaseToBind=Off
;immediate release to bindpoint upon death
SilentMode=Off
;output text when recieving a rez
Command Line=DISABLED
;command to run after rez, accepts multiline.
Delay=0
;delay before accepting rez

See also


Top-Level Object(s)

TLOs added by MQ2Rez:

TLO Data Type(s) Description
Rez Rez Holds the data type Rez

Forms. Typical usage, /echo ${TLO}

Type TLO Description
Rez Rez Returns "Rez" if plugin loaded

Members. More may be available if inherited. Typical usage, /echo ${TLO.Member}

TLO Data Type Return Type Member Description
Rez Rez bool Accept Returns TRUE if Accept is on
Release Returns TRUE if ReleaseToBind is on
SafeMode Returns TRUE if SafeMode is on
Voice Returns TRUE if VoiceNotify is on
float Version Returns plugin version
int Delay Returns the value from Delay
Percent Returns the value from RezPct