Lua scripts for the Legacy mod
Find a file
2014-02-11 00:27:09 +00:00
CONSTANTS lua: c&p virus 2013-09-24 20:06:50 +02:00
dynamite dynatimer: lua 5.2 compatibility added by Phenomenon, fixes #289 2014-02-01 22:42:16 +00:00
ladm ladm: initial groundwork, refs #181 2014-02-11 00:27:09 +00:00
noq noq: c&p virus 2014-01-29 16:26:54 +01:00
pm pm: inform the player if his message wasn't sent 2014-02-08 21:03:05 +00:00
xpsave lua: (xpsave) fix for full servers 2013-12-22 22:42:28 +01:00
README.md ladm: initial groundwork, refs #181 2014-02-11 00:27:09 +00:00

Lua scripts

Lua scripts for the Legacy mod

CONSTANTS

  • Scripts with useful constants for custom scripts

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
  • LuaSQL module with sqlite3 driver is required
  • The script could be tweaked to use file backend or other database drivers instead of sqlite3

noq (under construction)

  • Game manager, shrubbot and/or ET admin mod replacement
  • LuaSQL module with sqlite3 or mysql driver are required

pm - private messages

  • use pm console command to send a private message to another player
  • message is sent to the first matched player name
  • player name is a colour and case-insensitive pattern, e.g. ton will match player /-^321ToN-/
  • usage: pm player Hello, how are you?

ladm - lightweight administration suite

  • NOTE: not even alpha state. Do not use.
  • manage users on your server