Skip to content
Sherrat edited this page Dec 17, 2025 · 8 revisions

Welcome to the ItemManager Install/Compiler!

---------- Required ----------

  • Resolution: 1920x1080
  • 8gb Ram
  • Processor Quad-Core
  • Hd: 4gb
# Instalar dependências
- Python 3.10+

py -m pip install -r requirements.txt

# Executar 
py itemManager.py

---------- Folders ----------

┌── data/
│ ├── looktype_generator.py
│ ├── monster_generator.py
│ ├── datspr.py
│ ├── spritEditor.py
│ ├── otbReload.py
│ ├── obdHandler.py
│ ├── spriteOptmizer.py
│ └── otbParser.py
├── tools/
│ ├── Converter.py
│ └── ImageUpscale.py
├── assets/
│ ├── xml/
│   ├── mounts.xml
│   ├── outfits.xml
│   ├── monsters.xml
│   └── monsters/
└── Itemmanager.py

---------- Build ----------

Use o comando abaixo na raiz do projeto:

py -m nuitka ItemManager.py ^
 --onefile ^
 --windows-console-mode=disable ^
 --enable-plugin=pyqt6 ^
 --windows-icon-from-ico="data\icon.ico" ^
 --include-data-dir="data=data"

---------- Server-Side/Client-Side ----------

Tibia.dat/spr download: https://downloads.ots.me/data/tibia-clients/dat_and_spr/1098.zip

  • Client-side:

Otclient Redemption: https://github.com/mehah/otclient/releases

Otclient V8: https://github.com/OTCv8/otclientv8

  • Server-side:

Black-Tek: https://github.com/Black-Tek/BlackTek-Server/releases

The Forgotten Server 1.42: https://github.com/otland/forgottenserver/releases/tag/v1.4.2

Clone this wiki locally