Difference between revisions of "Modding"

From Isleward Wiki
Jump to navigation Jump to search
(Added more events and arranged in abc order)
m (Formatted the page a little better)
Line 1: Line 1:
 +
=Modding=
 
Isleward allows for server-side mods by dropping a "modpack" into the server source.
 
Isleward allows for server-side mods by dropping a "modpack" into the server source.
  
Line 23: Line 24:
 
* onBeforeGetSpellTemplate
 
* onBeforeGetSpellTemplate
 
* onBeforeGetZone
 
* onBeforeGetZone
 +
 +
{{wip}}

Revision as of 06:11, 10 November 2017

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.