-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Interface:Monster Events
You can create event names in creatureevents.xml, which will link a creatureevent name to a script file located in data/creatureevents/scripts. You must also register events to monsters. This can either be done through the monster.xml file in data/monsters/scripts, or through Lua
monster:registerEvent("EventNameFromCreaturescriptsXML")
onCreatureAppear()
onCreatureDisappear()
onCreatureMove()
onCreatureSay()
onThink()
Description: N/A
Parameters: N/A
Accepted return values: N/A
Example:
N/A
Added in version: 1.0
Description: N/A
Parameters: N/A
Accepted return values: N/A
Example:
N/A
Added in version: 1.0
Description: N/A
Parameters: N/A
Accepted return values: N/A
Example:
N/A
Added in version: 1.0
Description: N/A
Parameters: N/A
Accepted return values: N/A
Example:
N/A
Added in version: 1.0
Description: N/A
Parameters: N/A
Accepted return values: N/A
Example:
N/A
Added in version: 1.0