mirror of
https://github.com/edubart/otclient.git
synced 2025-05-28 06:34:29 +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.
16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
Module
|
|
name: game_playermount
|
|
description: Manage player mounts
|
|
author: BeniS
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_entergame
|
|
|
|
@onLoad: |
|
|
dofile 'playermount'
|
|
PlayerMount.init()
|
|
|
|
@onUnload: |
|
|
PlayerMount.terminate()
|