mirror of
https://github.com/edubart/otclient.git
synced 2025-05-12 23:39:19 +02:00

* Added new arrow buttons. * Fixed the vertical separator. * Added new game_playermount module to handle player mounting. * Moved the battle icons to /images. * Outfit window accommodates for mounts, loads addons more efficiently and keeps addons set on update, added new Outfit.randomize function that allows you to randomize your outfit colors, and set up a new layout.
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
Module
|
|
name: game_playerdeath
|
|
description: Manage player deaths
|
|
author: BeniS, edubart
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- game_interface
|
|
- game_textmessage
|
|
- client_entergame
|
|
|
|
@onLoad: |
|
|
dofile 'playerdeath'
|
|
PlayerDeath.init()
|
|
|
|
@onUnload: |
|
|
PlayerDeath.terminate()
|