Spell List module

Spell List similar to Flash client

http://i.imgur.com/Tyxs2.png
This commit is contained in:
Samuel
2012-10-07 03:24:06 +02:00
parent f0e9cf070e
commit eae002ea71
8 changed files with 963 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Module
name: game_spelllist
description: View available spells
author: Summ, Edubart
website: www.otclient.info
sandboxed: true
scripts: [ spelllist.lua ]
@onLoad: init()
@onUnload: terminate()