mirror of
https://github.com/edubart/otclient.git
synced 2025-05-15 08:39:21 +02:00

Lots of chagnes to add multi protocol flexibility, not really completed yet, still have to rework text messages opcodes and other stuff, so this still a working in progress feature * Rework dat reader, the dat reader can now * dinamically detect dat version * Split game into gamelib and game_interface * Lots of other minor changes
17 lines
321 B
Plaintext
17 lines
321 B
Plaintext
Module
|
|
name: game_market
|
|
description: Manage the Players Market system
|
|
author: BeniS
|
|
website: www.otclient.info
|
|
|
|
@onLoad: |
|
|
dofile 'marketoffer'
|
|
dofile 'marketprotocol'
|
|
dofile 'market'
|
|
MarketProtocol.init()
|
|
Market.init()
|
|
|
|
@onUnload: |
|
|
MarketProtocol.terminate()
|
|
Market.terminate()
|