Skip to content

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

Notifications You must be signed in to change notification settings

poxis/open-tibia-library

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.9%
  • PHP 24.3%
  • HTML 3.9%
  • Other 0.9%