mirror of
https://github.com/edubart/otclient.git
synced 2026-01-16 02:31:28 +01: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.
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
Module
|
|
name: game_playermount
|
|
description: Manage player mounts
|
|
author: BeniS
|
|
website: www.otclient.info
|
|
|
|
@onLoad: |
|
|
dofile 'playermount'
|
|
PlayerMount.init()
|
|
|
|
@onUnload: |
|
|
PlayerMount.terminate()
|