otclient/modules/corelib/corelib.otmod
BeniS 19dd96fd02 Market item filtering improvements and other some minor improvements
* Can now filter market items by vocation, level, slot type, and depot items.
* Added new bitwise lib for handling flag operations.
* Can now get/set local player vocation/premium (TODO: spell list).
2012-07-24 03:11:53 +12:00

22 lines
416 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 'bitwise'
dofile 'const'
dofile 'util'
dofile 'globals'
dofile 'settings'
dofile 'keyboard'
dofile 'mouse'
dofiles 'ui'