implement npc trade interface

This commit is contained in:
AndreFaramir
2012-04-08 17:13:33 -03:00
parent 92bd1aba54
commit 9c038e2f39
6 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Module
name: game_npctrade
description: NPC trade interface
author: OTClient team
website: https://github.com/edubart/otclient
dependencies:
- game
@onLoad: |
dofile 'npctrade'
NPCTrade.init()
@onUnload: |
NPCTrade.terminate()