MQ2Rez¶
MQ2Rez
Will assist you by accepting rez based on INI settings.
Authors: ChatWithThisName, Knightly, brainiac, TheZ, dewey, s0rcier, jimbob, eqmule • Config: <server>_<character>.ini
A plugin that will accept resurrections based on any conditions you set. Inspired by Wait4Rez.mac.
Commands¶
/rez [ accept|safemode|voice|silent ] [on|off] | [ pct <#> ] | [ setcommand <command> ] | [ help|settings|release ]
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
Top-Level Objects¶
Rez¶
Holds the data type Rez
DataTypes¶
Rez¶
Returns information on MQ2Rez settings
Members
float Version¶
- Returns plugin version
bool Accept¶
- Returns TRUE if Accept is on
int Percent¶
- Returns the value from RezPct
bool SafeMode¶
- Returns TRUE if SafeMode is on
bool Voice¶
- Returns TRUE if VoiceNotify is on
bool Release¶
- Returns TRUE if ReleaseToBind is on
int Delay¶
- Returns the value from Delay