mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 2.5.6 - http://otclient.net/showthread.php?tid=373
This commit is contained in:
7
modules/game_protocol/protocol.lua
Normal file
7
modules/game_protocol/protocol.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function init()
|
||||
end
|
||||
|
||||
function terminate()
|
||||
end
|
||||
|
||||
|
11
modules/game_protocol/protocol.otmod
Normal file
11
modules/game_protocol/protocol.otmod
Normal file
@@ -0,0 +1,11 @@
|
||||
Module
|
||||
name: game_protocol
|
||||
description: Game protocol
|
||||
author: otclientv8
|
||||
website: http://otclient.ovh
|
||||
scripts: [ protocol ]
|
||||
sandboxed: true
|
||||
autoload: true
|
||||
autoload-priority: 500
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
Reference in New Issue
Block a user