mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +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.
22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
Module
|
|
name: corelib
|
|
description: Contains core lua classes, functions and constants used by other modules
|
|
author: OTClient team
|
|
website: www.otclient.info
|
|
reloadable: false
|
|
|
|
@onLoad: |
|
|
dofile 'math'
|
|
dofile 'string'
|
|
dofile 'table'
|
|
|
|
dofile 'const'
|
|
dofile 'util'
|
|
dofile 'globals'
|
|
dofile 'settings'
|
|
dofile 'keyboard'
|
|
dofile 'mouse'
|
|
dofile 'protocol'
|
|
|
|
dofiles 'ui'
|