Modding
Revision as of 06:11, 10 November 2017 by GoogzGazuli (talk | contribs) (Formatted the page a little better)
Modding
Isleward allows for server-side mods by dropping a "modpack" into the server source.
Using Mods
You can use a modpack by dropping it into the "mods" folder of the server source code.
Events
A list of events available:
- onAfterGetLayerObjects
- onBeforeBuildLayerTile
- onBeforeGetAnimations
- onBeforeGetClasses
- onBeforeGetDialogue
- onBeforeGetEventList
- onBeforeGetFactions
- onBeforeGetHerbConfig
- onBeforeGetItemTypes
- onBeforeGetMtxList
- onBeforeGetQuests
- onBeforeGetResourceList
- onBeforeGetSkins
- onBeforeGetSpellsConfig
- onBeforeGetSpellsInfo
- onBeforeGetSpellTemplate
- onBeforeGetZone
WIP: This article is a work in progress, meaning that it is being worked on but is unfinished. You can help by editing it.