mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +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
21 lines
350 B
Plaintext
21 lines
350 B
Plaintext
Module
|
|
name: gamelib
|
|
description: Contains game related classes
|
|
author: OTClient team
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_extended
|
|
- game_tibiafiles
|
|
|
|
@onLoad: |
|
|
dofile 'const'
|
|
|
|
dofile 'protocollogin'
|
|
dofile 'protocolgame'
|
|
dofile 'game'
|
|
|
|
dofile 'creature'
|
|
dofile 'player'
|
|
dofile 'market'
|