mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 05:23:26 +02:00
New module and changes
* Implementing rule violation interface * New popup menu on console text messages * Terminal and Console will no longer history double command/messages
This commit is contained in:
15
modules/game_ruleviolation/ruleviolation.otmod
Normal file
15
modules/game_ruleviolation/ruleviolation.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_ruleviolation
|
||||
description: Rule violation interface
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'ruleviolation'
|
||||
RuleViolation.init()
|
||||
|
||||
@onUnload: |
|
||||
RuleViolation.terminate()
|
Reference in New Issue
Block a user