From 3571024749e8c4f56ab03f4d1a0aecf8f2452a01 Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Sat, 18 May 2019 14:53:56 +0200 Subject: [PATCH] updated README --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12ac784..4be183a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lua scripts -* Lua scripts for the Legacy mod. - +* Lua scripts for the Legacy mod. They might or might not work with other mods. +* Lua API doc: see https://legacy-lua-api.readthedocs.io ## banners @@ -9,14 +9,12 @@ ## dynamite -* This script supports beside legacy mod: ETPro, EtPub & NoQuarter * Clients can toggle dynatimer with `setu v_dynatimer 1/0` ## xpsave -* This script is intended for Legacy mod, but may work in NoQuarter 1.2.9 and above +* Save XP between play sessions. * LuaSQL module with sqlite3 driver is required -* The script could be tweaked to use file backend or other database drivers instead of sqlite3 ## announcehp @@ -30,6 +28,12 @@ If player has less than 25% of the health, medic can use syringe to heal the tea * This script is intended for legacy `2.77+` mod. +## spawn-invul-fair + +Remove spawn shield protection when firing. + +* This script is intended for legacy `2.77+` mod. + # Notes * Please always add modname and version to your lua script ```