landsandboat/modules
Skold 2723e99c7c [lua] Implement Automaton Analyzer / Era Module
Adds the Automaton Attachment Analyzer and Implements a 2012 era module.
2026-05-25 21:25:17 -04:00
..
abyssea [lua] Implement Automaton Analyzer / Era Module 2026-05-25 21:25:17 -04:00
cop/lua [lua][module] Era module folder organization 2026-01-31 21:35:48 -07:00
custom Fold PacketGuard into the general C2S system 2026-04-15 20:51:02 -06:00
example Move utilities to their own folder and audit some 2025-09-26 01:37:05 +02:00
rov [lua][module] ToAU mission era wait times 2026-03-26 18:43:22 -06:00
soa [lua] Update Automaton Ice Maker 2026-05-24 22:27:47 -04:00
testing/lua Moves min/max levels to mob_spawn_points sql 2026-01-24 21:48:47 -05:00
toau [lua, sql][module] Remove OOE HELM items 2026-04-21 22:08:57 -06:00
tools/packetcap PacketCap module to save clients packets 2026-01-28 13:28:20 -07:00
wotg WS Module Update 2026-05-18 20:50:49 -04:00
init.txt [core] Allow commands to be specified from modules 2022-06-18 16:14:55 +03:00
module_utils.lua Move utilities to their own folder and audit some 2025-09-26 01:37:05 +02:00
README.md [lua][module] Era module folder organization 2026-01-31 21:35:48 -07:00

Modules

Please see init.txt for how to load modules.

Please see the module guide on the wiki for a comprehensive guide on how to write and use Lua, C++, and SQL modules.

Era Accuracy Modules

When creating modules to revert or adjust content for era accuracy, place them in the folder corresponding to the expansion when the change was introduced:

  • cop/ : Chains of Promathia (September 2004 - March 2006)
  • toau/ : Treasures of Aht Urhgan (April 2006 - October 2007)
  • wotg/ : Wings of the Goddess (November 2007 - May 2010)
  • abyssea/ : Abyssea Add-ons (June 2010 - February 2013)
  • soa/ : Seekers of Adoulin (March 2013 - April 2015)
  • rov/ : Rhapsodies of Vana'diel (May 2015 - July 2020)
  • tvr/ : The Voracious Resurgence (August 2020 - Present)

For example, if a change occurred in December 2010 and you want a module to revert it, place it in the abyssea/ folder.