For other mod developers

This mod provides a small integration surface for other mods to hook into — checking whether a player is standing inside a specific zone, reading or changing an NPC's appearance and behavior, and a couple of convenience actions. This page is a plain-language overview of what is possible; if you are building an integration, the mod ships a ready-to-use interface file you can copy into your own project, with the exact calls documented inline.

What another mod can do

Things worth knowing if you are integrating

Separately from the above, this mod already talks to a handful of other popular mods on its own — EpicMMO, Cozyheim's leveling system, and RustyClasses all have experience-granting commands and level-check conditions built in (see Commands and Conditions), and guild-related actions and checks are available the same way if a guild mod is installed.

Edit this page on GitHub