This etpro server side
mod adds "reviving sprees" in the style of
etadmin_mod's
killing sprees.
See http://wolfwiki.anime.net/index.php/Lua_Mod_API#cvars
on how to load this mod.
\rsprees 0 in the console, and of
course \rsprees 1 to enable again. This setting will
stay until they disconnect.
v_rsprees before
connecting. This can be done in the console with \setu
v_rsprees 0 or as command line argument to ET: +setu
v_rsprees 0.
rsprees command can be used to override the clients
default settings for the current connection.
]\rcon rspreesall ^7Alltime reviving sprees: rspreesall: goldrush: Vetinari^7 with 12 revives @2006-05-27, 12:53:57 rspreesall: oasis: ^7[^1!!!^7]^1H^7arlekin^7 with 37 revives @2006-06-11, 13:09:12 rspreesall: battery: Vetinari^7 with 5 revives @2006-05-27, 12:57:58 rspreesall: radar: ^0M^5y^0x^5o^4m^0a^.t^5o^0s^5i^0s^7 with 15 revives @2006-06-05, 19:07:32 ^7Alltime reviving sprees ENDnew in v1.1.0: rspreerecords, see "!rsprees" for output
Multirevive: <slotno> (<playername>)Monsterrevive: <slotno> (<playername>)Below is a list of config vars and their explanation. You'll have to edit the rspree.lua and change these values to fit your needs.
For the config vars ending in "_pos", see http://wolfwiki.anime.net/index.php/SendServerCommand#Printing for valid locations, most people should be fine with the defaults.
rspree.lua: startup: 20 msand lower the expire time if it's too long ...
+setu v_rsprees 1 (or 0 to disable).R_Sprees = { -- these numbers MUST be multiple of 5...!
[5] = "is on a reviving spree",
[10] = "really needs new syringes soon",
[15] = "earned the bronze syringe",
[20] = "earned the silver syringe",
[25] = "earned the golden syringe",
[30] = "is a god dressed in white",
[35] = "just arrived from the 4077th M*A*S*H",
}