extended opcode disabled by default. current locale is sent to server on login, bot protection exception

This commit is contained in:
Henrique Santiago
2012-05-16 17:09:37 -03:00
parent 6162d51958
commit 4f90783789
10 changed files with 62 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
Module
name: client_extended
description: Manage client extended messages callbacks
author: baxnie
website: www.otclient.info
@onLoad: |
dofile 'extended'
Extended.init()
@onUnload: |
Extended.terminate()