yurilozorio / open-tibia-library

Library to manipulate files used by OTS and OTClient. Written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Tibia Library

Library to manipulate files used by OTS and OTClient. Written in TypeScript.

Base for OT Item Editor and Map Editor.

How to run example (item image generator)?

  1. Google 'install nodejs' and follow instruction for installation with system integration.

    It will install node and npm in your system.

  2. Open folder with OpenTibiaLibrary in terminal (cmd).

  3. Type:

    npm install
    
  4. Type:

    npm run-script build
    
  5. After build there will appear folder js.

  6. Open itemImageGenerator.html in webbrowser (tested on Chrome). Done.

About

Library to manipulate files used by OTS and OTClient. Written in TypeScript.


Languages

Language:TypeScript 70.9%Language:PHP 24.3%Language:HTML 3.9%Language:JavaScript 0.6%Language:Hack 0.3%