mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
extended opcode disabled by default. current locale is sent to server on login, bot protection exception
This commit is contained in:
12
modules/client_extended/extended.otmod
Normal file
12
modules/client_extended/extended.otmod
Normal 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()
|
Reference in New Issue
Block a user