mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
begin playertrade, questlog and textbooks modules
This commit is contained in:
7
modules/game_playertrade/playertrade.lua
Normal file
7
modules/game_playertrade/playertrade.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
PlayerTrade = {}
|
||||
|
||||
function PlayerTrade.init()
|
||||
end
|
||||
|
||||
function PlayerTrade.terminate()
|
||||
end
|
15
modules/game_playertrade/playertrade.otmod
Normal file
15
modules/game_playertrade/playertrade.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_playertrade
|
||||
description: Allow to trade items with players
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'playertrade'
|
||||
PlayerTrade.init()
|
||||
|
||||
@onUnload: |
|
||||
PlayerTrade.terminate()
|
Reference in New Issue
Block a user