mirror of
https://github.com/edubart/otclient.git
synced 2025-05-05 12:09:20 +02:00

* Added new protocol lib. * Added missing Game Features to game/const.lua * Added new Market module that will handle the market/market protocols too. * Finished Market protocol and begun on the market structure (MarketOffer etc). * Removed any traces of market protocol in the core (I think). * Moved minimap images to /images. * Removed old zoom images for minimap. * Fixed a bug with randomize outfit.
45 lines
821 B
Plaintext
45 lines
821 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
|
|
- game_market
|
|
|
|
@onLoad: |
|
|
dofile 'const'
|
|
|
|
dofile 'protocollogin'
|
|
|
|
dofile 'creature'
|
|
dofile 'player'
|
|
dofile 'market'
|