Skip to content
Robin I edited this page Jul 5, 2024 · 1 revision

Party Icons Installation

data/events/events.xml

image

either use the party.lua I provided or insert the functions from the script into yours.

data/creaturescripts/creaturescripts.xml - insert:

<event type="think" name="partyUpdate" interval="3000" script="partyUpdate.lua" />

where interval is the time between each position update

Clone this wiki locally