mirror of
https://github.com/edubart/otclient.git
synced 2025-05-05 20:19:21 +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.
43 lines
783 B
Plaintext
43 lines
783 B
Plaintext
Module
|
|
name: game
|
|
description: Contains game related classes
|
|
author: OTClient team
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_extended
|
|
- client_background
|
|
- game_tibiafiles
|
|
|
|
load-later:
|
|
- game_interface
|
|
- game_hotkeys
|
|
- game_questlog
|
|
- game_textmessage
|
|
- game_console
|
|
- game_outfit
|
|
- game_healthinfo
|
|
- game_skills
|
|
- game_inventory
|
|
- game_combatcontrols
|
|
- game_containers
|
|
- game_viplist
|
|
- game_battle
|
|
- game_minimap
|
|
- game_npctrade
|
|
- game_textwindow
|
|
- game_playertrade
|
|
- game_ruleviolation
|
|
- game_bugreport
|
|
- game_shaders
|
|
- game_playerdeath
|
|
- game_playermount
|
|
|
|
@onLoad: |
|
|
dofile 'const'
|
|
|
|
dofile 'protocollogin'
|
|
|
|
dofile 'creature'
|
|
dofile 'player'
|